Firebase\FirebaseTest::testGetAfterPush PHP Method

testGetAfterPush() public method

public testGetAfterPush ( $responseName )
    public function testGetAfterPush($responseName)
    {
        $response = $this->_firebase->get(self::DEFAULT_TODO_PATH . '/' . $responseName);
        $this->assertEquals(self::DEFAULT_PUSH_RESPONSE, $response);
    }