コード例 #1
0
ファイル: CollectionTest.php プロジェクト: norfil/Propel2
 /**
  * @expectedException \Propel\Runtime\Exception\PropelException
  */
 public function testGetConnectionNoModel()
 {
     $col = new Collection();
     $col->getConnection();
 }