Skip to content

Commit 3797cf1

Browse files
committed
Fixing tests
1 parent 61995b3 commit 3797cf1

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

tests/Assetic/MockAsset.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ public function clearFilters()
3030
{
3131
}
3232

33-
public function load(FilterInterface $additionalFilter = null)
33+
public function load(?FilterInterface $additionalFilter = null)
3434
{
3535
}
3636

37-
public function dump(FilterInterface $additionalFilter = null)
37+
public function dump(?FilterInterface $additionalFilter = null)
3838
{
3939
}
4040

tests/Database/UpdaterTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
class UpdaterTest extends TestCase
66
{
7+
protected $updater;
8+
79
public function setUp(): void
810
{
911
include_once __DIR__.'/../fixtures/database/SampleClass.php';

0 commit comments

Comments
 (0)