예제 #1
0
 /**
  * Test constant __DIR__ with several characters that need escaping.
  */
 public function test5()
 {
     $dir_name = realpath(__DIR__ . '/../../test/MySql/psql/ test_escape \' " @ $ ! .');
     if ($dir_name) {
         $ret = DataLayer::magicConstant05();
         $this->assertEquals($dir_name, $ret);
     }
 }