diff --git a/composer.json b/composer.json index 77de394..94b1161 100644 --- a/composer.json +++ b/composer.json @@ -1,37 +1,37 @@ -{ - "name": "assoconnect/php-date-bundle", - "description": "Symfony bundle for assoconnect/php-date library", - "type": "symfony-bundle", - "license": "MIT", - "autoload": { - "psr-4": { - "AssoConnect\\PHPDateBundle\\": "src/" - } - }, - "autoload-dev": { - "psr-4": { - "AssoConnect\\PHPDateBundle\\Tests\\": "tests/" - } - }, - "require-dev": { - "symfony/contracts": "^2.4", - "symfony/translation": "^7.0", - "assoconnect/php-quality-config": "^2", - "assoconnect/validator-bundle": "^2.39.2" - }, - "require": { - "ext-intl": "*", - "php": "^8.3", - "symfony/framework-bundle": "^7.0", - "assoconnect/php-date": "^2.11", - "doctrine/dbal": "^2.10|^3.0", - "symfony/serializer": "^7.0", - "twig/twig": "^3", - "symfony/clock": "^7.3" - }, - "config": { - "allow-plugins": { - "dealerdirect/phpcodesniffer-composer-installer": true - } - } -} +{ + "name": "assoconnect/php-date-bundle", + "description": "Symfony bundle for assoconnect/php-date library", + "type": "symfony-bundle", + "license": "MIT", + "autoload": { + "psr-4": { + "AssoConnect\\PHPDateBundle\\": "src/" + } + }, + "autoload-dev": { + "psr-4": { + "AssoConnect\\PHPDateBundle\\Tests\\": "tests/" + } + }, + "require-dev": { + "symfony/contracts": "^2.4", + "symfony/translation": "^7.0", + "assoconnect/php-quality-config": "^2.2", + "assoconnect/validator-bundle": "^2.39.2" + }, + "require": { + "ext-intl": "*", + "php": "^8.3", + "symfony/framework-bundle": "^7.0", + "assoconnect/php-date": "^2.11", + "doctrine/dbal": "^2.10|^3.0", + "symfony/serializer": "^7.0", + "twig/twig": "^3", + "symfony/clock": "^7.3" + }, + "config": { + "allow-plugins": { + "dealerdirect/phpcodesniffer-composer-installer": true + } + } +} diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 797f2d1..ec76bf9 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,13 +1,13 @@ - - - - ./src - - + ./tests/ + + + ./src + + diff --git a/tests/Doctrine/DBAL/Types/AbsoluteDateTypeTest.php b/tests/Doctrine/DBAL/Types/AbsoluteDateTypeTest.php index 5fecc19..ada2a17 100644 --- a/tests/Doctrine/DBAL/Types/AbsoluteDateTypeTest.php +++ b/tests/Doctrine/DBAL/Types/AbsoluteDateTypeTest.php @@ -14,7 +14,7 @@ use function date_default_timezone_set; -class DateTest extends TestCase +class AbsoluteDateTypeTest extends TestCase { /** @var AbstractPlatform|MockObject */ protected AbstractPlatform $platform;