/**
  * Test constant __FILE__. Must return the filename of the source of the routine.
  */
 public function test3()
 {
     $filename = realpath(__DIR__ . '/../../test/MySql/psql/tst_magic_constant03.psql');
     $ret = DataLayer::magicConstant03();
     $this->assertEquals($filename, $ret);
 }