Re-add syntax highlighting to daily emails and
...ATDC lessons
This commit is contained in:
parent
0d9bb37503
commit
5fbf48d9ac
48 changed files with 186 additions and 165 deletions
|
@ -13,7 +13,7 @@ Writing custom assertions is a great way to clean up your test code.
|
|||
|
||||
Here's an example from one of my client Drupal projects:
|
||||
|
||||
```php
|
||||
```language-php
|
||||
private static function assertProductVariationHasPrice(ProductVariationInterface $productVariation, string $expectedPrice): void {
|
||||
self::assertSame(
|
||||
actual: $productVariation->getPrice()->getNumber(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue