Elgg\Database\RelationshipsTest::tearDown PHP Метод

tearDown() защищенный Метод

Remove the entities that are created for each test
protected tearDown ( )
    protected function tearDown()
    {
        foreach ($this->guids as $guid) {
            $e = get_entity($guid);
            $e->delete();
        }
    }