コード例 #1
0
ファイル: TagTest.php プロジェクト: alexandre-t/pokeme
 /**
  * Test that Id is null at the beginning.
  */
 public function testGetId()
 {
     $this->assertNull($this->object->getId());
 }