PopTest\Db\DbTest::testGetDbException PHP Метод

testGetDbException() публичный Метод

public testGetDbException ( )
    public function testGetDbException()
    {
        $this->setExpectedException('Pop\\Db\\Exception');
        $this->assertInstanceOf('Pop\\Db\\Db', Record::getDb());
    }