CRUDlexTests\EntityTest::testGetDefinition PHP Method

testGetDefinition() public method

public testGetDefinition ( )
    public function testGetDefinition()
    {
        $entityLibrary = $this->dataLibrary->createEmpty();
        $read = $entityLibrary->getDefinition();
        $expected = $this->dataLibrary->getDefinition();
        $this->assertSame($expected, $read);
    }