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

Commit 4bc1029

Browse files
authored
Update README.md
1 parent 2f31665 commit 4bc1029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ $targets = $pathFinder->targetsFor('lib/Acme/Post.php');
4242
```php
4343
$pathFinder = PathFinder::fromDestinations([
4444
'source' => 'lib/<module>/<kernel>.php',
45-
'unit_test' => 'tests/<module>Unit/<kernel>Test.php',
45+
'unit_test' => 'tests/<module>/Unit/<kernel>Test.php',
4646
'benchmark' => 'benchmarks/<module>/<kernel>Bench.php',
4747
]);
4848

0 commit comments

Comments
 (0)