Skip to content

Commit

Permalink
Add missing test file
Browse files Browse the repository at this point in the history
  • Loading branch information
seba-aln committed Jun 18, 2024
1 parent 839fd59 commit 922b768
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 60 deletions.
2 changes: 1 addition & 1 deletion tests/integrational/FilesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
class FilesTest extends PubNubTestCase
{
protected string $channel = "files-test";
protected string $textFilePath = __DIR__ . '/assets/spam.txt';
protected string $textFilePath = __DIR__ . '/assets/spam.spam';
protected string $binaryFilePath = __DIR__ . '/assets/pn.gif';
protected ?string $textFileId;
protected ?string $binaryFileId;
Expand Down
10 changes: 10 additions & 0 deletions tests/integrational/assets/spam.spam
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Egg and bacon
Egg, sausage and bacon
Egg and spam
Egg, bacon and spam
Egg, bacon, sausage and spam
Spam, bacon, sausage and spam
Spam, egg, spam, spam, bacon and spam
Spam, spam, spam, egg and spam
Spam, spam, spam, spam, spam, spam, baked beans, spam, spam, spam and spam
Lobster thermidor aux crevettes with a mornay sauce garnished with truffle paté, brandy and a fried egg on top and spam
59 changes: 0 additions & 59 deletions tests/integrational/fileSharing/ListFilesTest.php

This file was deleted.

0 comments on commit 922b768

Please sign in to comment.