Skip to content

Commit 4bddd36

Browse files
committed
Minor tweaks in the testing article
1 parent c754a40 commit 4bddd36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)