Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Commit

Permalink
Renamed constant
Browse files Browse the repository at this point in the history
  • Loading branch information
CommandString committed Jun 14, 2023
1 parent 6562d6e commit 937ea08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/ApiTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ class ApiTestCase extends TestCase
public function __construct(string $name)
{
parent::__construct($name);
define('__ROOT__', __DIR__ . '/..');
require_once __ROOT__ . '/Bootstrap/requires.php';
define('ROOT', __DIR__ . '/..');
require_once ROOT . '/Bootstrap/requires.php';
}

public function runRequest(ServerRequestInterface $request): ResponseInterface
Expand Down

0 comments on commit 937ea08

Please sign in to comment.