We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d23f5ab commit 779259cCopy full SHA for 779259c
tests/PhpArrayToXmlTest.php
@@ -41,7 +41,7 @@ public function check_if_custom_helper_methods_actually_work()
41
public function check_if_every_stub_is_being_tested()
42
{
43
$missing = null;
44
- $stubs = glob('stubs' . DIRECTORY_SEPARATOR . '*.*');
+ $stubs = glob(__DIR__ . DIRECTORY_SEPARATOR . 'stubs' . DIRECTORY_SEPARATOR . '*.*');
45
46
foreach($stubs as $stub) {
47
$path_info = pathinfo($stub);
0 commit comments