Skip to content

Commit

Permalink
Use require_once in phpunit bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
Riimu committed Jul 14, 2017
1 parent c3808e8 commit 9920b50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/bootstrap.php
@@ -1,3 +1,3 @@
<?php

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

0 comments on commit 9920b50

Please sign in to comment.