Skip to content

Commit

Permalink
travis-ci build error fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
fu22ybear committed Jan 4, 2020
1 parent f64aecf commit 8ea71a0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
@@ -1,5 +1,14 @@
<?php

/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/

namespace Symfony\Component\DependencyInjection\Tests\Argument;

use PHPUnit\Framework\TestCase;
Expand Down
Expand Up @@ -11,7 +11,7 @@

namespace Symfony\Component\DependencyInjection\Tests\Compiler;

use Symfony\Bundle\FrameworkBundle\Tests\TestCase;
use PHPUnit\Framework\TestCase;
use Symfony\Component\DependencyInjection\Argument\AbstractableArgument;
use Symfony\Component\DependencyInjection\Compiler\AbstractableArgumentPresenceExceptionPass;
use Symfony\Component\DependencyInjection\ContainerBuilder;
Expand Down

0 comments on commit 8ea71a0

Please sign in to comment.