GoogleSpreadsheet\Tests\Google\Spreadsheet\SpreadsheetFeedTest::testGetByTitle PHP Method

testGetByTitle() public method

public testGetByTitle ( )
    public function testGetByTitle()
    {
        $this->assertTrue($this->spreadsheetFeed->getByTitle("Test Spreadsheet") instanceof Spreadsheet);
    }