You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting similar errors to #162 when running in a Docker container set up by my CI platform. (http://buddy.works)
./vendor/phpunit/phpunit/phpunit --bootstrap ./application/tests/Bootstrap.php --configuration ./application/tests/phpunit.xml --teamcity
Notice: Trying to get property of non-object in /buddy/oris/application/tests/_ci_phpunit_test/replacing/core/Common.php on line 269
Warning: Creating default object from empty value in /buddy/oris/application/tests/_ci_phpunit_test/replacing/core/Common.php on line 270
The configuration file does not exist.
I don't have config subdirectories, but the test suite works locally so I don't think that's the problem here. Any ideas?
I'm getting similar errors to #162 when running in a Docker container set up by my CI platform. (http://buddy.works)
I don't have config subdirectories, but the test suite works locally so I don't think that's the problem here. Any ideas?
PHPUnit 6.5.7
PHP 7.1.11
kenjis/ci-phpunit-test v0.16.0
The text was updated successfully, but these errors were encountered: