Registry / testing / liip-functional-test-bundle

liip-functional-test-bundle

JSON →
library4.16.0phppackagistunverified

This bundles provides additional functional test-cases for Symfony applications

composer require liip/functional-test-bundle
INSTALL
IMPORT
SIG · LIIP-FUNCTIONAL-TE
L
liip-functional-test-bundle
testingphpv4.16.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

WebTestCase
use Liip\FunctionalTestBundle\Test\WebTestCase;

Write functional tests for Symfony applications

use Liip\FunctionalTestBundle\Test\WebTestCase; class MyTest extends WebTestCase { public function testHomepage() { $client = $this->makeClient(); $crawler = $client->request('GET', '/'); $this->assertStatusCode(200, $client); } }
Debug
Known issues
breakingDeprecated in favor of Symfony's built-in WebTestCase in Symfony 5.3+.
fix
Use Symfony\Bundle\FrameworkBundle\Test\WebTestCase instead.
affects: >=4.0.0
Upgrade
Version history
4.16.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
liip-functional-test-bundle — pip install liip-functional-test-bundle · libregistry