From 81da533ad9ac6f369f26c390225d94212f2f8fdb Mon Sep 17 00:00:00 2001 From: James Kirby Date: Sun, 8 Jan 2017 12:11:43 +0000 Subject: [PATCH] PHP CS Fixes --- tests/Entity/EntityTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Entity/EntityTest.php b/tests/Entity/EntityTest.php index 20e03e6..7625e4b 100644 --- a/tests/Entity/EntityTest.php +++ b/tests/Entity/EntityTest.php @@ -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 {