Add next tests for labels

This commit is contained in:
Oliver Davies 2019-05-03 23:51:56 +01:00
parent 40932e7c98
commit 281681efc2

View file

@ -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();
}
}