コード例 #1
0
ファイル: test-timber.php プロジェクト: oligoform/timber
 function testTimberGetCallingScriptFile()
 {
     $calling_file = Timber::get_calling_script_file();
     $file = getcwd() . '/tests/test-timber.php';
     $this->assertEquals($calling_file, $file);
 }