File tree Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 1
1
language : php
2
2
3
3
php :
4
- - 5.3
5
- - 5.4
6
- - 5.5
7
- - 5.6
8
- - hhvm
4
+ - 5.3
5
+ - 5.4
6
+ - 5.5
7
+ - 5.6
8
+ - hhvm
9
9
10
10
env :
11
11
- SYMFONY_VERSION=2.5.*
@@ -21,7 +21,7 @@ matrix:
21
21
- php : 5.5
22
22
env : SYMFONY_VERSION=dev-master
23
23
24
- before_script :
24
+ before_install :
25
25
- composer require symfony/routing:${SYMFONY_VERSION} --prefer-source
26
26
27
27
script : phpunit --coverage-text
Original file line number Diff line number Diff line change 13
13
14
14
class CmfUnitTestCase extends \PHPUnit_Framework_TestCase
15
15
{
16
-
17
16
protected function buildMock ($ class , array $ methods = array ())
18
17
{
19
18
return $ this ->getMockBuilder ($ class )
20
19
->disableOriginalConstructor ()
21
20
->setMethods ($ methods )
22
21
->getMock ();
23
22
}
24
-
25
23
}
Original file line number Diff line number Diff line change @@ -101,6 +101,5 @@ public function testGetCandidatesLimit()
101
101
),
102
102
$ paths
103
103
);
104
-
105
104
}
106
105
}
You can’t perform that action at this time.
0 commit comments