Skip to content
This repository has been archived by the owner on Sep 30, 2021. It is now read-only.

Commit

Permalink
Extend the TestCase class
Browse files Browse the repository at this point in the history
I was too hasty and forgot to replace the previously extended class with
this. It did not make the tests fail, that test was simply ignored,
which means the coverage should go up.
  • Loading branch information
greg0ire authored and OskarStark committed Jan 27, 2019
1 parent 30f5d12 commit ab0a66f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/CoreBundle/DependencyInjection/ConfigurationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@
namespace Sonata\CoreBundle\Tests\DependencyInjection;

use Matthias\SymfonyConfigTest\PhpUnit\ConfigurationTestCaseTrait;
use PHPUnit\Framework\TestCase;
use Sonata\CoreBundle\DependencyInjection\Configuration;

class ConfigurationTest
class ConfigurationTest extends TestCase
{
use ConfigurationTestCaseTrait;

Expand Down

0 comments on commit ab0a66f

Please sign in to comment.