コード例 #1
0
ファイル: NewsTest.php プロジェクト: Alexandre-T/jeu-de-role
 /**
  * Tests News->__toString().
  */
 public function testToString()
 {
     $this->news->setTitle('foo');
     $this->assertEquals('News foo', $this->news->__toString());
 }