Created
March 30, 2017 19:57
-
-
Save mchelen/9e8d636080e2e8e4fc97174c1500625c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> phpunit | |
PHPUnit 6.0.11 by Sebastian Bergmann and contributors. | |
Runtime: PHP 7.0.15-0ubuntu0.16.10.4 | |
Configuration: /home/mchelen/doc/phpunit-dbunit-example/phpunit.xml | |
E. 2 / 2 (100%) | |
Time: 12 ms, Memory: 4.00MB | |
There was 1 error: | |
1) GuestbookDbTest::testCount | |
PHPUnit\DbUnit\Operation\Exception: COMPOSITE[TRUNCATE] operation failed on query: | |
DELETE FROM "guestbook" | |
using args: Array | |
( | |
) | |
[SQLSTATE[HY000]: General error: 1 no such table: guestbook] | |
ERRORS! | |
Tests: 2, Assertions: 1, Errors: 1. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment