App\Test\TestCase\Controller\PagesControllerTest::testDisplay PHP Méthode

testDisplay() public méthode

testDisplay method
public testDisplay ( ) : void
Résultat void
    public function testDisplay()
    {
        $this->get('/pages/home');
        $this->assertResponseOk();
        $this->assertResponseContains('CakePHP');
        $this->assertResponseContains('<html>');
    }