Skip to content

Commit d939ae8

Browse files
committed
__DIR__ + "/../vendor" to dirname(__DIR__) + "/vendor"
1 parent 31a44bc commit d939ae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?php
22

3-
$loader = require __DIR__ . '/../vendor/autoload.php';
3+
$loader = require dirname(__DIR__) . '/vendor/autoload.php';
44
//$loader->add('PHPVerbalExpressions\Tests', __DIR__);

0 commit comments

Comments
 (0)