mirror of
https://github.com/flarum/core.git
synced 2025-08-12 19:34:18 +02:00
chore: update dependencies (#4012)
* chore: phpunit 10 * chore: config * Apply fixes from StyleCI * chore: phpunit 11 (php 8.2 minimum requirement) * feat: laravel 11 * Apply fixes from StyleCI * feat: carbon v3 * fixes
This commit is contained in:
@@ -11,14 +11,13 @@ namespace Flarum\ExtensionManager\Tests\integration\api;
|
||||
|
||||
use Flarum\ExtensionManager\Tests\integration\RefreshComposerSetup;
|
||||
use Flarum\ExtensionManager\Tests\integration\TestCase;
|
||||
use PHPUnit\Framework\Attributes\Test;
|
||||
|
||||
class GlobalUpdateTest extends TestCase
|
||||
{
|
||||
use RefreshComposerSetup;
|
||||
|
||||
/**
|
||||
* @test
|
||||
*/
|
||||
#[Test]
|
||||
public function can_global_update()
|
||||
{
|
||||
$response = $this->send(
|
||||
|
Reference in New Issue
Block a user