Laravel-Testing-Decoded icon indicating copy to clipboard operation
Laravel-Testing-Decoded copied to clipboard

assertTrue

Open sourcewizard opened this issue 9 years ago • 0 comments

Hi Jeffrey,

You are using the double equal sign to determine the assertTrue on page 26 of your book. $this->assertTrue($greeting == 'Hello, World.', $greeting);

In the examples above on page 25 and 24 you are using three equal signs, it doesn't really matter for this example, but for good practices i think it should be three equal signs just like in the examples.

Regards

sourcewizard avatar Oct 14 '15 10:10 sourcewizard