Skip to content

Commit

Permalink
Use absolute path to autoload.php
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorel committed Nov 3, 2017
1 parent 0647ecd commit 52a3c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpunit.php
Expand Up @@ -2,7 +2,7 @@

use Brick\Math\Internal\Calculator;

require 'vendor/autoload.php';
require __DIR__ . '/vendor/autoload.php';

/**
* @return Calculator
Expand Down

0 comments on commit 52a3c9d

Please sign in to comment.