Skip to content

Commit

Permalink
Merge branch 'MAUT-11460' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
Avikarsha Saha committed Jun 18, 2024
2 parents 0c65158 + e3e2360 commit fd059b0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Tests/Functional/PreviewFunctionalTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,14 @@
use MauticPlugin\CustomObjectsBundle\Model\CustomFieldValueModel;
use MauticPlugin\CustomObjectsBundle\Model\CustomItemModel;
use MauticPlugin\CustomObjectsBundle\Tests\Functional\DataFixtures\Traits\CustomObjectsTrait;
use MauticPlugin\CustomObjectsBundle\Tests\ProjectVersionTrait;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\Response;

class PreviewFunctionalTest extends MauticMysqlTestCase
{
use CustomObjectsTrait;
use ProjectVersionTrait;

/**
* @var CustomItemModel
Expand All @@ -39,6 +41,10 @@ protected function setUp(): void

public function testPreviewPageCODynamicContent(): void
{
if (!$this->isCloudProject()) {
$this->markTestSkipped('Not supported in 4.4');
}

$customObject = $this->createCustomObjectWithAllFields(self::$container, 'Car');
$customItem = new CustomItem($customObject);

Expand Down

0 comments on commit fd059b0

Please sign in to comment.