FastFeed\Tests\FactoryTest::testCreate PHP Method

testCreate() public method

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