You are here

public function CerBasicTestCase::testDelete in Corresponding Entity References 7.3

File

tests/CerBasicTestCase.test, line 119

Class

CerBasicTestCase

Code

public function testDelete() {
  node_delete($this->node->nid);
  $this
    ->assertEqual(0, $this
    ->reload('user', $this->author)->field_pages
    ->count());
}