Registry / testing / symfony-test-pack

symfony-test-pack

JSON →
library1.2.0phppackagistunverified

A pack for functional and end-to-end testing within a Symfony app

composer require symfony/test-pack
INSTALL
IMPORT
SIG · SYMFONY-TEST-PACK
S
symfony-test-pack
testingphpv1.2.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 Symfony\Bundle\FrameworkBundle\Test\WebTestCase;

Minimal functional test using Symfony's WebTestCase

use Symfony\Bundle\FrameworkBundle\Test\WebTestCase; class MyTest extends WebTestCase { public function testSomething(): void { $client = static::createClient(); $client->request('GET', '/'); $this->assertResponseIsSuccessful(); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources