Skip to content

Commit 1f889b4

Browse files
committed
Enable verbose mode for PHPUnit
1 parent 0d8898d commit 1f889b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

phpunit.xml.dist

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
convertNoticesToExceptions="true"
66
convertWarningsToExceptions="true"
77
stopOnFailure="false"
8-
bootstrap="tests/bootstrap.php">
8+
bootstrap="tests/bootstrap.php"
9+
verbose="true">
910
<testsuites>
1011
<testsuite name="Facebook PHP SDK Test Suite">
1112
<directory>./tests</directory>

0 commit comments

Comments
 (0)