PopTest\ConfigTest::testConstructor PHP Méthode

testConstructor() public méthode

public testConstructor ( )
    public function testConstructor()
    {
        $this->assertInstanceOf('Pop\\Config', new Config());
        $this->assertInstanceOf('Pop\\Config', Config::factory());
    }