コード例 #1
0
ファイル: core.php プロジェクト: radiosilence/core
function import($module_name)
{
    IMPORTER::import_module($module_name);
}
コード例 #2
0
ファイル: ImportTest.php プロジェクト: radiosilence/core
 /**
  * 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.*');
 }