Total Complexity | 5 |
Total Lines | 34 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
9 | class FirebaseServiceLogTest extends TestCase |
||
10 | { |
||
11 | |||
12 | public function testServerKey() |
||
17 | } |
||
18 | |||
19 | public function testBody() |
||
20 | { |
||
21 | $firebaseServiceLog = $this->getFirebase(); |
||
22 | $firebaseServiceLog->setBody("firebase_service_log_body"); |
||
23 | $this->assertEquals("firebase_service_log_body", $firebaseServiceLog->getBody()); |
||
24 | } |
||
25 | |||
26 | public function testStatus() |
||
31 | } |
||
32 | |||
33 | public function testFirebaseLog() |
||
38 | } |
||
39 | |||
40 | protected function getFirebase() |
||
45 |
This check looks for calls to methods that do not seem to exist on a given type. It looks for the method on the type itself as well as in inherited classes or implemented interfaces.
This is most likely a typographical error or the method has been renamed.