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/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/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