Skip to content

Commit b3414ff

Browse files
committed
add back DatabaseConfiguration83Cest.php
1 parent 937ea22 commit b3414ff

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)