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 9447ed8 commit 9679d43
Show file tree
Hide file tree
Showing 15 changed files with 12 additions and 151 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

declare(strict_types=1);

namespace ILIAS\Export\Test\ImportHandler\File\XML\Node\Info\Attribute;
namespace ILIAS\Export\Test\ImportHandler\Parser\NodeInfo\Attribute;

use ILIAS\Export\ImportHandler\Parser\NodeInfo\Attribute\Collection as ilXMLFileNodeInfoAttributeCollection;
use ILIAS\Export\ImportHandler\Parser\NodeInfo\Attribute\Handler as ilXMLFileNodeInfoAttributePair;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

declare(strict_types=1);

namespace ILIAS\Export\Test\ImportHandler\File\XML\Node\Info\Attribute;
namespace ILIAS\Export\Test\ImportHandler\Parser\NodeInfo\Attribute;

use ILIAS\Export\ImportHandler\Parser\NodeInfo\Attribute\Handler as ilXMLFileNodeInfoAttributePair;
use PHPUnit\Framework\TestCase;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

declare(strict_types=1);

namespace ILIAS\Export\Test\ImportHandler\File\XML\Node\Info;
namespace ILIAS\Export\Test\ImportHandler\Parser\NodeInfo;

use ILIAS\Export\ImportHandler\Parser\NodeInfo\DOM\Handler;
use ILIAS\Export\ImportHandler\Parser\NodeInfo\Collection;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

declare(strict_types=1);

namespace ILIAS\Export\Test\ImportHandler\File\Path\Comparison;
namespace ILIAS\Export\Test\ImportHandler\Path\Comparison;

use ILIAS\Export\ImportHandler\Path\Comparison\Handler as ilFilePathComparison;
use ILIAS\Export\ImportHandler\Path\Comparison\Operator as ilFilePathComparisonOperator;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

declare(strict_types=1);

namespace ILIAS\Export\Test\ImportHandler\File\Path\Node;
namespace ILIAS\Export\Test\ImportHandler\Path\Node;

use ILIAS\Export\ImportHandler\Path\Node\AnyElement as ilAnyElementFilePathNode;
use PHPUnit\Framework\TestCase;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

declare(strict_types=1);

namespace ILIAS\Export\Test\ImportHandler\File\Path\Node;
namespace ILIAS\Export\Test\ImportHandler\Path\Node;

use ILIAS\Export\ImportHandler\Path\Node\AnyNode as ilAnyNodeFilePathNode;
use PHPUnit\Framework\TestCase;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

declare(strict_types=1);

namespace ILIAS\Export\Test\ImportHandler\File\Path\Node;
namespace ILIAS\Export\Test\ImportHandler\Path\Node;

use ILIAS\Export\ImportHandler\Path\Comparison\Handler as ilFilePathComparisonHandler;
use ILIAS\Export\ImportHandler\Path\Node\Attribute as ilAttributeFilePathNode;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

declare(strict_types=1);

namespace ILIAS\Export\Test\ImportHandler\File\Path\Node;
namespace ILIAS\Export\Test\ImportHandler\Path\Node;

use ILIAS\Export\ImportHandler\Path\Node\CloseRoundBracked as ilCloseRoundBrackedFilePathNode;
use PHPUnit\Framework\TestCase;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

declare(strict_types=1);

namespace ILIAS\Export\Test\ImportHandler\File\Path\Node;
namespace ILIAS\Export\Test\ImportHandler\Path\Node;

use ILIAS\Export\ImportHandler\Path\Comparison\Handler as ilFilePathComparisonHandler;
use ILIAS\Export\ImportHandler\Path\Node\Index as ilIndexFilePathNode;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

declare(strict_types=1);

namespace ILIAS\Export\Test\ImportHandler\File\Path\Node;
namespace ILIAS\Export\Test\ImportHandler\Path\Node;

use ILIAS\Export\ImportHandler\Path\Node\OpenRoundBracked as ilOpenRoundBrackedFilePathNode;
use PHPUnit\Framework\TestCase;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

declare(strict_types=1);

namespace ILIAS\Export\Test\ImportHandler\File\Path\Node;
namespace ILIAS\Export\Test\ImportHandler\Path\Node;

use ILIAS\Export\ImportHandler\Path\Node\Simple as ilSimpleFilePathNode;
use PHPUnit\Framework\TestCase;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

declare(strict_types=1);

namespace ILIAS\Export\Test\ImportHandler\File\Path;
namespace ILIAS\Export\Test\ImportHandler\Path;

use ILIAS\Export\ImportHandler\Path\Handler as ilFilePathHandler;
use ILIAS\Export\ImportHandler\Path\Node\Simple as ilSimpleFilePathNode;
Expand Down

0 comments on commit 9679d43

Please sign in to comment.