浏览代码

Auto-fix CS

mscherer 6 年之前
父节点
当前提交
8b9c4ce01f

+ 0 - 2
tests/Fixture/SluggedArticlesFixture.php

@@ -4,8 +4,6 @@ namespace Tools\Test\Fixture;
 
 use Cake\TestSuite\Fixture\TestFixture;
 
-/**
- */
 class SluggedArticlesFixture extends TestFixture {
 
 	/**

+ 0 - 2
tests/TestCase/Controller/Component/CommonComponentTest.php

@@ -9,8 +9,6 @@ use Cake\Http\ServerRequest;
 use Tools\Controller\Component\CommonComponent;
 use Tools\TestSuite\TestCase;
 
-/**
- */
 class CommonComponentTest extends TestCase {
 
 	/**

+ 0 - 2
tests/TestCase/Controller/Component/UrlComponentTest.php

@@ -10,8 +10,6 @@ use Cake\Routing\RouteBuilder;
 use Cake\Routing\Router;
 use Tools\TestSuite\TestCase;
 
-/**
- */
 class UrlComponentTest extends TestCase {
 
 	/**

+ 0 - 2
tests/TestCase/Shell/InflectShellTest.php

@@ -7,8 +7,6 @@ use Tools\Shell\InflectShell;
 use Tools\TestSuite\ConsoleOutput;
 use Tools\TestSuite\TestCase;
 
-/**
- */
 class InflectShellTest extends TestCase {
 
 	/**

+ 0 - 2
tests/TestCase/Utility/TextTest.php

@@ -5,8 +5,6 @@ namespace Tools\Test\TestCase\Utility;
 use Tools\TestSuite\TestCase;
 use Tools\Utility\Text;
 
-/**
- */
 class TextTest extends TestCase {
 
 	/**