mirror of
https://codeberg.org/demostf/api.git
synced 2026-06-03 18:04:08 +02:00
bump phpunit
This commit is contained in:
parent
9543b141ab
commit
a17fad62e7
14 changed files with 291 additions and 342 deletions
|
|
@ -30,11 +30,11 @@ abstract class TestCase extends \PHPUnit\Framework\TestCase {
|
|||
return $this->database;
|
||||
}
|
||||
|
||||
public function setUp() {
|
||||
public function setUp(): void {
|
||||
parent::setUp();
|
||||
}
|
||||
|
||||
public function tearDown() {
|
||||
public function tearDown(): void {
|
||||
$this->clearDatabase();
|
||||
parent::tearDown();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue