コード例 #1
0
 /**
  * @return	null
  */
 public function testGetSqlPhrase()
 {
     $this->assertEquals($this->sqlPhrase, $this->constraint->getSqlPhrase());
 }
コード例 #2
0
ファイル: NotNullTest.php プロジェクト: kevinlondon/appfuel
 /**
  * @return	null
  */
 public function testGetSqlPhrase()
 {
     $this->assertEquals('not null', $this->constraint->getSqlPhrase());
 }