The property Identifier does not exist on SilverStripe\CKANRegistry\Model\Resource. Since you implemented __set, consider adding a @property annotation.
Loading history...
29
$resource->write();
30
31
$this->assertCount(0, $resource->Fields(), 'Changing identifier should clear fields');
32
$this->assertCount(0, $resource->Filters(), 'Changing identifier should clear filters');