示例#1
0
 function testTimberGetCallingScriptFile()
 {
     $calling_file = Timber::get_calling_script_file();
     $file = getcwd() . '/tests/test-timber.php';
     $this->assertEquals($calling_file, $file);
 }