コード例 #1
0
ファイル: SqonTest.php プロジェクト: sqon/sqon
 /**
  * Verify that the path to commit the Sqon to is returned.
  */
 public function testGetPathForTheSqon()
 {
     self::assertEquals($this->file, $this->sqon->getPathToSqon(), 'The path to the Sqon was not returned.');
 }