コード例 #1
0
ファイル: SqonTest.php プロジェクト: sqon/sqon
 /**
  * Verify that the PHP bootstrap script can be retrieved.
  */
 public function testRetrieveCurrentPhpBootstrapScript()
 {
     self::assertEquals(trim(file_get_contents(Sqon::BOOTSTRAP_FILE)), $this->sqon->getBootstrap(), 'The PHP bootstrap script was not returned.');
 }