PopTest\Db\DbTest::testGetDbException PHP Méthode

testGetDbException() public méthode

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