[vanmeeuwen@dws06 src (dev/without-quota-table *+%)]$ vendor/bin/phpunit --stop-on-defect --stop-on-error --stop-on-failure --exclude-group imap tests/Feature/ PHPUnit 7.5.20 by Sebastian Bergmann and contributors. IIII.......................................IIIF Time: 3.95 seconds, Memory: 48.00 MB There was 1 failure: 1) Tests\Feature\Controller\UsersTest::testStatusInfo array ( 'process' => array ( 0 => array ( 'label' => 'user-new', 'title' => 'User registered', 'state' => false, ), 1 => array ( 'label' => 'user-ldap-ready', 'title' => 'User created', 'state' => false, ), 2 => array ( 'label' => 'user-imap-ready', 'title' => 'User mailbox created', 'state' => false, ), ), 'status' => 'new', ) Failed asserting that false is identical to true. /home/vanmeeuwen/devel/src/apheleia/kolab.git/src/tests/Feature/Controller/UsersTest.php:94 FAILURES! Tests: 47, Assertions: 232, Failures: 1, Incomplete: 7.