Example #1
0
 /**
  * Test that the getValues() method defaults to returning NULL
  */
 public function testThatGetValuesDefaultsToReturningNull()
 {
     $field = new Field();
     $this->assertNull($field->getValues());
 }