diff --git a/drive/snippets/drive_v3/tests/DriveCreateDriveTest.php b/drive/snippets/drive_v3/tests/DriveCreateDriveTest.php new file mode 100644 index 0000000..bec5769 --- /dev/null +++ b/drive/snippets/drive_v3/tests/DriveCreateDriveTest.php @@ -0,0 +1,26 @@ +assertNotNull($drive, 'ID not returned.'); + } +} \ No newline at end of file diff --git a/drive/snippets/drive_v3/tests/DriveCreateFolderTest.php b/drive/snippets/drive_v3/tests/DriveCreateFolderTest.php new file mode 100644 index 0000000..6190efa --- /dev/null +++ b/drive/snippets/drive_v3/tests/DriveCreateFolderTest.php @@ -0,0 +1,26 @@ +assertNotNull($drive, 'ID not returned.'); + } +} \ No newline at end of file diff --git a/drive/snippets/drive_v3/tests/DriveCreateShortcutTest.php b/drive/snippets/drive_v3/tests/DriveCreateShortcutTest.php new file mode 100644 index 0000000..bc8e77b --- /dev/null +++ b/drive/snippets/drive_v3/tests/DriveCreateShortcutTest.php @@ -0,0 +1,26 @@ +assertNotNull($drive, 'ID not returned.'); + } +} \ No newline at end of file diff --git a/drive/snippets/drive_v3/tests/DriveCreateTeamDriveTest.php b/drive/snippets/drive_v3/tests/DriveCreateTeamDriveTest.php new file mode 100644 index 0000000..5439d23 --- /dev/null +++ b/drive/snippets/drive_v3/tests/DriveCreateTeamDriveTest.php @@ -0,0 +1,26 @@ +assertNotNull($drive, 'ID not returned.'); + } +} \ No newline at end of file diff --git a/drive/snippets/drive_v3/tests/DriveDownloadFileTest.php b/drive/snippets/drive_v3/tests/DriveDownloadFileTest.php new file mode 100644 index 0000000..e2f340d --- /dev/null +++ b/drive/snippets/drive_v3/tests/DriveDownloadFileTest.php @@ -0,0 +1,26 @@ +assertNotNull($drive, 'ID not returned.'); + } +} \ No newline at end of file diff --git a/drive/snippets/drive_v3/tests/DriveExportPdfTest.php b/drive/snippets/drive_v3/tests/DriveExportPdfTest.php new file mode 100644 index 0000000..4799609 --- /dev/null +++ b/drive/snippets/drive_v3/tests/DriveExportPdfTest.php @@ -0,0 +1,26 @@ +assertNotNull($drive, 'ID not returned.'); + } +} \ No newline at end of file diff --git a/drive/snippets/drive_v3/tests/DriveFetchAppDataFolderTest.php b/drive/snippets/drive_v3/tests/DriveFetchAppDataFolderTest.php new file mode 100644 index 0000000..61c862c --- /dev/null +++ b/drive/snippets/drive_v3/tests/DriveFetchAppDataFolderTest.php @@ -0,0 +1,26 @@ +assertNotNull($drive, 'ID not returned.'); + } +} \ No newline at end of file diff --git a/drive/snippets/drive_v3/tests/DriveFetchChangesTest.php b/drive/snippets/drive_v3/tests/DriveFetchChangesTest.php new file mode 100644 index 0000000..fa21637 --- /dev/null +++ b/drive/snippets/drive_v3/tests/DriveFetchChangesTest.php @@ -0,0 +1,26 @@ +assertNotNull($drive, 'ID not returned.'); + } +} \ No newline at end of file diff --git a/drive/snippets/drive_v3/tests/DriveFetchStartPageTokenTest.php b/drive/snippets/drive_v3/tests/DriveFetchStartPageTokenTest.php new file mode 100644 index 0000000..d12ea47 --- /dev/null +++ b/drive/snippets/drive_v3/tests/DriveFetchStartPageTokenTest.php @@ -0,0 +1,26 @@ +assertNotNull($drive, 'ID not returned.'); + } +} \ No newline at end of file diff --git a/drive/snippets/drive_v3/tests/DriveListAppDataTest.php b/drive/snippets/drive_v3/tests/DriveListAppDataTest.php new file mode 100644 index 0000000..0a605a0 --- /dev/null +++ b/drive/snippets/drive_v3/tests/DriveListAppDataTest.php @@ -0,0 +1,25 @@ +assertNotNull($drive, 'ID not returned.'); + } +} \ No newline at end of file diff --git a/drive/snippets/drive_v3/tests/DriveMoveFileToFolderTest.php b/drive/snippets/drive_v3/tests/DriveMoveFileToFolderTest.php new file mode 100644 index 0000000..92a2fc4 --- /dev/null +++ b/drive/snippets/drive_v3/tests/DriveMoveFileToFolderTest.php @@ -0,0 +1,25 @@ +assertNotNull($drive, 'ID not returned.'); + } +} \ No newline at end of file diff --git a/drive/snippets/drive_v3/tests/DriveRecoverDrivesTest.php b/drive/snippets/drive_v3/tests/DriveRecoverDrivesTest.php new file mode 100644 index 0000000..c36bb67 --- /dev/null +++ b/drive/snippets/drive_v3/tests/DriveRecoverDrivesTest.php @@ -0,0 +1,25 @@ +assertNotNull($drive, 'ID not returned.'); + } +} \ No newline at end of file diff --git a/drive/snippets/drive_v3/tests/DriveRecoverTeamDrive.php b/drive/snippets/drive_v3/tests/DriveRecoverTeamDrive.php new file mode 100644 index 0000000..ea78e9d --- /dev/null +++ b/drive/snippets/drive_v3/tests/DriveRecoverTeamDrive.php @@ -0,0 +1,25 @@ +assertNotNull($drive, 'ID not returned.'); + } +} \ No newline at end of file diff --git a/drive/snippets/drive_v3/tests/DriveSearchFilesTest.php b/drive/snippets/drive_v3/tests/DriveSearchFilesTest.php new file mode 100644 index 0000000..14f2e95 --- /dev/null +++ b/drive/snippets/drive_v3/tests/DriveSearchFilesTest.php @@ -0,0 +1,25 @@ +assertNotNull($drive, 'ID not returned.'); + } +} \ No newline at end of file diff --git a/drive/snippets/drive_v3/tests/DriveShareFileTest.php b/drive/snippets/drive_v3/tests/DriveShareFileTest.php new file mode 100644 index 0000000..013c160 --- /dev/null +++ b/drive/snippets/drive_v3/tests/DriveShareFileTest.php @@ -0,0 +1,25 @@ +assertNotNull($drive, 'ID not returned.'); + } +} \ No newline at end of file diff --git a/drive/snippets/drive_v3/tests/DriveTouchFileTest.php b/drive/snippets/drive_v3/tests/DriveTouchFileTest.php new file mode 100644 index 0000000..8d7f149 --- /dev/null +++ b/drive/snippets/drive_v3/tests/DriveTouchFileTest.php @@ -0,0 +1,25 @@ +assertNotNull($drive, 'ID not returned.'); + } +} \ No newline at end of file diff --git a/drive/snippets/drive_v3/tests/DriveUploadAppDataTest.php b/drive/snippets/drive_v3/tests/DriveUploadAppDataTest.php new file mode 100644 index 0000000..a8eef40 --- /dev/null +++ b/drive/snippets/drive_v3/tests/DriveUploadAppDataTest.php @@ -0,0 +1,25 @@ +assertNotNull($drive, 'ID not returned.'); + } +} \ No newline at end of file diff --git a/drive/snippets/drive_v3/tests/DriveUploadToBasicTest.php b/drive/snippets/drive_v3/tests/DriveUploadToBasicTest.php new file mode 100644 index 0000000..288f1d1 --- /dev/null +++ b/drive/snippets/drive_v3/tests/DriveUploadToBasicTest.php @@ -0,0 +1,25 @@ +assertNotNull($drive, 'ID not returned.'); + } +} \ No newline at end of file diff --git a/drive/snippets/drive_v3/tests/DriveUploadToFolderTest.php b/drive/snippets/drive_v3/tests/DriveUploadToFolderTest.php new file mode 100644 index 0000000..58d8975 --- /dev/null +++ b/drive/snippets/drive_v3/tests/DriveUploadToFolderTest.php @@ -0,0 +1,25 @@ +assertNotNull($drive, 'ID not returned.'); + } +} \ No newline at end of file diff --git a/drive/snippets/drive_v3/tests/DriveUploadWithConversionTest.php b/drive/snippets/drive_v3/tests/DriveUploadWithConversionTest.php new file mode 100644 index 0000000..e9afad4 --- /dev/null +++ b/drive/snippets/drive_v3/tests/DriveUploadWithConversionTest.php @@ -0,0 +1,25 @@ +assertNotNull($drive, 'ID not returned.'); + } +} \ No newline at end of file