There was an error while loading. Please reload this page.
1 parent d489dd1 commit 78c8f26Copy full SHA for 78c8f26
tests/LfmUploadValidatorTest.php
@@ -1,7 +1,7 @@
1
<?php
2
3
use Mockery as m;
4
-use PHPUnit\Framework\TestCase;
+use Illuminate\Foundation\Testing\TestCase;
5
use Symfony\Component\HttpFoundation\File\UploadedFile;
6
use UniSharp\LaravelFilemanager\Exceptions\DuplicateFileNameException;
7
use UniSharp\LaravelFilemanager\Exceptions\EmptyFileException;
@@ -13,11 +13,6 @@
13
use UniSharp\LaravelFilemanager\LfmPath;
14
use UniSharp\LaravelFilemanager\LfmUploadValidator;
15
16
-function trans()
17
-{
18
- // leave empty
19
-}
20
-
21
class LfmUploadValidatorTest extends TestCase
22
{
23
public function testPassesSizeLowerThanIniMaximum()
0 commit comments