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