예제 #1
0
파일: FileTest.php 프로젝트: kingsj/core
 /**
  * testMagicStringMethodReturnInjectedFileNameValue
  *
  * @return void
  * @group pdepend
  * @group pdepend::code
  * @group unittest
  */
 public function testMagicStringMethodReturnInjectedFileNameValue()
 {
     $file = new PHP_Depend_Code_File(__FILE__);
     self::assertEquals(__FILE__, $file->__toString());
 }