Skip to content

Commit

Permalink
The PHP DOM extension is required
Browse files Browse the repository at this point in the history
I'm getting the following error when running a test scenario on a minimal Ubuntu Bionic image:

```
Fatal error: Class 'DOMDocument' not found (Behat\Testwork\Call\Exception\FatalThrowableError)
```

It is thrown in `Behat\Testwork\Output\Printer\JUnitOutputPrinter`.
  • Loading branch information
pfrenssen authored Sep 24, 2019
1 parent c6c76fe commit 69a9147
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

"require": {
"php": ">=5.3.3",
"ext-dom": "*",
"ext-mbstring": "*",
"behat/gherkin": "^4.6.0",
"behat/transliterator": "^1.2",
Expand Down

0 comments on commit 69a9147

Please sign in to comment.