mirror of
https://github.com/opdavies/gmail-filter-builder.git
synced 2025-11-11 21:08:45 +00:00
Fix CS issues
This commit is contained in:
parent
5eedcbb99e
commit
2f71ff8bda
5 changed files with 8 additions and 7 deletions
|
|
@ -34,7 +34,8 @@ class FilterTest extends TestCase
|
|||
/**
|
||||
* @covers Filter::hasNot()
|
||||
*/
|
||||
public function testHasNot() {
|
||||
public function testHasNot()
|
||||
{
|
||||
$this->assertEquals(
|
||||
['doesNotHaveTheWord' => 'something'],
|
||||
$this->filter->hasNot('something')->getProperties()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue