Skip to content

Commit

Permalink
minor fixes while reading through
Browse files Browse the repository at this point in the history
  • Loading branch information
cordoval committed Sep 26, 2014
1 parent d8b3dca commit d26bb22
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
@@ -1,11 +1,11 @@
language: php

php:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm

env:
- SYMFONY_VERSION=2.5.*
Expand All @@ -21,7 +21,7 @@ matrix:
- php: 5.5
env: SYMFONY_VERSION=dev-master

before_script:
before_install:
- composer require symfony/routing:${SYMFONY_VERSION} --prefer-source

script: phpunit --coverage-text
Expand Down
2 changes: 0 additions & 2 deletions Test/CmfUnitTestCase.php
Expand Up @@ -13,13 +13,11 @@

class CmfUnitTestCase extends \PHPUnit_Framework_TestCase
{

protected function buildMock($class, array $methods = array())
{
return $this->getMockBuilder($class)
->disableOriginalConstructor()
->setMethods($methods)
->getMock();
}

}
1 change: 0 additions & 1 deletion Tests/Candidates/CandidatesTest.php
Expand Up @@ -101,6 +101,5 @@ public function testGetCandidatesLimit()
),
$paths
);

}
}

0 comments on commit d26bb22

Please sign in to comment.