mirror of
https://github.com/opdavies/gmail-filter-builder.git
synced 2025-09-15 16:50:48 +01:00
Add next tests for labels
This commit is contained in:
parent
40932e7c98
commit
281681efc2
1 changed files with 11 additions and 0 deletions
|
@ -41,4 +41,15 @@ EOF;
|
|||
|
||||
$this->assertEquals($expected, $result->getXml());
|
||||
}
|
||||
|
||||
/** @test */
|
||||
public function label_values_are_prefixed()
|
||||
{
|
||||
$this->fail();
|
||||
}
|
||||
/** @test */
|
||||
public function multiple_labels_are_imploded()
|
||||
{
|
||||
$this->fail();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue