Redaxscript\Tests\RequestTest::testAll PHP Method

testAll() public method

testAll
Since: 2.2.0
public testAll ( )
    public function testAll()
    {
        /* actual */
        $actualArray = $this->_request->get();
        /* compare */
        $this->assertArrayHasKey('server', $actualArray);
    }