Skip to content

Commit

Permalink
PHP CS Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jedkirby committed Jan 8, 2017
1 parent 082e9de commit 81da533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Entity/EntityTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

namespace Jedkirby\TweetEntityLinker\Tests\Entity;

use PHPUnit_Framework_TestCase as TestCase;
use Jedkirby\TweetEntityLinker\Tests\Entity\Fixtures\InvalidProperties;
use Jedkirby\TweetEntityLinker\Tests\Entity\Fixtures\NoRequiredProperties;
use PHPUnit_Framework_TestCase as TestCase;

class EntityTest extends TestCase
{
Expand Down

0 comments on commit 81da533

Please sign in to comment.