-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ class PostgresTest extends DriverTestCase | |
/** | ||
* {@inheritDoc} | ||
Check warning on line 28 in tests/TestCase/Driver/PostgresTest.php GitHub Actions / Coding Standard & Static Analysis
Check warning on line 28 in tests/TestCase/Driver/PostgresTest.php GitHub Actions / Coding Standard & Static Analysis
|
||
*/ | ||
public function setUp(): void | ||
protected function setUp(): void | ||
{ | ||
parent::setUp(); | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ class SqliteTest extends DriverTestCase | |
/** | ||
* {@inheritDoc} | ||
Check warning on line 28 in tests/TestCase/Driver/SqliteTest.php GitHub Actions / Coding Standard & Static Analysis
Check warning on line 28 in tests/TestCase/Driver/SqliteTest.php GitHub Actions / Coding Standard & Static Analysis
|
||
*/ | ||
public function setUp(): void | ||
protected function setUp(): void | ||
{ | ||
parent::setUp(); | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -69,7 +69,7 @@ protected function getAllRecords(): array | |
/** | ||
* {@inheritDoc} | ||
Check warning on line 70 in tests/TestCase/Utility/BackupExportAndImportTest.php GitHub Actions / Coding Standard & Static Analysis
Check warning on line 70 in tests/TestCase/Utility/BackupExportAndImportTest.php GitHub Actions / Coding Standard & Static Analysis
|
||
*/ | ||
public function setUp(): void | ||
protected function setUp(): void | ||
{ | ||
parent::setUp(); | ||
|
||
|