mirror of
https://github.com/flarum/core.git
synced 2025-08-10 10:24:46 +02:00
Apply fixes from StyleCI
[ci skip] [skip ci]
This commit is contained in:
@@ -52,7 +52,7 @@ class ListTest extends TestCase
|
||||
{
|
||||
parent::tearDown();
|
||||
|
||||
$this->database()->table('discussions')->whereIn('id', [1,2])->delete();
|
||||
$this->database()->table('discussions')->whereIn('id', [1, 2])->delete();
|
||||
$this->database()->table('posts')->whereIn('id', [1, 2])->delete();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user