Skip to content
This repository was archived by the owner on Jul 8, 2023. It is now read-only.

Commit dc13b67

Browse files
author
guillermo.fisher
committed
Fixed for tests
1 parent 07e051c commit dc13b67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
define('APPLICATION_ENV', 'test');
1212

1313
define('APPLICATION_PATH', dirname(__DIR__));
14-
chdir(APPLICATION_PATH);
14+
define('HRPHP_URL', 'http://hrphp.org');
1515

1616
require 'vendor/autoload.php';
1717
require 'src/config/application.php';

0 commit comments

Comments
 (0)