コード例 #1
0
ファイル: CoreTest.php プロジェクト: keeguon/doctrator
 /**
  * @expectedException \InvalidArgumentException
  */
 public function testSetDataDoesNotExists()
 {
     $article = new Article();
     $article->set('no', 'foo');
 }