We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60dc21b commit fd41e70Copy full SHA for fd41e70
.travis.yml
@@ -3,6 +3,7 @@ language: php
3
php:
4
- 5.3
5
- 5.4
6
+ - 5.5
7
- hhvm
8
9
before_script:
tests/PHPCR/Tests/Util/NodeHelperTest.php
@@ -173,7 +173,7 @@ public function testBenchmarkOrderBeforeArray()
173
{
174
$nodes = array();
175
176
- for ($i = 0; $i < 1000000; $i++) {
+ for ($i = 0; $i < 100000; $i++) {
177
$nodes[] = 'test' . $i;
178
}
179
0 commit comments