@@ -21,7 +21,7 @@ public function test_static_methods() {
2121 'name ' => 'static_method ' ,
2222 'line ' => 3 ,
2323 'end_line ' => 3 ,
24- 'class ' => '\ My_Class ' ,
24+ 'class ' => 'My_Class ' ,
2525 'static ' => true ,
2626 )
2727 );
@@ -32,7 +32,7 @@ public function test_static_methods() {
3232 'name ' => 'another_method ' ,
3333 'line ' => 8 ,
3434 'end_line ' => 8 ,
35- 'class ' => '\ Another_Class ' ,
35+ 'class ' => 'Another_Class ' ,
3636 'static ' => true ,
3737 )
3838 );
@@ -44,7 +44,7 @@ public function test_static_methods() {
4444 'name ' => 'do_static_stuff ' ,
4545 'line ' => 16 ,
4646 'end_line ' => 16 ,
47- 'class ' => '\ Another_Class ' ,
47+ 'class ' => 'Another_Class ' ,
4848 'static ' => true ,
4949 )
5050 );
@@ -56,7 +56,7 @@ public function test_static_methods() {
5656 'name ' => 'do_stuff ' ,
5757 'line ' => 17 ,
5858 'end_line ' => 17 ,
59- 'class ' => '\ My_Class ' ,
59+ 'class ' => 'My_Class ' ,
6060 'static ' => true ,
6161 )
6262 );
@@ -68,7 +68,7 @@ public function test_static_methods() {
6868 'name ' => 'do_parental_stuff ' ,
6969 'line ' => 19 ,
7070 'end_line ' => 19 ,
71- 'class ' => '\ Parent_Class ' ,
71+ 'class ' => 'Parent_Class ' ,
7272 'static ' => true ,
7373 )
7474 );
@@ -107,7 +107,7 @@ public function test_instance_methods() {
107107 'name ' => 'go ' ,
108108 'line ' => 18 ,
109109 'end_line ' => 18 ,
110- 'class ' => '\ My_Class ' ,
110+ 'class ' => 'My_Class ' ,
111111 'static ' => false ,
112112 )
113113 );
0 commit comments