1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-02-24 10:03:27 +01:00

735 Commits

Author SHA1 Message Date
Michael Dowling
83445a0839 Adding test server to adapter test 2013-10-29 21:38:31 -07:00
Michael Dowling
7c53b60b48 Updating StreamAdapter and adding test skeleton 2013-10-29 21:38:30 -07:00
Michael Dowling
45716f1919 Starting adapter tests 2013-10-29 21:38:30 -07:00
Michael Dowling
6c3aa85bfa Cleaning up sending and mock adapter 2013-10-29 21:38:30 -07:00
Michael Dowling
4d5fbd86e6 Post tests and fixes 2013-10-29 21:38:29 -07:00
Michael Dowling
75863e0d10 Fixing some post implementation 2013-10-29 21:38:29 -07:00
Michael Dowling
b213413920 Adding PostBody tests 2013-10-29 21:38:29 -07:00
Michael Dowling
52a7c28797 Testing and cleaning up PostFile 2013-10-29 21:38:28 -07:00
Michael Dowling
bfe0917d89 More tests and cleanup 2013-10-29 21:38:28 -07:00
Michael Dowling
428b45cc57 Removing unneeded functions from Events to intercept with exceptions. Moving exception handling from events for before send to the client. 2013-10-29 21:38:28 -07:00
Michael Dowling
a18fd6f9ea Adding test for HttpError. Moving subscribers to Subscriber dir. 2013-10-29 21:38:27 -07:00
Michael Dowling
463ff2a91f Adding stream option 2013-10-29 21:38:27 -07:00
Michael Dowling
d72d340609 Adding the ability to specify max_redirects 2013-10-29 21:38:26 -07:00
Michael Dowling
b65e1a70c6 Adding tests for MessageFactory and cleaning up along the way 2013-10-29 21:38:26 -07:00
Michael Dowling
26f038a1ec More coverage for expanding URI template in client with relative path 2013-10-29 21:38:26 -07:00
Michael Dowling
f47fde591e Removing plugin tests that will not be part of Guzzle core 2013-10-29 21:38:26 -07:00
Michael Dowling
08255fc915 Adding future response tests 2013-10-29 21:37:41 -07:00
Michael Dowling
becbe35d55 Adding MessageFactory test 2013-10-29 21:37:40 -07:00
Michael Dowling
e98360cc6e Adding response tests 2013-10-29 21:37:40 -07:00
Michael Dowling
8da3b93d2e Adding request tests 2013-10-29 21:37:39 -07:00
Michael Dowling
a09c78b47a Adding MessageTrait tests 2013-10-29 21:37:38 -07:00
Michael Dowling
69623bd3ee Adding HeaderValues test 2013-10-29 21:37:37 -07:00
Michael Dowling
dee88f9676 Fixing HTTP errors, redirects, mock plugin, and history plugin 2013-10-29 21:37:37 -07:00
Michael Dowling
3313bbec79 Removing GuzzleTestCase. Fixing headers to work with ints 2013-10-29 21:37:36 -07:00
Michael Dowling
54003a2ae9 Removing some old tests. Adding tests for HasHeadersTrait 2013-10-29 21:37:36 -07:00
Michael Dowling
b674cd01bf Adding Client tests 2013-10-29 21:36:01 -07:00
Michael Dowling
4c0061eead Skeleton of Client tests 2013-10-29 21:36:01 -07:00
Michael Dowling
9dca05a65e Removing outdated tests 2013-10-29 21:36:01 -07:00
Michael Dowling
fd46d1f5e7 Fixing stream decorators and adding tests 2013-10-29 21:31:59 -07:00
Michael Dowling
3404e8b19a Adding rewind option to stream factory and adding more stream tests 2013-10-29 21:31:59 -07:00
Michael Dowling
f1e87889b0 Cleaning up stream and adding tests 2013-10-29 21:31:59 -07:00
Michael Dowling
095ffd2629 Renaming HasMetadataStreamInterface to MetadataStreamInterface 2013-10-29 21:14:06 -07:00
Michael Dowling
3d52c56503 Fixing Common tests 2013-10-29 21:14:06 -07:00
Michael Dowling
498a02d560 Renaming normalizeUrl() to removeDotSegments() 2013-10-29 21:14:06 -07:00
Michael Dowling
9e4bb115b4 Adding more dot segment removal tests 2013-10-29 21:14:06 -07:00
Michael Dowling
02b910d0f2 Adding tests for Url namespace and starting to sort tests 2013-10-29 21:14:06 -07:00
Michael Dowling
637a2fa1c1 Batch will be a separate package. Removing unused tests.
Removing MapIterator because Generators make this obsolete
Moving Pool to Http namespace
Iterators will become a separate package
Service will be its own package
Removing some tests that are no longer used or need to be replaced
Moving Version
Fixing event implementation because we are not hiding the fact that we
rely on the Symfony EventDispatcher, so it makes no sense to duplicate
its methods on things that have a dispatcher.
2013-10-29 21:03:28 -07:00
Michael Dowling
774ac3d9db Merge remote-tracking branch 'thinkscape/hotfix/malformed-header-notice' 2013-10-29 19:49:06 -07:00
Michael Dowling
128857eed9 Fixing test for PHP 5.4 2013-10-29 14:36:33 -07:00
Artur Bodera
d78b10c96a Fix E_NOTICE on Header::parseParams() with empty text. 2013-10-29 14:47:50 +01:00
Michael Dowling
f55958209a Adding the option to combine URLs using strict RFC 3986 compliance while maintaining backwards compatibility with the erroneous way that Guzzle had previously implemented 2013-10-23 18:10:21 -07:00
Michael Dowling
19bdf899c9 Merge remote-tracking branch 'natmchugh/master' 2013-10-23 16:53:08 -07:00
Artur Bodera
4ceb7fe888 Add tests. 2013-10-16 00:46:54 +02:00
Nathaniel McHugh
37357d3a74 add setRegex method as described in the docs 2013-10-04 23:08:03 +01:00
Michael Dowling
dd22735666 Merge branch 'allow-0-value-in-command-arguments' 2013-10-02 13:32:40 -07:00
Michael Dowling
99c22f4c0b Removing custom exception. Fixing tests for PHP 5.3 2013-10-02 12:55:17 -07:00
Adrian Slade
362749b0d3 Allow 0 as a value in command arguments. 2013-10-02 17:50:22 +01:00
BruceWouaigne
ca32380394 Refactor and add InvalidMethodException 2013-09-30 10:48:29 +02:00
BruceWouaigne
40650bfd11 Oauth plugin: Add query string method (in addition to Authorization header) to request the Service Provider 2013-09-27 15:15:23 +02:00
Michael Dowling
650dc29567 Fixing url dot segment removal 2013-09-20 15:05:53 -07:00