Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcf8b67c

Browse files
committed
Merge branch '5.3' into 5.4
* 5.3: [Testing] Minor tweaks in the main testing article
2 parents7e68e1e +11dbb4d commitcf8b67c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎testing.rst‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ If you need to customize some environment variables for your tests (e.g. the
222222
``DATABASE_URL`` used by Doctrine), you can do that by overriding anything you
223223
need in your ``.env.test`` file:
224224

225-
..code-block::text
225+
..code-block::env
226226
227227
# .env.test
228228
@@ -268,7 +268,7 @@ the container is stored in ``static::getContainer()``::
268268
$newsletterGenerator = $container->get(NewsletterGenerator::class);
269269
$newsletter = $newsletterGenerator->generateMonthlyNews(...);
270270

271-
$this->assertEquals(..., $newsletter->getContent());
271+
$this->assertEquals('...', $newsletter->getContent());
272272
}
273273
}
274274

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp