Skip to content

Commit ecf419b

Browse files
committed
adding another missing response type
1 parent 9ac0843 commit ecf419b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/Base.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
abstract class Base extends TestCase
1515
{
16+
1617
const FOO_RESPONSES = [
1718
'GET:/v1/mock/tests/foo:passed',
1819
'POST:/v1/mock/tests/foo:passed',
@@ -38,6 +39,11 @@ abstract class Base extends TestCase
3839
'Download test passed.',
3940
];
4041

42+
const COOKIE_RESPONSES = [
43+
'GET:/v1/mock/tests/general/set-cookie:passed',
44+
'GET:/v1/mock/tests/general/get-cookie:passed',
45+
];
46+
4147
const LARGE_FILE_RESPONSES = [
4248
'POST:/v1/mock/tests/general/upload:passed',
4349
];

0 commit comments

Comments
 (0)