Skip to content

Commit 779259c

Browse files
committed
Bugfix test
1 parent d23f5ab commit 779259c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/PhpArrayToXmlTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public function check_if_custom_helper_methods_actually_work()
4141
public function check_if_every_stub_is_being_tested()
4242
{
4343
$missing = null;
44-
$stubs = glob('stubs' . DIRECTORY_SEPARATOR . '*.*');
44+
$stubs = glob(__DIR__ . DIRECTORY_SEPARATOR . 'stubs' . DIRECTORY_SEPARATOR . '*.*');
4545

4646
foreach($stubs as $stub) {
4747
$path_info = pathinfo($stub);

0 commit comments

Comments
 (0)