Bluz\Tests\Controller\ControllerTest::testAcceptCheck PHP Method

testAcceptCheck() public method

public testAcceptCheck ( )
    public function testAcceptCheck()
    {
        // 12 tests:
        //   -/- -> ANY,JSON,HTML
        //   */* -> ANY,JSON,HTML
        //   html/text -> ANY,JSON,HTML
        //   application/json -> ANY,JSON,HTML
        // Remove the following lines when you implement this test.
        $this->markTestIncomplete('This test has not been implemented yet.');
    }