Skip to content

Instantly share code, notes, and snippets.

@duan-li
Created September 7, 2017 23:26
Show Gist options
  • Save duan-li/ebfa2f71c51881050fc7dfeb5d1ead31 to your computer and use it in GitHub Desktop.
Save duan-li/ebfa2f71c51881050fc7dfeb5d1ead31 to your computer and use it in GitHub Desktop.
phpunit assertions
```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