Skip to content

Commit

Permalink
Fixed issue with phpunit XML file
Browse files Browse the repository at this point in the history
Fixed XML syntax error.
Fixed "Element PHPUnit: Character content other than whitespace is not allowed because the content type is element-only."
  • Loading branch information
pH-7 authored Jul 20, 2019
1 parent 5fbe3b0 commit d3bf394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>

<phpunit
bootstrap="vendor/autoload.php">
bootstrap="vendor/autoload.php"
verbose="true"
colors="true">
<testsuites>
Expand Down

0 comments on commit d3bf394

Please sign in to comment.