Commit Graph

261 Commits

Author SHA1 Message Date
Michael Babker
42a6fd89e0
Code modernization 2021-12-12 18:48:55 -06:00
Chris Boden
5d67378e09
Merge pull request #61 from mbabker/phpunit-upgrade
[0.4] Use latest PHPUnit and modernize test code
2021-12-12 14:25:53 -05:00
Michael Babker
fd5a6a86a8
Use latest PHPUnit and modernize test code 2021-12-12 12:35:25 -06:00
Chris Boden
02dca5e4f6
Merge pull request #55 from mbabker/patch-1
[0.4] Bump minimum PHP to 7.4
2021-12-10 12:22:42 -05:00
Michael Babker
f40306ad5e
Bump minimum PHP to 7.4 2021-12-09 19:21:46 -06:00
Chris Boden
7c964514e9
Merge pull request #54 from ratchetphp/v0.3.1
v0.3.1
2021-12-09 18:20:49 -05:00
Chris Boden
be65d56653 Update license file with only start date 2021-12-09 17:45:24 -05:00
Chris Boden
09bdf3bbce Remove unreachable code 2021-12-09 16:39:04 -05:00
Chris Boden
a5ea315fe1
Merge pull request #52 from ratchetphp/updated-docker
Updated docker
2021-12-09 16:30:35 -05:00
Chris Boden
edd5ca364b Merge branch 'master' into updated-docker 2021-12-08 09:12:39 -05:00
Chris Boden
cae895b399
Merge pull request #57 from SimonFrings/docker
Fix docker command to run server tests with GitHub actions
2021-12-08 09:10:14 -05:00
Simon Frings
30f6b14634 Fix docker command to run server tests with GitHub actions 2021-12-08 08:53:53 +01:00
Chris Boden
0473a4c224 Merge branch 'master' into v0.3.1 2021-12-07 10:27:26 -05:00
Chris Boden
7610659ff1
Merge pull request #56 from SimonFrings/actions
Use GitHub actions for continuous integration (CI)
2021-12-07 09:09:31 -05:00
Simon Frings
2b9a7d812e Use GitHub actions for continuous integration (CI) 2021-12-07 11:59:03 +01:00
Chris Boden
ebe17ed644
Merge pull request #53 from ratchetphp/cap-frame-size-#41
Ensure max[Message|Frame]PayloadSize is int if auto-set
2021-12-06 20:04:04 -05:00
Chris Boden
04bc8618a3
Update composer.json
Co-authored-by: Cees-Jan Kiewiet <ceesjank@gmail.com>
2021-12-06 12:32:41 -05:00
Chris Boden
5ce83bb58a change int syntax 2021-12-05 20:02:16 -05:00
Chris Boden
4835534e74 Ensure max[Message|Frame]PayloadSize is int if auto-set
fixes #41
2021-12-05 17:12:49 -05:00
Chris Boden
1c6e6ed087 Rever use of host.docker.internal
It's only supported on macOS
2021-12-05 17:04:01 -05:00
Chris Boden
ef9dbe8dfe
Merge pull request #46 from 3kbest/pr81
silence PHP 8.1 deprecations
2021-12-05 16:51:02 -05:00
Chris Boden
2dade043ac
Merge pull request #47 from erikn69/support_psr7_2_0
Support for PSR7 2.x
2021-12-05 16:49:15 -05:00
Chris Boden
d5c0684ab4 Update AB test runners
Use variable to connect in clientRunner
Use new(ish) `host.docker.internal` address provided by Docker to connect to host machine
Run client tests port 9002 so suites can be run concurrently
2021-12-05 11:58:52 -05:00
Erik Niebla
b6eebb555b Support for PSR7 2.x 2021-12-01 13:59:17 +00:00
Eirik Besteland
79c3dd3924 Add ReturnTypeWillChange attribute to silence PHP 8.1 deprecations 2021-11-20 01:59:07 +01:00
Matt Bonneau
fb8cf474be
Merge pull request #42 from matkomat/fix-with
Add missing return statements
2020-12-11 12:13:07 -05:00
Matko Andjelinic
855fa14031 added missing return of with methods 2020-10-24 09:27:43 +02:00
Chris Boden
c8651c7938
Merge pull request #40 from ratchetphp/response_verifier
Correct ResponseVerifier logic
2020-05-15 14:31:24 -04:00
Matt Bonneau
17ffb941fd Fix docblock param 2020-05-14 11:12:45 -04:00
Matt Bonneau
d9df3419ba Correct ResponseVerifier logic replaces #39 2020-05-14 10:56:29 -04:00
Chris Boden
d8075617ac
Merge pull request #23 from ratchetphp/permessage-deflate
Permessage deflate
2020-05-07 15:52:21 -04:00
Chris Boden
acddde0178 Link to AB report on socketo.me 2020-05-07 11:03:45 -04:00
Chris Boden
11f98fc6ff Updating composer 2020-05-07 10:57:39 -04:00
Matt Bonneau
52b27fd7b4 Use exception factory that is passed in 2020-05-07 10:52:36 -04:00
Matt Bonneau
5911d8bc35 Bump test agent version 2020-05-07 10:46:40 -04:00
Matt Bonneau
5907e27d90 Remove return types to keep backward compatibility 2020-04-11 22:22:25 -04:00
Matt Bonneau
cdb37b17a4 Separate travis server and client tests 2020-04-11 19:31:44 -04:00
Matt Bonneau
14fdcbb84e More travis adjustments 2020-04-10 14:03:21 -04:00
Matt Bonneau
5c15dd0a2f Try to get IP address sorted out for travis 2020-04-10 13:15:49 -04:00
Matt Bonneau
1a4fa37f06 Fix fuzzingclient_skip_deflate host name 2020-04-09 18:07:42 -04:00
Matt Bonneau
5cdc4478f7 Correct output path on fuzzingclient config 2020-04-09 17:49:52 -04:00
Matt Bonneau
7ef269aca1 Have travis use docker for wstest while testing 2020-04-09 17:39:37 -04:00
Matt Bonneau
1cb14114c3 Change how disabled/supported/enabled is handled for deflate 2020-03-10 09:26:05 -04:00
Matt Bonneau
2159ed40f9 Requested changes for readability and style 2020-01-22 01:00:24 -05:00
Matt Bonneau
1af7e998b3 Merge branch 'master' into permessage-deflate
# Conflicts:
#	src/Messaging/MessageBuffer.php
#	tests/ab/clientRunner.php
#	tests/ab/run_ab_tests.sh
#	tests/ab/startServer.php
2020-01-22 00:36:05 -05:00
Chris Boden
879e48c840 Merge branch 'maxpayload' 2019-12-15 05:18:18 -05:00
Chris Boden
e861242e1d Provide value in error for clarity 2019-12-15 05:17:35 -05:00
Matt Bonneau
e7b72440c9 Fix requires annotation to skip some tests on 5.6 2019-12-14 14:26:11 -05:00
Matt Bonneau
9d6d7d01d3 Don't run ini_set tests in php 5 because it crashes 2019-12-14 13:10:40 -05:00
Matt Bonneau
bbdd346c1c Test resulting settings from different memory_limits + more tests 2019-12-14 12:52:19 -05:00