Fhaculty\Graph\Tests\Attribute\AbstractAttributeAwareTest::testAttributeAwareInterface PHP Méthode

testAttributeAwareInterface() public méthode

    public function testAttributeAwareInterface()
    {
        $entity = $this->createAttributeAware();
        $this->assertInstanceOf('Fhaculty\\Graph\\Attribute\\AttributeAware', $entity);
        return $entity;
    }