diff --git a/tests/Records/TXTTest.php b/tests/Records/TXTTest.php index 8c462af..8949c24 100644 --- a/tests/Records/TXTTest.php +++ b/tests/Records/TXTTest.php @@ -79,6 +79,7 @@ public function it_return_null_for_to_few_attributes() $this->assertNull($record); } + /** @test */ public function it_can_parse_a_string_with_double_space() { @@ -90,6 +91,7 @@ public function it_can_parse_a_string_with_double_space() $this->assertSame('TXT', $record->type()); $this->assertSame('test 2 7', $record->txt()); } + /** @test */ public function it_can_parse_a_string_with_a_double_quote() {