Skip to content

Commit

Permalink
tests: optimize tests execution
Browse files Browse the repository at this point in the history
  • Loading branch information
damianopetrungaro committed Sep 6, 2018
1 parent b3a99a0 commit ac11901
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/vendor/
.php_cs.cache
.phpunit.result.cache
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017 Moon
Copyright (c) 2018 Moon

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 0 additions & 2 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="true"
stopOnFailure="false"
syntaxCheck="true"
bootstrap="./vendor/autoload.php">
<testsuites>
<testsuite name="Unit">
Expand Down

0 comments on commit ac11901

Please sign in to comment.