77
88class StubRendererTest extends TestCase
99{
10- /** @test */
11- public function it_can_replace_single_names (): void
10+ public function test_it_can_replace_single_names (): void
1211 {
1312 $ renderer = $ this ->getRenderer ();
1413
@@ -18,8 +17,7 @@ public function it_can_replace_single_names(): void
1817 $ this ->assertEquals ($ expected_content , $ actual_content );
1918 }
2019
21- /** @test */
22- public function it_can_replace_multiple_names (): void
20+ public function test_it_can_replace_multiple_names (): void
2321 {
2422 $ renderer = $ this ->getRenderer ();
2523
@@ -29,8 +27,8 @@ public function it_can_replace_multiple_names(): void
2927 $ this ->assertEquals ($ expected_content , $ actual_content );
3028 }
3129
32- /** @test */
33- public function it_can_replace_multiple_names_with_suffix (): void
30+
31+ public function test_it_can_replace_multiple_names_with_suffix (): void
3432 {
3533 $ renderer = $ this ->getRenderer ();
3634
@@ -40,8 +38,7 @@ public function it_can_replace_multiple_names_with_suffix(): void
4038 $ this ->assertEquals ($ expected_content , $ actual_content );
4139 }
4240
43- /** @test */
44- public function it_can_replace_multiple_names_in_studly_format (): void
41+ public function test_it_can_replace_multiple_names_in_studly_format (): void
4542 {
4643 $ renderer = $ this ->getRenderer ();
4744
@@ -51,8 +48,7 @@ public function it_can_replace_multiple_names_in_studly_format(): void
5148 $ this ->assertEquals ($ expected_content , $ actual_content );
5249 }
5350
54- /** @test */
55- public function it_can_replace_multiple_names_in_camel_format (): void
51+ public function test_it_can_replace_multiple_names_in_camel_format (): void
5652 {
5753 $ renderer = $ this ->getRenderer ();
5854
@@ -62,8 +58,7 @@ public function it_can_replace_multiple_names_in_camel_format(): void
6258 $ this ->assertEquals ($ expected_content , $ actual_content );
6359 }
6460
65- /** @test */
66- public function it_can_append_to_a_stub_without_removing_marker (): void
61+ public function test_it_can_append_to_a_stub_without_removing_marker (): void
6762 {
6863 $ renderer = $ this ->getRenderer ();
6964
@@ -73,8 +68,7 @@ public function it_can_append_to_a_stub_without_removing_marker(): void
7368 $ this ->assertEquals ($ expected_content , $ actual_content );
7469 }
7570
76- /** @test */
77- public function it_can_append_to_a_stub_with_removing_marker (): void
71+ public function test_it_can_append_to_a_stub_with_removing_marker (): void
7872 {
7973 $ renderer = $ this ->getRenderer ();
8074
@@ -84,8 +78,7 @@ public function it_can_append_to_a_stub_with_removing_marker(): void
8478 $ this ->assertEquals ($ expected_content , $ actual_content );
8579 }
8680
87- /** @test */
88- public function it_can_add_indentation_to_multiple_lines (): void
81+ public function test_it_can_add_indentation_to_multiple_lines (): void
8982 {
9083 $ renderer = $ this ->getRenderer ();
9184
0 commit comments