Skip to content

Commit 70aad4c

Browse files
committed
test ci
1 parent d116dde commit 70aad4c

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

tests/SDKTest.php

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -26,26 +26,26 @@ class SDKTest extends TestCase
2626
'php-7.2' => 'docker run --rm -v $(pwd):/app -w /app php:7.2-cli-alpine php tests/languages/php/test.php',
2727
'php-7.3' => 'docker run --rm -v $(pwd):/app -w /app php:7.3-cli-alpine php tests/languages/php/test.php',
2828
'php-7.4' => 'docker run --rm -v $(pwd):/app -w /app php:7.4-cli-alpine php tests/languages/php/test.php',
29-
'php-8.0' => 'docker run --rm -v $(pwd):/app -w /app php:8.0-cli-alpine php tests/languages/php/test.php',
29+
'php-8.0' => 'docker run --rm -v $(pwd):/app -w /app php:8.0.0rc1-cli-alpine php tests/languages/php/test.php',
3030
],
3131
'supportRedirect' => true,
3232
'supportUpload' => true,
3333
],
3434

35-
'cli' => [
36-
'class' => 'Appwrite\SDK\Language\CLI',
37-
'build' => [
38-
'printf "\nCOPY ./files /usr/local/code/files" >> tests/sdks/cli/Dockerfile',
39-
'cat tests/sdks/cli/Dockerfile',
40-
'mkdir tests/sdks/cli/files',
41-
'cp tests/resources/file.png tests/sdks/cli/files/',
42-
'docker build -t cli:latest tests/sdks/cli'
43-
],
44-
'envs' => [
45-
'default' => 'php tests/languages/cli/test.php',
46-
],
47-
'supportUpload' => true,
48-
],
35+
// 'cli' => [
36+
// 'class' => 'Appwrite\SDK\Language\CLI',
37+
// 'build' => [
38+
// 'printf "\nCOPY ./files /usr/local/code/files" >> tests/sdks/cli/Dockerfile',
39+
// 'cat tests/sdks/cli/Dockerfile',
40+
// 'mkdir tests/sdks/cli/files',
41+
// 'cp tests/resources/file.png tests/sdks/cli/files/',
42+
// 'docker build -t cli:latest tests/sdks/cli'
43+
// ],
44+
// 'envs' => [
45+
// 'default' => 'php tests/languages/cli/test.php',
46+
// ],
47+
// 'supportUpload' => true,
48+
// ],
4949

5050
'dart' => [
5151
'class' => 'Appwrite\SDK\Language\Dart',

0 commit comments

Comments
 (0)