Skip to content

Commit ac11901

Browse files
tests: optimize tests execution
1 parent b3a99a0 commit ac11901

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
/vendor/
22
.php_cs.cache
3+
.phpunit.result.cache

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2017 Moon
3+
Copyright (c) 2018 Moon
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

phpunit.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
convertErrorsToExceptions="true"
66
convertNoticesToExceptions="true"
77
convertWarningsToExceptions="true"
8-
processIsolation="true"
98
stopOnFailure="false"
10-
syntaxCheck="true"
119
bootstrap="./vendor/autoload.php">
1210
<testsuites>
1311
<testsuite name="Unit">

0 commit comments

Comments
 (0)