mirror of
https://github.com/opdavies/gmail-filter-builder.git
synced 2025-03-13 05:26:57 +00:00
Add next tests for labels
This commit is contained in:
parent
40932e7c98
commit
281681efc2
|
@ -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…
Reference in a new issue