WellCommerce\Bundle\CoreBundle\Test\Factory\AbstractEntityFactoryTestCase::testImplementsProperInterface PHP Метод

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

    public function testImplementsProperInterface()
    {
        $factory = $this->getFactoryService();
        if (null !== $factory) {
            $this->assertInstanceOf('WellCommerce\\Bundle\\DoctrineBundle\\Factory\\EntityFactoryInterface', $factory);
        }
    }