File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77class MetaServiceWhenTest extends TestCase
88{
9- /** @test */
10- public function it_sets_tags_when_the_condition_is_true ()
9+ public function test_it_sets_tags_when_the_condition_is_true ()
1110 {
1211 $ this ->service ->set ('description ' , 'hello ' );
1312
@@ -26,8 +25,7 @@ function ($meta) {
2625 $ this ->assertRenders ('<meta name="robots" content="noindex nofollow"> ' );
2726 }
2827
29- /** @test */
30- public function it_does_not_set_tags_when_the_condition_is_false ()
28+ public function test_it_does_not_set_tags_when_the_condition_is_false ()
3129 {
3230 $ this ->assertCount (0 , $ this ->service ->tags ());
3331
@@ -46,8 +44,7 @@ function ($meta) {
4644 $ this ->assertRenders ('<link rel="canonical" href="/users" /> ' );
4745 }
4846
49- /** @test */
50- public function it_allows_fluent_calls ()
47+ public function test_it_allows_fluent_calls ()
5148 {
5249 $ this ->assertCount (0 , $ this ->service ->tags ());
5350
You can’t perform that action at this time.
0 commit comments