downgrade to kirby v3
This commit is contained in:
1078
vendor/ml/iri/ML/IRI/Test/IriTest.php
vendored
Normal file
1078
vendor/ml/iri/ML/IRI/Test/IriTest.php
vendored
Normal file
File diff suppressed because it is too large
Load Diff
12
vendor/ml/iri/ML/IRI/Test/bootstrap.php
vendored
Normal file
12
vendor/ml/iri/ML/IRI/Test/bootstrap.php
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
// @codingStandardsIgnoreFile
|
||||
|
||||
spl_autoload_register(function($class)
|
||||
{
|
||||
if (0 === strpos($class, 'ML\\IRI\\')) {
|
||||
$path = implode('/', array_slice(explode('\\', $class), 2)).'.php';
|
||||
require_once __DIR__.'/../'.$path;
|
||||
return true;
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user