8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 764d67c commit 45cc1cfCopy full SHA for 45cc1cf
testing.rst
@@ -222,7 +222,7 @@ If you need to customize some environment variables for your tests (e.g. the
222
``DATABASE_URL`` used by Doctrine), you can do that by overriding anything you
223
need in your ``.env.test`` file:
224
225
-.. code-block:: text
+.. code-block:: env
226
227
# .env.test
228
@@ -268,7 +268,7 @@ the container is stored in ``static::getContainer()``::
268
$newsletterGenerator = $container->get(NewsletterGenerator::class);
269
$newsletter = $newsletterGenerator->generateMonthlyNews(...);
270
271
- $this->assertEquals(..., $newsletter->getContent());
+ $this->assertEquals('...', $newsletter->getContent());
272
}
273
274
0 commit comments