We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 937ea22 commit b3414ffCopy full SHA for b3414ff
src/Test/Functional/Acceptance/DatabaseConfiguration83Cest.php
@@ -0,0 +1,23 @@
1
+<?php
2
+/**
3
+ * Copyright © Magento, Inc. All rights reserved.
4
+ * See COPYING.txt for license details.
5
+ */
6
+declare(strict_types=1);
7
+
8
+namespace Magento\MagentoCloud\Test\Functional\Acceptance;
9
10
+use Magento\CloudDocker\Test\Functional\Codeception\Docker;
11
12
13
+ * This test runs on the latest version of PHP
14
+ *
15
+ * @group php83
16
17
+class DatabaseConfiguration83Cest extends DatabaseConfigurationCest
18
+{
19
+ /**
20
+ * @var string
21
22
+ protected $magentoCloudTemplate = '2.4.7';
23
+}
0 commit comments