コード例 #1
0
ファイル: FieldTest.php プロジェクト: theshadow/sliq
 /**
  * Test that the getName() method defaults to null
  */
 public function testThatGetNameDefaultsToNull()
 {
     $field = new Field();
     $this->assertNull($field->getName());
 }