Skip to content

Commit

Permalink
OXDEV-6932: Use BaseTestCase instead of TestCase for SearchTest
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelOxid committed Jul 17, 2023
1 parent 660cba7 commit 4671faf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Integration/Article/SearchTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
use OxidEsales\EVatModule\Shop\Article;
use OxidEsales\EVatModule\Shop\Search;
use OxidEsales\EVatModule\Shop\User;
use PHPUnit\Framework\TestCase;
use OxidEsales\EVatModule\Tests\Integration\BaseTestCase;

/**
* Testing extended Article class.
*/
class SearchTest extends TestCase
class SearchTest extends BaseTestCase
{
/**
* Search article list test
Expand Down

0 comments on commit 4671faf

Please sign in to comment.