mirror of
https://codeberg.org/icewind/SMB.git
synced 2026-06-04 09:44:08 +02:00
split test cases
This commit is contained in:
parent
78916cfc08
commit
c94eea8294
4 changed files with 59 additions and 15 deletions
|
|
@ -14,6 +14,6 @@ spl_autoload_register(function ($class) {
|
|||
if (substr($class, 0, 4) == 'SMB\\') {
|
||||
$class = strtolower($class);
|
||||
$file = str_replace('\\', '/', substr($class, 4));
|
||||
include $file . '.php';
|
||||
include __DIR__ . '/' . $file . '.php';
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue