Example #1
0
 public function testAllFieldsNull()
 {
     $this->assertNull($this->data->getContent());
     $this->assertNull($this->data->getCreated());
     $this->assertNull($this->data->getId());
     $this->assertNull($this->data->getIdentifier());
     $this->assertNull($this->data->getLocale());
     $this->assertNull($this->data->getModified());
 }