PopTest\ConfigTest::testConstructor PHP Метод

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

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