Moved test classes from tests/Doctrine/Tests/DBAL to tests/

parent 07fdd4ae
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
<testsuites> <testsuites>
<testsuite name="Doctrine DBAL Test Suite"> <testsuite name="Doctrine DBAL Test Suite">
<directory>../../tests/Doctrine/Tests/DBAL</directory> <directory>../../tests</directory>
</testsuite> </testsuite>
</testsuites> </testsuites>
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
<testsuites> <testsuites>
<testsuite name="Doctrine DBAL Test Suite"> <testsuite name="Doctrine DBAL Test Suite">
<directory>../../tests/Doctrine/Tests/DBAL</directory> <directory>../../tests</directory>
</testsuite> </testsuite>
</testsuites> </testsuites>
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
<testsuites> <testsuites>
<testsuite name="Doctrine DBAL Test Suite"> <testsuite name="Doctrine DBAL Test Suite">
<directory>../../tests/Doctrine/Tests/DBAL</directory> <directory>../../tests</directory>
</testsuite> </testsuite>
</testsuites> </testsuites>
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
<testsuites> <testsuites>
<testsuite name="Doctrine DBAL Test Suite"> <testsuite name="Doctrine DBAL Test Suite">
<directory>../../tests/Doctrine/Tests/DBAL</directory> <directory>../../tests</directory>
</testsuite> </testsuite>
</testsuites> </testsuites>
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
<testsuites> <testsuites>
<testsuite name="Doctrine DBAL Test Suite"> <testsuite name="Doctrine DBAL Test Suite">
<directory>../../tests/Doctrine/Tests/DBAL</directory> <directory>../../tests</directory>
</testsuite> </testsuite>
</testsuites> </testsuites>
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
<testsuites> <testsuites>
<testsuite name="Doctrine DBAL Test Suite"> <testsuite name="Doctrine DBAL Test Suite">
<directory>../../tests/Doctrine/Tests/DBAL</directory> <directory>../../tests</directory>
</testsuite> </testsuite>
</testsuites> </testsuites>
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
<testsuites> <testsuites>
<testsuite name="Doctrine DBAL Test Suite"> <testsuite name="Doctrine DBAL Test Suite">
<directory>../../tests/Doctrine/Tests/DBAL</directory> <directory>../../tests</directory>
</testsuite> </testsuite>
</testsuites> </testsuites>
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
<testsuites> <testsuites>
<testsuite name="Doctrine DBAL Test Suite"> <testsuite name="Doctrine DBAL Test Suite">
<directory>../../tests/Doctrine/Tests/DBAL</directory> <directory>../../tests</directory>
</testsuite> </testsuite>
</testsuites> </testsuites>
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
<testsuites> <testsuites>
<testsuite name="Doctrine DBAL Test Suite"> <testsuite name="Doctrine DBAL Test Suite">
<directory>../../tests/Doctrine/Tests/DBAL</directory> <directory>../../tests</directory>
</testsuite> </testsuite>
</testsuites> </testsuites>
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
<testsuites> <testsuites>
<testsuite name="Doctrine DBAL Test Suite"> <testsuite name="Doctrine DBAL Test Suite">
<directory>../../tests/Doctrine/Tests/DBAL</directory> <directory>../../tests</directory>
</testsuite> </testsuite>
</testsuites> </testsuites>
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
<testsuites> <testsuites>
<testsuite name="Doctrine DBAL Test Suite"> <testsuite name="Doctrine DBAL Test Suite">
<directory>../../tests/Doctrine/Tests/DBAL</directory> <directory>../../tests</directory>
</testsuite> </testsuite>
</testsuites> </testsuites>
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
<testsuites> <testsuites>
<testsuite name="Doctrine DBAL Test Suite"> <testsuite name="Doctrine DBAL Test Suite">
<directory>../../tests/Doctrine/Tests/DBAL</directory> <directory>../../tests</directory>
</testsuite> </testsuite>
</testsuites> </testsuites>
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
<testsuites> <testsuites>
<testsuite name="Doctrine DBAL Test Suite"> <testsuite name="Doctrine DBAL Test Suite">
<directory>../../tests/Doctrine/Tests/DBAL</directory> <directory>../../tests</directory>
</testsuite> </testsuite>
</testsuites> </testsuites>
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
<testsuites> <testsuites>
<testsuite name="Doctrine DBAL Test Suite"> <testsuite name="Doctrine DBAL Test Suite">
<directory>../../tests/Doctrine/Tests/DBAL</directory> <directory>../../tests</directory>
</testsuite> </testsuite>
</testsuites> </testsuites>
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
<testsuites> <testsuites>
<testsuite name="Doctrine DBAL Test Suite"> <testsuite name="Doctrine DBAL Test Suite">
<directory>../../tests/Doctrine/Tests/DBAL</directory> <directory>../../tests</directory>
</testsuite> </testsuite>
</testsuites> </testsuites>
......
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
"psr-4": { "Doctrine\\DBAL\\": "src" } "psr-4": { "Doctrine\\DBAL\\": "src" }
}, },
"autoload-dev": { "autoload-dev": {
"psr-4": { "Doctrine\\Tests\\": "tests/Doctrine/Tests" } "psr-4": { "Doctrine\\Tests\\DBAL\\": "tests" }
}, },
"extra": { "extra": {
"branch-alias": { "branch-alias": {
......
...@@ -42,14 +42,14 @@ ...@@ -42,14 +42,14 @@
</rule> </rule>
<rule ref="SlevomatCodingStandard.Classes.UnusedPrivateElements.UnusedProperty"> <rule ref="SlevomatCodingStandard.Classes.UnusedPrivateElements.UnusedProperty">
<exclude-pattern>tests/Doctrine/Tests/DBAL/Tools/TestAsset/*</exclude-pattern> <exclude-pattern>tests/Tools/TestAsset/*</exclude-pattern>
</rule> </rule>
<!-- see https://github.com/squizlabs/PHP_CodeSniffer/issues/2099 --> <!-- see https://github.com/squizlabs/PHP_CodeSniffer/issues/2099 -->
<rule ref="Squiz.Commenting.FunctionComment.InvalidNoReturn"> <rule ref="Squiz.Commenting.FunctionComment.InvalidNoReturn">
<exclude-pattern>src/Platforms/AbstractPlatform.php</exclude-pattern> <exclude-pattern>src/Platforms/AbstractPlatform.php</exclude-pattern>
<exclude-pattern>src/Schema/AbstractSchemaManager.php</exclude-pattern> <exclude-pattern>src/Schema/AbstractSchemaManager.php</exclude-pattern>
<exclude-pattern>tests/Doctrine/Tests/DBAL/Platforms/AbstractPlatformTestCase.php</exclude-pattern> <exclude-pattern>tests/Platforms/AbstractPlatformTestCase.php</exclude-pattern>
</rule> </rule>
<!-- some statement classes close cursor using an empty while-loop --> <!-- some statement classes close cursor using an empty while-loop -->
...@@ -64,8 +64,8 @@ ...@@ -64,8 +64,8 @@
<!-- see https://github.com/squizlabs/PHP_CodeSniffer/issues/2165 --> <!-- see https://github.com/squizlabs/PHP_CodeSniffer/issues/2165 -->
<rule ref="Squiz.Arrays.ArrayDeclaration.SpaceBeforeComma"> <rule ref="Squiz.Arrays.ArrayDeclaration.SpaceBeforeComma">
<exclude-pattern>tests/Doctrine/Tests/DBAL/Platforms/OraclePlatformTest.php</exclude-pattern> <exclude-pattern>tests/Platforms/OraclePlatformTest.php</exclude-pattern>
<exclude-pattern>tests/Doctrine/Tests/DBAL/SQLParserUtilsTest.php</exclude-pattern> <exclude-pattern>tests/SQLParserUtilsTest.php</exclude-pattern>
</rule> </rule>
<!-- see https://github.com/doctrine/dbal/issues/3377 --> <!-- see https://github.com/doctrine/dbal/issues/3377 -->
...@@ -77,7 +77,7 @@ ...@@ -77,7 +77,7 @@
<rule ref="SlevomatCodingStandard.TypeHints.TypeHintDeclaration.IncorrectReturnTypeHint"> <rule ref="SlevomatCodingStandard.TypeHints.TypeHintDeclaration.IncorrectReturnTypeHint">
<exclude-pattern>src/Types/ArrayType.php</exclude-pattern> <exclude-pattern>src/Types/ArrayType.php</exclude-pattern>
<exclude-pattern>src/Types/ObjectType.php</exclude-pattern> <exclude-pattern>src/Types/ObjectType.php</exclude-pattern>
<exclude-pattern>tests/Doctrine/Tests/DBAL/Driver/Mysqli/MysqliConnectionTest.php</exclude-pattern> <exclude-pattern>tests/Driver/Mysqli/MysqliConnectionTest.php</exclude-pattern>
</rule> </rule>
<!-- The SQLSRV_* functions are defined in the upper case by the sqlsrv extension and violate the standard <!-- The SQLSRV_* functions are defined in the upper case by the sqlsrv extension and violate the standard
......
...@@ -44,11 +44,11 @@ ...@@ -44,11 +44,11 @@
<testsuites> <testsuites>
<testsuite name="Doctrine DBAL Test Suite"> <testsuite name="Doctrine DBAL Test Suite">
<directory>./tests/Doctrine/Tests/DBAL</directory> <directory>./tests</directory>
<exclude>./tests/Doctrine/Tests/DBAL/Performance</exclude> <exclude>./tests/Performance</exclude>
</testsuite> </testsuite>
<testsuite name="Doctrine DBAL Performance Test Suite"> <testsuite name="Doctrine DBAL Performance Test Suite">
<directory>./tests/Doctrine/Tests/DBAL/Performance</directory> <directory>./tests/Performance</directory>
</testsuite> </testsuite>
</testsuites> </testsuites>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment