Skip to content

Commit

Permalink
VSVGVQ-51 Merge phpunit.xml from master.
Browse files Browse the repository at this point in the history
  • Loading branch information
Luc Wollants committed Jun 7, 2018
1 parent b2385d6 commit 7217c76
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,16 @@
<directory suffix=".php">./src/*</directory>
<exclude>
<file>./src/Kernel.php</file>
<file>./src/Registration/HashCodeGenerator.php</file>
<file>./src/Company/Controllers/CompanyViewController.php</file>
<file>./src/Question/Controllers/QuestionViewController.php</file>
<file>./src/Question/Forms/QuestionFormType.php</file>
<file>./src/User/Controllers/UserViewController.php</file>
</exclude>
</whitelist>
</filter>
<php>
<ini name="error_reporting" value="E_ALL"/>
<ini name="display_errors" value="1"/>
<ini name="display_startup_errors" value="1"/>
<ini name="error_reporting" value="E_ALL" />
<ini name="display_errors" value="1" />
<ini name="display_startup_errors" value="1" />
</php>
</phpunit>

0 comments on commit 7217c76

Please sign in to comment.