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
|
@ -18,7 +18,7 @@ I'm using PHPUnit's native assertions to check it returns a Collection (I regula
|
|||
|
||||
My initial implementation was to loop over each node and use `assertSame` on its bundle before refactoring to create an array of unique bundle names and comparing it to my expected names:
|
||||
|
||||
```php
|
||||
```language-php
|
||||
self::assertSame(
|
||||
expected: [$nodeType],
|
||||
actual: $haystack
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue