GoogleSpreadsheet\Tests\Google\Spreadsheet\ServiceRequestFactoryTest::testGetInstanceException PHP Méthode

testGetInstanceException() public méthode

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