2017 © Pedro Peláez
 

library http-factory-tests

Unit tests for HTTP factories

image

http-interop/http-factory-tests

Unit tests for HTTP factories

  • Wednesday, July 18, 2018
  • by Nyholm
  • Repository
  • 11 Watchers
  • 5 Stars
  • 994 Installations
  • PHP
  • 8 Dependents
  • 0 Suggesters
  • 5 Forks
  • 0 Open issues
  • 11 Versions
  • 28 % Grown

The README.md

Unit tests for HTTP Factory implementations

To use these unit tests you need to add some config to phpunit.xml., (*1)

<phpunit backupGlobals="true">
    <testsuites>
        <testsuite name="Integration tests">
            <directory>./vendor/http-interop/http-factory-tests/test</directory>
        </testsuite>
    </testsuites>
    <php>
      <!-- Fully qualified class names to your classes -->
      <const name="REQUEST_FACTORY" value="Acme\Factory\RequestFactory"/>
      <const name="RESPONSE_FACTORY" value="Acme\Factory\ResponseFactory"/>
      <const name="SERVER_REQUEST_FACTORY" value="Acme\Factory\ServerRequestFactory"/>
      <const name="STREAM_FACTORY" value="Acme\Factory\StreamFactory"/>
      <const name="UPLOADED_FILE_FACTORY" value="Acme\Factory\UploadedFileFactory"/>
      <const name="URI_FACTORY" value="Acme\Factory\UriFactory"/>
    </php>
</phpunit>

The Versions

18/07 2018

dev-master

9999999-dev

Unit tests for HTTP factories

  Sources   Download

MIT

The Requires

 

The Development Requires

psr-7 test http factory psr-17

18/07 2018

0.4.0

0.4.0.0

Unit tests for HTTP factories

  Sources   Download

MIT

The Requires

 

psr-7 test http factory psr-17

18/07 2018

dev-patch-1

dev-patch-1

Unit tests for HTTP factories

  Sources   Download

MIT

The Requires

 

psr-7 test http factory psr-17

17/07 2018

dev-issue-30

dev-issue-30

Unit tests for HTTP factories

  Sources   Download

MIT

The Requires

 

psr-7 test http factory psr-17

06/02 2018

dev-phpunit7

dev-phpunit7

Unit tests for HTTP factories

  Sources   Download

MIT

The Requires

 

psr-7 test http factory psr-17

03/02 2018

dev-Nyholm-patch-1

dev-Nyholm-patch-1

Unit tests for HTTP factories

  Sources   Download

MIT

The Requires

 

psr-7 test http factory psr-17

24/03 2017

0.3.0

0.3.0.0

Unit tests for HTTP factories

  Sources   Download

MIT

The Requires

 

The Development Requires

psr-7 test http factory psr-17

17/01 2017

0.2.2

0.2.2.0

Unit tests for HTTP factories

  Sources   Download

MIT

The Requires

 

The Development Requires

psr-7 test http factory psr-17

14/12 2016

0.2.1

0.2.1.0

Unit tests for HTTP factories

  Sources   Download

MIT

The Requires

 

The Development Requires

psr-7 test http factory psr-17

14/12 2016

0.2.0

0.2.0.0

Unit tests for HTTP factories

  Sources   Download

MIT

The Requires

 

The Development Requires

psr-7 test http factory psr-17

14/12 2016

0.1.0

0.1.0.0

Unit tests for HTTP factories

  Sources   Download

MIT

The Requires

 

The Development Requires

psr-7 test http factory psr-17