Skip to content

Commit

Permalink
Move executable files' PHP sources to tools
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbalandan committed Aug 3, 2024
1 parent c1b9146 commit e848e67
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/parallel-phpunit
Original file line number Diff line number Diff line change
Expand Up @@ -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';
2 changes: 1 addition & 1 deletion bin/prune-cache
Original file line number Diff line number Diff line change
Expand Up @@ -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';
File renamed without changes.
File renamed without changes.

0 comments on commit e848e67

Please sign in to comment.