Skip to content

Commit

Permalink
add back DatabaseConfiguration83Cest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
sivaram7 committed Nov 12, 2024
1 parent 937ea22 commit b3414ff
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions src/Test/Functional/Acceptance/DatabaseConfiguration83Cest.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
declare(strict_types=1);

namespace Magento\MagentoCloud\Test\Functional\Acceptance;

use Magento\CloudDocker\Test\Functional\Codeception\Docker;

/**
* This test runs on the latest version of PHP
*
* @group php83
*/
class DatabaseConfiguration83Cest extends DatabaseConfigurationCest
{
/**
* @var string
*/
protected $magentoCloudTemplate = '2.4.7';
}

0 comments on commit b3414ff

Please sign in to comment.