ApiTestCase
ApiTestCase copied to clipboard
Handy PHPUnit test case for testing JSON APIs in your Symfony applications.
Results
12
ApiTestCase issues
Sort by
recently updated
recently updated
newest added
You should use protected functions instead of using private methods. I have made some modifications on the base of your ApiTestCase, but I can't reuse private methods. Also I have...
Whenever I run tests using ApiTestCase, PHPUnit gives the following depreciation notices: `Accessing Doctrine\Common\Lexer\Token properties via ArrayAccess is deprecated, use the value, type or position property instead (Token.php:108 called by...