Skip to content

Commit

Permalink
OXDEV-7456 Add missing abstracts
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Fedurtsya <[email protected]>
  • Loading branch information
Sieg committed Dec 1, 2023
1 parent 1111585 commit b1d0dbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
use OxidEsales\GraphQL\ConfigurationAccess\Setting\Exception\WrongSettingValueException;
use OxidEsales\GraphQL\ConfigurationAccess\Tests\Unit\UnitTestCase;

class AbstractDatabaseSettingsRepositoryTestCase extends UnitTestCase
abstract class AbstractDatabaseSettingsRepositoryTestCase extends UnitTestCase
{
public function possibleGetFloatValuesDataProvider(): \Generator
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
use PHPUnit\Framework\MockObject\MockObject;
use Symfony\Component\EventDispatcher\EventDispatcherInterface;

class AbstractThemeSettingRepositoryTestCase extends AbstractDatabaseSettingsRepositoryTestCase
abstract class AbstractThemeSettingRepositoryTestCase extends AbstractDatabaseSettingsRepositoryTestCase
{
protected function getSut(
?array $methods = null,
Expand Down

0 comments on commit b1d0dbc

Please sign in to comment.