Skip to content

Commit

Permalink
Add WebTestCase
Browse files Browse the repository at this point in the history
  • Loading branch information
jdreesen committed Sep 3, 2024
1 parent a354c9b commit 6d68986
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/WebTestCase.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?php
declare(strict_types=1);

namespace Neusta\Pimcore\TestingFramework;

use Neusta\Pimcore\TestingFramework\Internal\ConfigureKernel;

abstract class WebTestCase extends \Pimcore\Test\WebTestCase
{
use ConfigureKernel;
}

0 comments on commit 6d68986

Please sign in to comment.