Skip to content

Commit 8e25917

Browse files
authored
bin: Use an explicit inclusion and fail if missing
* Use an explicit inclusion instead of depending on (and exposing to) a certain include dir configuration. * Use 'require' instead of 'include' so that absence results in a hard failure instead of a warning.
1 parent 7bd2e70 commit 8e25917

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/coverage-check

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/env php
22
<?php
33

4-
include 'vendor/rregeer/phpunit-coverage-check/coverage-check.php';
4+
require dirname( __DIR__ ) . '/coverage-check.php';

0 commit comments

Comments
 (0)