We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3a99a0 commit ac11901Copy full SHA for ac11901
.gitignore
@@ -1,2 +1,3 @@
1
/vendor/
2
.php_cs.cache
3
+.phpunit.result.cache
LICENSE
@@ -1,6 +1,6 @@
MIT License
-Copyright (c) 2017 Moon
+Copyright (c) 2018 Moon
4
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
of this software and associated documentation files (the "Software"), to deal
phpunit.xml
@@ -5,9 +5,7 @@
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
7
convertWarningsToExceptions="true"
8
- processIsolation="true"
9
stopOnFailure="false"
10
- syntaxCheck="true"
11
bootstrap="./vendor/autoload.php">
12
<testsuites>
13
<testsuite name="Unit">
0 commit comments