GoogleSpreadsheet\Tests\Google\Spreadsheet\ServiceRequestFactoryTest::testGetInstanceException PHP Method

testGetInstanceException() public method

    public function testGetInstanceException()
    {
        ServiceRequestFactory::setInstance(null);
        ServiceRequestFactory::getInstance();
    }