Navigation Menu

Skip to content

Commit

Permalink
CS fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
WyriHaximus committed Oct 6, 2018
1 parent a91522a commit 88e3ced
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 7 deletions.
2 changes: 0 additions & 2 deletions tests/Event/ProfilerListenerTest.php
Expand Up @@ -10,9 +10,7 @@

namespace WyriHaximus\CakePHP\Tests\TwigView\Event;

use Prophecy\Argument;
use Twig\Environment;
use Twig\Extension\AbstractExtension;
use WyriHaximus\CakePHP\Tests\TwigView\TestCase;
use WyriHaximus\TwigView\Event\ConstructEvent;
use WyriHaximus\TwigView\Event\ProfilerListener;
Expand Down
1 change: 0 additions & 1 deletion tests/Lib/RelativeScannerTest.php
Expand Up @@ -10,7 +10,6 @@

namespace WyriHaximus\CakePHP\Tests\TwigView\Lib;

use Cake\Core\Configure;
use Cake\Core\Plugin;
use Cake\Routing\Router;
use WyriHaximus\CakePHP\Tests\TwigView\TestCase;
Expand Down
1 change: 0 additions & 1 deletion tests/Lib/ScannerTest.php
Expand Up @@ -10,7 +10,6 @@

namespace WyriHaximus\CakePHP\Tests\TwigView\Lib;

use Cake\Core\Configure;
use Cake\Core\Plugin;
use Cake\Routing\Router;
use WyriHaximus\CakePHP\Tests\TwigView\TestCase;
Expand Down
1 change: 0 additions & 1 deletion tests/Lib/TreeScannerTest.php
Expand Up @@ -10,7 +10,6 @@

namespace WyriHaximus\CakePHP\Tests\TwigView\Lib;

use Cake\Core\Configure;
use Cake\Core\Plugin;
use Cake\Routing\Router;
use WyriHaximus\CakePHP\Tests\TwigView\TestCase;
Expand Down
1 change: 0 additions & 1 deletion tests/Lib/Twig/LoaderTest.php
Expand Up @@ -10,7 +10,6 @@

namespace WyriHaximus\CakePHP\Tests\TwigView\Lib\Twig;

use Cake\Core\Configure;
use Cake\Core\Plugin as CakePlugin;
use WyriHaximus\CakePHP\Tests\TwigView\TestCase;
use WyriHaximus\TwigView\Lib\Twig\Loader;
Expand Down
2 changes: 1 addition & 1 deletion tests/test_app/templates/Layout/default.php
@@ -1 +1 @@
<?= $this->fetch('content') ?>
<?= $this->fetch('content');

0 comments on commit 88e3ced

Please sign in to comment.