Skip to content

Commit da2df6f

Browse files
authored
[ci] several fixes (#1179)
1 parent e88dde4 commit da2df6f

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

src/Maker/MakeResetPassword.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@
7373
* @author Antoine Michelet <[email protected]>
7474
*
7575
* @internal
76+
*
7677
* @final
7778
*/
7879
class MakeResetPassword extends AbstractMaker

src/Test/MakerTestKernel.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ protected function configureContainer(ContainerBuilder $c, LoaderInterface $load
5757
'router' => [
5858
'utf8' => true,
5959
],
60+
'http_method_override' => false,
6061
]);
6162
}
6263

src/Test/MakerTestRunner.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ public function configureDatabase(bool $createSchema = true): void
157157
{
158158
$this->replaceInFile(
159159
'.env',
160-
'postgresql://symfony:[email protected]:5432/app?serverVersion=13&charset=utf8',
160+
'postgresql://app:!ChangeMe!@127.0.0.1:5432/app?serverVersion=14&charset=utf8',
161161
getenv('TEST_DATABASE_DSN')
162162
);
163163

src/Util/ComposeFileManipulator.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
* @author Jesse Rushlow <[email protected]>
2121
*
2222
* @internal
23+
*
2324
* @final
2425
*/
2526
class ComposeFileManipulator

0 commit comments

Comments
 (0)