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

testAttributeBag() public méthode

public testAttributeBag ( Fhaculty\Graph\Attribute\AttributeAware $entity )
$entity Fhaculty\Graph\Attribute\AttributeAware
    public function testAttributeBag(AttributeAware $entity)
    {
        $bag = $entity->getAttributeBag();
        $this->assertInstanceOf('Fhaculty\\Graph\\Attribute\\AttributeBag', $bag);
    }