File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 34
34
Node16,
35
35
Node18,
36
36
Node20,
37
- PHP74,
38
37
PHP80,
38
+ PHP83,
39
39
Python38,
40
40
Python39,
41
41
Python310,
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- namespace Tests ;
4
3
5
- class PHP74Test extends Base
4
+ use Tests \Base ;
5
+
6
+ class PHP83Test extends Base
6
7
{
7
8
protected string $ sdkName = 'php ' ;
8
9
protected string $ sdkPlatform = 'server ' ;
@@ -13,7 +14,7 @@ class PHP74Test extends Base
13
14
protected string $ class = 'Appwrite\SDK\Language\PHP ' ;
14
15
protected array $ build = [];
15
16
protected string $ command =
16
- 'docker run --network="mockapi" --rm -v $(pwd):/app -w /app php:7.4 -cli-alpine php tests/languages/php/test.php ' ;
17
+ 'docker run --network="mockapi" --rm -v $(pwd):/app -w /app php:8.3 -cli-alpine php tests/languages/php/test.php ' ;
17
18
18
19
protected array $ expectedOutput = [
19
20
...Base::FOO_RESPONSES ,
You can’t perform that action at this time.
0 commit comments