mirror of
https://github.com/ivuorinen/bbcodeparser.git
synced 2026-01-26 11:23:58 +00:00
Update PHPUnit, configuration and tests
This commit is contained in:
@@ -11,12 +11,12 @@ class ArrayTraitTest extends TestCase
|
||||
$this->class = new ArrayTraitHelper();
|
||||
}
|
||||
|
||||
public function testArrayOnly()
|
||||
public function testArrayOnly(): void
|
||||
{
|
||||
$this->assertTrue(\method_exists($this->class, 'arrayOnly'));
|
||||
}
|
||||
|
||||
public function testArrayExcept()
|
||||
public function testArrayExcept(): void
|
||||
{
|
||||
$this->assertTrue(\method_exists($this->class, 'arrayExcept'));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user