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
when I am running a build in my PHPCI environment, everything work fine... but just a small problem with the php_unit plugins. Is not showing the tests results
Here the build log
Cloning into '/Users/xxxx/Projects/phpci/PHPCI/build/138_f2255'...
final class LoginTest extends TestCase
{
public function testLoginEnergyCloud2()
{
$this->assertEquals(
[1, 2, 33, 4, 5, 6],
[1, 2, 3, 4, 5, 6]
);
}
}
The test should be return a Failure result.
When I am run manually the test, with this command : phpunit --configuration /Users/xxx/Projects/xxx/phpunit.xml is working correctly and i receive a test failure result.
I did something wrong but I don't know why. Is a log file for PHPCI ? while my logging in my phpunit config file is not working properly (the file logfile.json is empty)
Thanks
Simon
The text was updated successfully, but these errors were encountered:
Hi,
when I am running a build in my PHPCI environment, everything work fine... but just a small problem with the php_unit plugins. Is not showing the tests results
Here the build log
Cloning into '/Users/xxxx/Projects/phpci/PHPCI/build/138_f2255'...
Working copy created: /
RUNNING PLUGIN: php_unit
PLUGIN: SUCCESS
RUNNING PLUGIN: php_code_sniffer
PLUGIN: SUCCESS
BUILD SUCCESS
RUNNING PLUGIN: email
1 emails sent
0 emails failed to send
PLUGIN: SUCCESS
Removing Build.
Here my phpci.yml
Here my phpunit.xml
Here my test
The test should be return a Failure result.
When I am run manually the test, with this command : phpunit --configuration /Users/xxx/Projects/xxx/phpunit.xml is working correctly and i receive a test failure result.
I did something wrong but I don't know why. Is a log file for PHPCI ? while my logging in my phpunit config file is not working properly (the file logfile.json is empty)
Thanks
Simon
The text was updated successfully, but these errors were encountered: