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,8 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace ivuorinen\BBCode\Tests;
|
||||
|
||||
class BBCodeParserFacadeTest extends TestCase
|
||||
{
|
||||
public function test_facade_exists_and_has_bbcode()
|
||||
public function testFacadeExistsAndHasBbcode()
|
||||
{
|
||||
try {
|
||||
$method = $this->callMethod(
|
||||
|
||||
Reference in New Issue
Block a user