Skip to content

Instantly share code, notes, and snippets.

@mchelen
Created March 30, 2017 19:57
Show Gist options
  • Save mchelen/9e8d636080e2e8e4fc97174c1500625c to your computer and use it in GitHub Desktop.
Save mchelen/9e8d636080e2e8e4fc97174c1500625c to your computer and use it in GitHub Desktop.
> 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