Skip to content

Commit

Permalink
Export: import validation refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
chlulei committed Oct 25, 2024
1 parent 9679d43 commit 7358b40
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
use PHPUnit\Framework\TestCase;
use SplFileInfo;

class ilHandlerTest extends TestCase
class HandlerTest extends TestCase
{
public function testFileHandler(): void
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
use ILIAS\Export\ImportHandler\I\File\Namespace\CollectionInterface as ilFileNamespaceCollectionInterface;
use PHPUnit\Framework\TestCase;

class ilCollectionTest extends TestCase
class CollectionTest extends TestCase
{
protected function setUp(): void
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
use ILIAS\Export\ImportHandler\File\Namespace\Handler as ilFileNamespaceHandler;
use PHPUnit\Framework\TestCase;

class ilHandlerTest extends TestCase
class HandlerTest extends TestCase
{
protected function setUp(): void
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
use ILIAS\Export\ImportHandler\Path\Comparison\Operator as ilFilePathComparisonOperator;
use PHPUnit\Framework\TestCase;

class ilHandlerTest extends TestCase
class HandlerTest extends TestCase
{
protected function setUp(): void
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
use ILIAS\Export\ImportHandler\Path\Node\Simple as ilSimpleFilePathNode;
use PHPUnit\Framework\TestCase;

class ilHandlerTest extends TestCase
class HandlerTest extends TestCase
{
protected function setUp(): void
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
use ILIAS\Export\ImportHandler\File\XSD\Handler as ilXSDFileHandler;
use PHPUnit\Framework\TestCase;

class ilHandlerTest extends TestCase
class HandlerTest extends TestCase
{
public function testFileValidationSetHandler(): void
{
Expand Down

0 comments on commit 7358b40

Please sign in to comment.