Skip to content

Commit

Permalink
Merge pull request #124 from RajeshGogo/sheets-ut
Browse files Browse the repository at this point in the history
fix: updated filename for sheets
  • Loading branch information
sqrrrl authored Jul 13, 2022
2 parents 77b210b + b9585c6 commit 7f98356
Show file tree
Hide file tree
Showing 20 changed files with 18 additions and 480 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
329 changes: 0 additions & 329 deletions sheets/snippets/src/SpreadsheetSnippets.php

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
* limitations under the License.
*/

require 'src/sheets_append_values.php';
require 'src/SpreadsheetAppendValues.php';

class SpreadSheetAppendValuesTest extends \PHPUnit\Framework\TestCase
class SpreadsheetAppendValuesTest extends \PHPUnit\Framework\TestCase
{
public function testSpreadSheetAppendValues()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
* limitations under the License.
*/

require 'src/sheets_batch_get_values.php';
require 'src/SpreadsheetBatchGetValues.php';

class SpreadSheetBatchGetValuesTest extends \PHPUnit\Framework\TestCase
class SpreadsheetBatchGetValuesTest extends \PHPUnit\Framework\TestCase
{
public function testSpreadsheetBatchGetValues()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
* limitations under the License.
*/

require 'src/sheets_batch_update.php';
require 'src/SpreadsheetBatchUpdate.php';

class SpreadSheetBatchUpdateTest extends \PHPUnit\Framework\TestCase
class SpreadsheetBatchUpdateTest extends \PHPUnit\Framework\TestCase
{
public function testSpreadSheetBatchUpdate()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
* limitations under the License.
*/

require 'src/sheets_batch_update_values.php';
require 'src/SpreadsheetBatchUpdateValues.php';

class SpreadSheetBatchUpdateValuesTest extends \PHPUnit\Framework\TestCase
class SpreadsheetBatchUpdateValuesTest extends \PHPUnit\Framework\TestCase
{
public function testSpreadSheetBatchUpdateValues()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
* limitations under the License.
*/

require 'src/sheets_conditional_formatting.php';
require 'src/SpreadsheetConditionalFormatting.php';

class SpreadSheetConditionalFormattingTest extends \PHPUnit\Framework\TestCase
class SpreadsheetConditionalFormattingTest extends \PHPUnit\Framework\TestCase
{
public function testSpreadSheetConditionalFormatting()
{
Expand Down
Loading

0 comments on commit 7f98356

Please sign in to comment.