@@ -47,7 +47,7 @@ public function testCallMethod()
4747 $ this ->assertSame (
4848 'private and method with ["foo",2] ' ,
4949 Sudo::callMethod ($ obj , 'privateMethod ' , ['foo ' , 2 ]
50- ));
50+ ));
5151 }
5252
5353 public function testStaticProperty ()
@@ -72,7 +72,7 @@ public function testCallStatic()
7272 $ this ->assertSame (
7373 'private and static and method with ["foo",2] ' ,
7474 Sudo::callStatic ($ obj , 'privateStaticMethod ' , ['foo ' , 2 ]
75- ));
75+ ));
7676 }
7777
7878 public function testFetchClassConst ()
@@ -97,7 +97,7 @@ public function testParentMethods()
9797 $ this ->assertSame (
9898 'private and method with ["foo",2] ' ,
9999 Sudo::callMethod ($ obj , 'privateMethod ' , ['foo ' , 2 ]
100- ));
100+ ));
101101 }
102102
103103 public function testParentStaticProps ()
@@ -122,7 +122,7 @@ public function testParentStaticMethods()
122122 $ this ->assertSame (
123123 'private and static and method with ["foo",2] ' ,
124124 Sudo::callStatic ($ obj , 'privateStaticMethod ' , ['foo ' , 2 ]
125- ));
125+ ));
126126 }
127127
128128 public function testParentConsts ()
0 commit comments