Skip to content

Commit 0b90baa

Browse files
committed
driver: rename test classes
1 parent 335552f commit 0b90baa

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

tests/Driver/BlueimpUploadHandlerTest.php renamed to tests/Driver/BlueimpHandlerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
use Mockery;
1515
use Symfony\Component\HttpKernel\Exception\BadRequestHttpException;
1616

17-
class BlueimpUploadHandlerTest extends TestCase
17+
class BlueimpHandlerTest extends TestCase
1818
{
1919
/**
2020
* @var UploadHandler

tests/Driver/DropzoneUploadHandlerTest.php renamed to tests/Driver/DropzoneHandlerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
use Mockery;
1616
use Symfony\Component\HttpKernel\Exception\BadRequestHttpException;
1717

18-
class DropzoneUploadHandlerTest extends TestCase
18+
class DropzoneHandlerTest extends TestCase
1919
{
2020
/**
2121
* @var UploadHandler

tests/Driver/FlowJsUploadHandlerTest.php renamed to tests/Driver/FlowJsHandlerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
use Symfony\Component\HttpKernel\Exception\BadRequestHttpException;
1818
use Symfony\Component\HttpKernel\Exception\MethodNotAllowedHttpException;
1919

20-
class FlowJsUploadHandlerTest extends TestCase
20+
class FlowJsHandlerTest extends TestCase
2121
{
2222
/**
2323
* @var UploadHandler

tests/Driver/MonolithUploadHandlerTest.php renamed to tests/Driver/MonolithHandlerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
use Mockery;
1515
use Symfony\Component\HttpKernel\Exception\BadRequestHttpException;
1616

17-
class MonolithUploadHandlerTest extends TestCase
17+
class MonolithHandlerTest extends TestCase
1818
{
1919
/**
2020
* @var UploadHandler

tests/Driver/NgFileUploadHandlerTest.php renamed to tests/Driver/NgFileHandlerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
use Symfony\Component\HttpKernel\Exception\BadRequestHttpException;
1717
use Symfony\Component\HttpKernel\Exception\MethodNotAllowedHttpException;
1818

19-
class NgFileUploadHandlerTest extends TestCase
19+
class NgFileHandlerTest extends TestCase
2020
{
2121
/**
2222
* @var UploadHandler

tests/Driver/PluploadUploadHandlerTest.php renamed to tests/Driver/PluploadHandlerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
use Symfony\Component\HttpKernel\Exception\BadRequestHttpException;
1717
use Symfony\Component\HttpKernel\Exception\MethodNotAllowedHttpException;
1818

19-
class PluploadUploadHandlerTest extends TestCase
19+
class PluploadHandlerTest extends TestCase
2020
{
2121
/**
2222
* @var UploadHandler

tests/Driver/ResumableJsUploadHandlerTest.php renamed to tests/Driver/ResumableJsHandlerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
use Symfony\Component\HttpKernel\Exception\BadRequestHttpException;
1818
use Symfony\Component\HttpKernel\Exception\MethodNotAllowedHttpException;
1919

20-
class ResumableJsUploadHandlerTest extends TestCase
20+
class ResumableJsHandlerTest extends TestCase
2121
{
2222
/**
2323
* @var UploadHandler

0 commit comments

Comments
 (0)