/**
  * @return	null
  */
 public function testGetSqlPhrase()
 {
     $this->assertEquals($this->sqlPhrase, $this->constraint->getSqlPhrase());
 }
Esempio n. 2
0
 /**
  * @return	null
  */
 public function testGetSqlPhrase()
 {
     $this->assertEquals('not null', $this->constraint->getSqlPhrase());
 }