Package: php-slim-psr7 / 1.7.0-3

Metadata

Package Version Patches format
php-slim-psr7 1.7.0-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0003 Mark some tests as skipped.patch | (download)

tests/HeadersTest.php | 1 1 + 0 - 0 !
tests/NonBufferedBodyTest.php | 14 14 + 0 - 0 !
tests/UploadedFileTest.php | 3 3 + 0 - 0 !
3 files changed, 18 insertions(+)

 disable tests that need "adriansuter/php-autoload-override" to
 override a built-in PHP function

0004 Remove phpunit mocks.patch | (download)

tests/ResponseTest.php | 7 1 + 6 - 0 !
tests/TestObject.php | 23 23 + 0 - 0 !
tests/UriTest.php | 15 3 + 12 - 0 !
3 files changed, 27 insertions(+), 18 deletions(-)

 remove phpunit mocks

Closes: #1070599

0005 Fix phpunit static provider.patch | (download)

tests/UploadedFileTest.php | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix phpunit static provider

0004 Exclude tests failing with php http psr7 integration.patch | (download)

tests/Factory/ServerRequestFactoryTest.php | 2 2 + 0 - 0 !
tests/Factory/StreamFactoryTest.php | 3 3 + 0 - 0 !
2 files changed, 5 insertions(+)

 exclude tests failing with php-http/psr7-integration-tests

It may be caused be the version currently shipped in Debian rather than
expected version upstream, or some other problem needing more
investigation.

0005 Modernize PHPUnit syntax.patch | (download)

tests/Factory/ResponseFactoryTest.php | 4 2 + 2 - 0 !
tests/HeadersTest.php | 9 3 + 6 - 0 !
tests/UploadedFileTest.php | 38 12 + 26 - 0 !
3 files changed, 17 insertions(+), 34 deletions(-)

 modernize phpunit syntax