mirror of
https://github.com/ivuorinen/bbcodeparser.git
synced 2026-01-26 11:23:58 +00:00
GitHub actions, normalization and support for PHP8
This commit is contained in:
@@ -1,9 +1,16 @@
|
||||
<?php
|
||||
|
||||
class TestCase extends Orchestra\Testbench\TestCase
|
||||
namespace ivuorinen\BBCode\Tests;
|
||||
|
||||
use DMS\PHPUnitExtensions\ArraySubset\ArraySubsetAsserts;
|
||||
|
||||
class TestCase extends \Orchestra\Testbench\TestCase
|
||||
{
|
||||
use ArraySubsetAsserts;
|
||||
|
||||
protected function getPackageProviders($app)
|
||||
{
|
||||
unset($app);
|
||||
return ['ivuorinen\BBCode\BBCodeParserServiceProvider'];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user