芝麻web文件管理V1.00
编辑当前文件:/home/mgatv524/public_html/fmd/vendor/twig/twig/test/Twig/Tests/AutoloaderTest.php
assertFalse(class_exists('FooBarFoo'), '->autoload() does not try to load classes that does not begin with Twig'); $autoloader = new Twig_Autoloader(); $this->assertNull($autoloader->autoload('Foo'), '->autoload() returns false if it is not able to load a class'); } }