mirror of
https://github.com/TheAlgorithms/PHP.git
synced 2025-01-17 07:08:13 +01:00
fixed typo in unit test
This commit is contained in:
parent
3d6c66d144
commit
fbe3168ca7
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
|
||||
require_once __DIR__ . '/../../vendor/autoload.php';
|
||||
require_once __DIR__ . '/../../sorting/countSort.php';
|
||||
require_once __DIR__ . '/../../sorting/quickSort.php';
|
||||
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user