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

testGetByTitle() public method

public testGetByTitle ( )
    public function testGetByTitle()
    {
        $this->assertTrue($this->worksheetFeed->getByTitle("Sheet1") instanceof Worksheet);
    }