File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -40,4 +40,9 @@ public function test_should_convert_snake_case_to_lowercased_words()
40
40
{
41
41
$ this ->assertTrue (true );
42
42
}
43
+
44
+ public function test should convert non breaking spaces to lowercased words ()
45
+ {
46
+ $ this ->assertTrue (true );
47
+ }
43
48
}
Original file line number Diff line number Diff line change @@ -53,6 +53,13 @@ public function testTestNameCanBeSnakeCased()
53
53
$ this ->assertStringContainsString ('✓ should convert snake case to lowercased words ' , $ lines [10 ]);
54
54
}
55
55
56
+ public function testTestNameCanBeNonBreakingSpaced ()
57
+ {
58
+ $ lines = $ this ->getOutput ();
59
+
60
+ $ this ->assertStringContainsString ('✓ should convert non breaking spaces to lowercased words ' , $ lines [11 ]);
61
+ }
62
+
56
63
private function getOutput (): array
57
64
{
58
65
$ command = [
You can’t perform that action at this time.
0 commit comments