Skip to content

Commit

Permalink
Tests: drop namespace for functional tests
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Feb 11, 2022
1 parent 04bf4ac commit 9c9a668
Show file tree
Hide file tree
Showing 15 changed files with 0 additions and 31 deletions.
2 changes: 0 additions & 2 deletions tests/Cases/DI/Configuration/EntityListenerResolver.phpt
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php declare(strict_types = 1);

namespace Tests\Casesě\DI\Configuration;

use Doctrine\ORM\Mapping\DefaultEntityListenerResolver;
use Nette\DI\Compiler;
use Nettrine\ORM\Mapping\ContainerEntityListenerResolver;
Expand Down
2 changes: 0 additions & 2 deletions tests/Cases/DI/Configuration/NamingStrategy.phpt
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php declare(strict_types = 1);

namespace Tests\Casesě\DI\Configuration;

use Doctrine\ORM\Mapping\UnderscoreNamingStrategy;
use Nette\DI\Compiler;
use Ninjify\Nunjuck\Toolkit;
Expand Down
2 changes: 0 additions & 2 deletions tests/Cases/DI/Configuration/QuoteStrategy.phpt
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php declare(strict_types = 1);

namespace Tests\Casesě\DI\Configuration;

use Doctrine\ORM\Mapping\AnsiQuoteStrategy;
use Doctrine\ORM\Mapping\DefaultQuoteStrategy;
use Nette\DI\Compiler;
Expand Down
2 changes: 0 additions & 2 deletions tests/Cases/DI/Configuration/RepositoryFactory.phpt
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php declare(strict_types = 1);

namespace Tests\Casesě\DI\Configuration;

use Doctrine\ORM\Repository\DefaultRepositoryFactory;
use Nette\DI\Compiler;
use Ninjify\Nunjuck\Toolkit;
Expand Down
2 changes: 0 additions & 2 deletions tests/Cases/DI/Helper/MappingHelper.phpt
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php declare(strict_types = 1);

namespace Tests\Casesě\DI\Helper;

use Nette\DI\CompilerExtension;
use Nettrine\ORM\DI\Helpers\MappingHelper;
use Nettrine\ORM\Exception\Logical\InvalidStateException;
Expand Down
2 changes: 0 additions & 2 deletions tests/Cases/DI/OrmAnnotationsExtension.phpt
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php declare(strict_types = 1);

namespace Tests\Casesě\DI;

use Doctrine\ORM\Mapping\Driver\AnnotationDriver;
use Doctrine\Persistence\Mapping\Driver\MappingDriverChain;
use Nette\DI\Compiler;
Expand Down
2 changes: 0 additions & 2 deletions tests/Cases/DI/OrmAttributesExtension.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
* @phpVersion >= 8.0
*/

namespace Tests\Casesě\DI;

use Doctrine\ORM\Mapping\Driver\AttributeDriver;
use Doctrine\Persistence\Mapping\Driver\MappingDriverChain;
use Nette\DI\Compiler;
Expand Down
2 changes: 0 additions & 2 deletions tests/Cases/DI/OrmCacheExtension.phpt
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php declare(strict_types = 1);

namespace Tests\Casesě\DI;

use Doctrine\Common\Cache\ApcuCache;
use Doctrine\Common\Cache\ArrayCache;
use Doctrine\Common\Cache\PhpFileCache;
Expand Down
3 changes: 0 additions & 3 deletions tests/Cases/DI/OrmExtensionTest.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
<?php declare(strict_types = 1);

namespace Tests\Casesě\DI;

use Nette\DI\Compiler;
use Nettrine\ORM\EntityManagerDecorator;
use Nettrine\ORM\Exception\Logical\InvalidArgumentException;
use Ninjify\Nunjuck\Toolkit;
use stdClass;
use Tester\Assert;
use Tests\Fixtures\Dummy\DummyConfiguration;
use Tests\Fixtures\Dummy\DummyEntityManagerDecorator;
Expand Down
2 changes: 0 additions & 2 deletions tests/Cases/DI/OrmXmlExtensionTest.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php declare(strict_types = 1);

namespace Tests\Casesě\DI;

use Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver;
use Doctrine\ORM\Mapping\Driver\XmlDriver;
use Doctrine\Persistence\Mapping\Driver\MappingDriverChain;
Expand Down
2 changes: 0 additions & 2 deletions tests/Cases/DI/OrmYamlExtension.phpt
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php declare(strict_types = 1);

namespace Tests\Casesě\DI;

use Doctrine\ORM\Mapping\Driver\SimplifiedYamlDriver;
use Doctrine\Persistence\Mapping\Driver\MappingDriverChain;
use Nette\DI\Compiler;
Expand Down
2 changes: 0 additions & 2 deletions tests/Cases/E2E/AutoGenerateProxyClasses.phpt
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php declare(strict_types = 1);

namespace Tests\Casesě\E2E;

use Doctrine\Common\Proxy\AbstractProxyFactory;
use Doctrine\ORM\Configuration;
use Nette\DI\Compiler;
Expand Down
2 changes: 0 additions & 2 deletions tests/Cases/E2E/EntityMapping.phpt
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php declare(strict_types = 1);

namespace Tests\Casesě\E2E;

use Doctrine\ORM\Mapping\Driver\AnnotationDriver;
use Doctrine\ORM\Mapping\Driver\SimplifiedYamlDriver;
use Doctrine\ORM\Mapping\Driver\XmlDriver;
Expand Down
2 changes: 0 additions & 2 deletions tests/Cases/E2E/EntityMappingForAttributes.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
* @phpVersion >= 8.0
*/

namespace Tests\Casesě\E2E;

use Doctrine\ORM\Mapping\Driver\AttributeDriver;
use Doctrine\Persistence\Mapping\Driver\MappingDriverChain;
use Nette\DI\Compiler;
Expand Down
2 changes: 0 additions & 2 deletions tests/Cases/ManagerRegistry.phpt
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?php declare(strict_types = 1);

namespace Tests\Casesě;

use Nettrine\ORM\ManagerRegistry;
use Ninjify\Nunjuck\Toolkit;
use Tester\Assert;
Expand Down

0 comments on commit 9c9a668

Please sign in to comment.