mirror of
https://github.com/flarum/core.git
synced 2025-08-07 00:47:00 +02:00
feat(core): PHP 8.2 Support (#3709)
* chore: test with php 8.2 * chore: bump httphandlerunnder * chore: bump httphandlerunner * chore: address php8.2 deprecation * chore: php 8.2 * chore: bump less.php version * avoid dynamic properties * avoid another dynamic property * Apply fixes from StyleCI * tags php82 * php82 * fix: check for property existence * Rerun checks after s9e/text-formatter update * chore: disable deprecation warnings for php 8.2 * chore: PHP8.2 does not accept dynamic properties * chore: temporarily disable package manager tests workflow Co-authored-by: Sami Mazouz <sychocouldy@gmail.com>
This commit is contained in:
@@ -14,6 +14,16 @@ use Flarum\Testing\unit\TestCase;
|
||||
|
||||
class ExtensionDependencyResolutionTest extends TestCase
|
||||
{
|
||||
public $tags;
|
||||
public $categories;
|
||||
public $tagBackgrounds;
|
||||
public $something;
|
||||
public $help;
|
||||
public $missing;
|
||||
public $circular1;
|
||||
public $circular2;
|
||||
public $optionalDependencyCategories;
|
||||
|
||||
public function setUp(): void
|
||||
{
|
||||
parent::setUp();
|
||||
|
Reference in New Issue
Block a user