Ejemplo n.º 1
0
 /**
  * Test that the getName() method defaults to null
  */
 public function testThatGetNameDefaultsToNull()
 {
     $field = new Field();
     $this->assertNull($field->getName());
 }