-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Receiving string output without redirection #7
Comments
LeoColomb
pushed a commit
that referenced
this issue
Nov 28, 2017
PHPUnit 6 compat stuff In order to make different versions of PHP and PHPUnit coexist, you either need something like this (tests written for PHPUnit 5.7 and prior run on PHPUnit 6), or to force PHPUnit to a different version, see this: f1fd931
dgw
pushed a commit
to dgw/YOURLS
that referenced
this issue
Feb 27, 2018
Allow character to appear more than once
ozh
added a commit
that referenced
this issue
Jan 31, 2021
At this point: $phpunit PHP Fatal error: Uncaught Error: Call to undefined method Aura\Sql\Profiler\Profiler::log() in D:\home\planetozh\ozh.in\includes\functions-debug.php:18 Stack trace: #0 D:\home\planetozh\ozh.in\includes\class-mysql.php(61): yourls_debug_log('Connected to da...') #1 D:\home\planetozh\ozh.in\includes\Config\Init.php(151): yourls_db_connect() #2 D:\home\planetozh\ozh.in\includes\Config\Init.php(57): YOURLS\Config\Init->include_db_files() #3 D:\home\planetozh\ozh.in\tests\bootstrap.php(41): YOURLS\Config\Init->__construct(Object(YOURLS\Config\InitDefaults)) #4 phar://D:/home/planetozh/phpunit-7.phar/phpunit/Util/FileLoader.php(57): include_once('D:\\home\\planeto...') #5 phar://D:/home/planetozh/phpunit-7.phar/phpunit/Util/FileLoader.php(45): PHPUnit\Util\FileLoader::load('D:\\home\\planeto...') #6 phar://D:/home/planetozh/phpunit-7.phar/phpunit/TextUI/Command.php(1058): PHPUnit\Util\FileLoader::checkAndLoad('D:\\home\\planeto...') #7 phar://D:/home/planetozh/phpunit-7.phar/phpunit/TextUI/Command.php(863): PHPUnit\TextUI\Command-> in D:\home\planetozh\ozh.in\includes\functions-debug.php on line 18
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a COPY of Issue 7: Receiving string output without redirection, filed on Google Code before the project was moved on Github.
Please review the original issue and especially its comments. Comments here on closed issues will be ignored. Thanks.
Original description
The text was updated successfully, but these errors were encountered: