Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleš committed Jun 14, 2017
1 parent 8d5e8a2 commit c399558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

declare(strict_types=1);

if (@!include __DIR__ . "/../../../../vendor/autoload.php") {
if (@!include __DIR__ . "/../vendor/autoload.php") {
echo "Install Nette Tester using `composer install`";
exit(1);
}
Expand Down

0 comments on commit c399558

Please sign in to comment.