Skip to content

Commit

Permalink
some tweaks to the phpunit config
Browse files Browse the repository at this point in the history
  • Loading branch information
jakoch committed Mar 29, 2015
1 parent 9cf1333 commit cafd8dd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/phpunit.xml.dist
Expand Up @@ -15,7 +15,10 @@
bootstrap = "./bootstrap.php">

<php>
<ini name="memory_limit" value="-1"/>
<ini name="error_reporting" value="-1" />
<ini name="memory_limit" value="-1" />
<ini name="intl.default_locale" value="en" />
<ini name="intl.error_level" value="0" />
</php>

<testsuite name="Koch Framework Test Suite">
Expand Down
5 changes: 5 additions & 0 deletions tests/phpunit.xml.local
Expand Up @@ -12,6 +12,11 @@
strict = "true"
syntaxCheck = "false"
verbose = "true"
beStrictAboutTestsThatDoNotTestAnything = "true"
beStrictAboutOutputDuringTests = "true"
beStrictAboutTestSize = "true"
beStrictAboutTodoAnnotatedTests = "true"
checkForUnintenionallyCoveredCode = "true"
bootstrap = "./bootstrap.php">

<php>
Expand Down

0 comments on commit cafd8dd

Please sign in to comment.