Skip to content

Commit

Permalink
Add the Symfony PHPUnit bridge to detect deprecated API usage
Browse files Browse the repository at this point in the history
  • Loading branch information
stof committed Aug 27, 2015
1 parent ea99006 commit ecff6b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"symfony/framework-bundle": "~2.3"
},
"require-dev": {
"phpunit/phpunit": "~3.7"
"symfony/phpunit-bridge": "~2.7",
"phpunit/phpunit": "~4.5"
},
"autoload": {
"psr-4": {
Expand Down
3 changes: 0 additions & 3 deletions tests/DependencyInjection/KeenIOExtensionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,10 @@
use Symfony\Component\Config\FileLocator;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\DependencyInjection\Loader\YamlFileLoader;
use Symfony\Component\DependencyInjection\ParameterBag\ParameterBag;

class KeenIOExtensionTest extends \PHPUnit_Framework_TestCase
{
/**
* QPush Extension
*
* @var KeenIOExtension
*/
private $extension;
Expand Down

0 comments on commit ecff6b9

Please sign in to comment.