コード例 #1
0
ファイル: EntityTest.php プロジェクト: carriercomm/pastebin-2
 public function testId()
 {
     $paste = new Paste();
     $paste->setId(1);
     $this->assertEquals(1, $paste->getId());
 }