Skip to content

Commit

Permalink
Clean up the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Vectorial1024 committed Nov 5, 2024
1 parent 192da32 commit c7c2b09
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
"Vectorial1024\\AlofLib\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Vectorial1024\\AlofLib\\Test\\": "tests/"
}
},
"authors": [
{
"name": "Vectorial1024"
Expand Down
11 changes: 11 additions & 0 deletions tests/AlofTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

declare(strict_types=1);

namespace Vectorial1024\AlofLib\Test;

use ArrayIterator;
use ArrayObject;
use stdClass;
use SplDoublyLinkedList;
use SplFixedArray;
use SplObjectStorage;
use SplQueue;
use SplStack;
use WeakMap;
use PHPUnit\Framework\TestCase;
use Vectorial1024\AlofLib\Alof;

Expand Down

0 comments on commit c7c2b09

Please sign in to comment.