diff --git a/bin/parallel-phpunit b/bin/parallel-phpunit index 2152066..60d31c2 100755 --- a/bin/parallel-phpunit +++ b/bin/parallel-phpunit @@ -12,4 +12,4 @@ declare(strict_types=1); * the LICENSE file that was distributed with this source code. */ -require __DIR__.'/parallel-phpunit.php'; +require __DIR__.'/../tools/parallel-phpunit.php'; diff --git a/bin/prune-cache b/bin/prune-cache index 53d6391..b5eda71 100755 --- a/bin/prune-cache +++ b/bin/prune-cache @@ -12,4 +12,4 @@ declare(strict_types=1); * the LICENSE file that was distributed with this source code. */ -require __DIR__.'/prune-cache.php'; +require __DIR__.'/../tools/prune-cache.php'; diff --git a/bin/parallel-phpunit.php b/tools/parallel-phpunit.php similarity index 100% rename from bin/parallel-phpunit.php rename to tools/parallel-phpunit.php diff --git a/bin/prune-cache.php b/tools/prune-cache.php similarity index 100% rename from bin/prune-cache.php rename to tools/prune-cache.php