FastFeed\Tests\FactoryTest::testCreate PHP Метод

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

public testCreate ( )
    public function testCreate()
    {
        $this->assertInstanceOf('FastFeed\\FastFeed', Factory::create());
    }
FactoryTest