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:
@@ -6,13 +6,13 @@ use ivuorinen\BBCode\BBCodeParserServiceProvider;
|
||||
|
||||
class BBCodeParserServiceProviderTest extends TestCase
|
||||
{
|
||||
public function testProvides()
|
||||
public function testProvides(): void
|
||||
{
|
||||
$provider = new BBCodeParserServiceProvider($this->app);
|
||||
$this->assertEquals(['bbcode'], $provider->provides());
|
||||
}
|
||||
|
||||
public function testRegister()
|
||||
public function testRegister(): void
|
||||
{
|
||||
$this->assertInstanceOf(
|
||||
\ivuorinen\BBCode\BBCodeParser::class,
|
||||
|
||||
Reference in New Issue
Block a user