Пример #1
0
function import($module_name)
{
    IMPORTER::import_module($module_name);
}
Пример #2
0
 /**
  * Should not assert or do anything if file includes. Anything
  * else shows lack of working php require_once. That would be bad.
  *
  * @test
  */
 public function ImportMultiFile()
 {
     IMPORTER::add_include_path(vfsStream::url('home'));
     import('test.*');
 }