Пример #1
0
 public function testFileGetFilenameReturnsCorrectFilename()
 {
     require_once 'Zend/Version/Version.php';
     $reflectionFile = new FileReflection('Zend/Version/Version.php');
     // Make sure this test works on all platforms
     $this->assertRegExp('#^.*Zend.Version.Version.php$#i', $reflectionFile->getFileName());
 }