Skip to content
This repository was archived by the owner on Oct 5, 2022. It is now read-only.

Commit e94c5e4

Browse files
author
Christoph
committed
rely on Composer's autoloader and PHPUnit instead of the custom autoloader
1 parent b6522eb commit e94c5e4

File tree

3 files changed

+2
-157
lines changed

3 files changed

+2
-157
lines changed

lib/phpSec/Common/SplClassLoader.php

Lines changed: 0 additions & 139 deletions
This file was deleted.

lib/phpSec/bootstrap.php

Lines changed: 0 additions & 16 deletions
This file was deleted.

phpunit.xml.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
processIsolation="false"
1010
stopOnFailure="false"
1111
syntaxCheck="false"
12-
bootstrap="lib/phpSec/bootstrap.php"
12+
bootstrap="vendor/autoload.php"
1313
>
1414
<testsuites>
1515
<testsuite name="phpSec Test Suite">
@@ -22,4 +22,4 @@
2222
<directory>./lib/</directory>
2323
</whitelist>
2424
</filter>
25-
</phpunit>
25+
</phpunit>

0 commit comments

Comments
 (0)