Phue\Test\LightModel\LightModelFactoryTest::testGetUnknownModel PHP Метод

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

Test: Getting unknown model
public testGetUnknownModel ( )
    public function testGetUnknownModel()
    {
        $this->assertInstanceOf('\\Phue\\LightModel\\UnknownModel', LightModelFactory::build('whatever'));
    }