Skip to content

Commit 05e3e4f

Browse files
update fixture
update fixture update fixture update fixture update fixture update fixture update fixture update fixture update fixture
1 parent 6261b54 commit 05e3e4f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

features/fixtures/symfony-5/.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# https://symfony.com/doc/current/best_practices.html#use-environment-variables-for-infrastructure-configuration
1515

1616
###> symfony/framework-bundle ###
17-
APP_ENV=dev
17+
APP_ENV=prod
1818
APP_SECRET=a50340d7105cccf85df351804363adbf
1919
###< symfony/framework-bundle ###
2020

features/fixtures/symfony-5/src/Controller/OomController.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ public function smallOom(): Response
3232

3333
while ($i++ < 12345678) {
3434
$a = new stdClass;
35+
$s = str_repeat('a', 1024 * (512 + $i));
36+
$a->s = $s;
3537
$a->b = $a;
3638
}
3739

0 commit comments

Comments
 (0)