Created
September 7, 2017 23:26
-
-
Save duan-li/ebfa2f71c51881050fc7dfeb5d1ead31 to your computer and use it in GitHub Desktop.
phpunit assertions
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
```php | |
$this->assertTrue(true) | |
``` | |
```php | |
$this->assertFalse(false) | |
``` | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment