SiteTest::testIndex PHP Method

testIndex() public method

public testIndex ( )
    public function testIndex()
    {
        $this->open('');
        $this->assertTextPresent('Test patient');
    }