Completed
Push — master ( a34294...ee12eb )
by Ibrahim
02:01
created
tests/Helpers/RouterTest.php 1 patch
Unused Use Statements   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,9 +1,8 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace Yabacon\Paystack\Tests\Helpers;
3 3
 
4
-use Yabacon\Paystack\Helpers\Router;
5 4
 use Yabacon\Paystack;
6
-use Yabacon\Paystack\Contracts\RouteInterface;
5
+use Yabacon\Paystack\Helpers\Router;
7 6
 
8 7
 class RouterTest extends \PHPUnit_Framework_TestCase
9 8
 {
Please login to merge, or discard this patch.