Advertisement
slo_nik

Codecept unit

Nov 29th, 2018
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.39 KB | None | 0 0
  1. Testing started at 17:13 ...
  2. /usr/bin/php7.2 /tmp/ide-codeception.php run --report -o "reporters: report: PhpStorm_Codeception_ReportPrinter" --no-ansi --no-interaction -c /home/slonik/localhost/www/test.loc/yii2_codecept/codeception.yml tests/unit
  3. Codeception PHP Testing Framework v2.5.1
  4. Powered by PHPUnit 7.4.4 by Sebastian Bergmann and contributors.
  5. Running with seed:
  6.  
  7.  
  8. session_set_cookie_params(): Cannot change session cookie parameters when headers already sent
  9.  /home/slonik/localhost/www/test.loc/yii2_codecept/vendor/yiisoft/yii2/web/Session.php:388
  10.  /home/slonik/localhost/www/test.loc/yii2_codecept/vendor/yiisoft/yii2/web/Session.php:135
  11.  /home/slonik/localhost/www/test.loc/yii2_codecept/vendor/yiisoft/yii2/web/Session.php:635
  12.  /home/slonik/localhost/www/test.loc/yii2_codecept/vendor/yiisoft/yii2/web/User.php:653
  13.  /home/slonik/localhost/www/test.loc/yii2_codecept/vendor/yiisoft/yii2/web/User.php:252
  14.  /home/slonik/localhost/www/test.loc/yii2_codecept/models/LoginForm.php:63
  15.  /home/slonik/localhost/www/test.loc/yii2_codecept/tests/unit/models/LoginFormTest.php:46
  16.  /home/slonik/.composer/vendor/symfony/console/Application.php:262
  17.  /home/slonik/.composer/vendor/symfony/console/Application.php:145
  18.  /tmp/ide-codeception.php:40
  19.  
  20.  
  21.  
  22. Time: 111 ms, Memory: 16.00MB
  23.  
  24. There was 1 error:
  25.  
  26. ---------
  27.  
  28. ERRORS!
  29. Tests: 8, Assertions: 26, Errors: 1.
  30.  
  31. Process finished with exit code 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement