Fhaculty\Graph\Tests\Attribute\AbstractAttributeAwareTest::testAttributeAwareInterface PHP Method

testAttributeAwareInterface() public method

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