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 834ef4f commit 85c0c61Copy full SHA for 85c0c61
.travis.yml
@@ -11,4 +11,4 @@ install:
11
- composer install
12
13
script:
14
- - phpunit
+ - phpunit --stderr
README.md
@@ -69,8 +69,10 @@ Just type: `composer require "byjg/cache-engine=3.0.*"`
69
## Running Unit Testes
70
71
```
72
-phpunit
+phpunit --stderr
73
74
75
+**Note:** the parameter `--stderr` after `phpunit` is to permit run the tests on SessionCacheEngine.
76
+
77
----
78
[Open source ByJG](http://opensource.byjg.com)
0 commit comments