Skip to content

Commit

Permalink
feat(o10r-symfony-template-154): Upgrade doctrine/orm to 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
serhiidonii committed Jun 4, 2024
1 parent 8a670ad commit bc4989e
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 14 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# doctrine-aws-iam-rds-auth-bundle
# Doctrine AWS IAM RDS Auth Bundle
Doctrine AWS IAM RDS Auth Bundle provides a Doctrine DBAL driver decorator that supports AWS IAM RDS authentication.

## Installation
Expand Down
1 change: 1 addition & 0 deletions tests/App/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ protected function getContainerBuilder(): ContainerBuilder
{
$builder = parent::getContainerBuilder();
$builder->addCompilerPass(new PublicCompilerPass());
// $builder->registerExtension(new DoctrineAwsIamRdsAuthExtension());

return $builder;
}
Expand Down
1 change: 0 additions & 1 deletion tests/App/config/package/doctrine_aws_iam_rds.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions tests/App/config/package/test/doctrine_aws_iam_rds.yaml

This file was deleted.

File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,15 @@ framework:
secret: '%env(APP_SECRET)%'
#csrf_protection: true
handle_all_throwables: true
http_method_override: false
php_errors:
log: true

session:
handler_id: null
cookie_samesite: lax
cookie_secure: true

property_access: true

when@test:
Expand Down
5 changes: 0 additions & 5 deletions tests/Functional/Container/DIExtensionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,9 @@
use Aws\Rds\AuthTokenGenerator;
use Macpaw\DoctrineAwsIamRdsAuthBundle\Aws\Token\RdsTokenProvider;
use Macpaw\DoctrineAwsIamRdsAuthBundle\Aws\Token\RdsTokenProviderCacheDecorator;
use Macpaw\DoctrineAwsIamRdsAuthBundle\Aws\Token\TokenProviderInterface;
use Macpaw\DoctrineAwsIamRdsAuthBundle\Cache\CacheStorage;
use Macpaw\DoctrineAwsIamRdsAuthBundle\Cache\CacheStorageInterface;
use Macpaw\DoctrineAwsIamRdsAuthBundle\Doctrine\Driver\IamDecorator;
use Macpaw\DoctrineAwsIamRdsAuthBundle\Doctrine\Driver\IamMiddleware;
use Macpaw\DoctrineAwsIamRdsAuthBundle\Tests\Functional\AbstractFunctional;
use PHPUnit\Framework\Attributes\Depends;
use PHPUnit\Framework\TestCase;
use ReflectionClass;
use Symfony\Component\Cache\Adapter\FilesystemAdapter;

Expand Down

0 comments on commit bc4989e

Please sign in to comment.