%PDF- %PDF-
Direktori : /home/emtnaeewxm/www/src/EEM/TraiteBundle/Tests/Controller/ |
Current File : /home/emtnaeewxm/www/src/EEM/TraiteBundle/Tests/Controller/DefaultControllerTest.php |
<?php namespace EEM\TraiteBundle\Tests\Controller; use Symfony\Bundle\FrameworkBundle\Test\WebTestCase; class DefaultControllerTest extends WebTestCase { public function testIndex() { $client = static::createClient(); $crawler = $client->request('GET', '/'); $this->assertContains('Hello World', $client->getResponse()->getContent()); } }