Author: peterdd (peterdd)
Committer: Nikita Popov (nikic)
Date: 2021-10-21T11:12:53+02:00

Commit: 
https://github.com/php/web-bugs/commit/c2a59a52fa60c5abc8e3b9c573e3a1d63a16b4c9
Raw diff: 
https://github.com/php/web-bugs/commit/c2a59a52fa60c5abc8e3b9c573e3a1d63a16b4c9.diff

fix typo in tests/bootstrap.php

I had to fix the path there to enable running the phpunit tests.

Changed paths:
  M  tests/bootstrap.php


Diff:

diff --git a/tests/bootstrap.php b/tests/bootstrap.php
index f6b6db98..997c9f7a 100644
--- a/tests/bootstrap.php
+++ b/tests/bootstrap.php
@@ -2,6 +2,6 @@
 
 require_once __DIR__ . '/../vendor/autoload.php';
 
-define('TEST_FIXTURES_DIRECTORY', __DIR__ . '/Fixtures');
+define('TEST_FIXTURES_DIRECTORY', __DIR__ . '/fixtures');
 define('TEST_MOCKS_DIRECTORY', __DIR__ . '/Mocks');
 define('TEST_VAR_DIRECTORY', __DIR__ . '/../var');

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to