diff --git a/tests/ImageExportTest.php b/tests/ImageExportTest.php index eb83d15a1ffae6961b42d37b527e8c53575d9340..1c4c5f556786f097e9c91c2e4e58e312f8e1489a 100644 --- a/tests/ImageExportTest.php +++ b/tests/ImageExportTest.php @@ -15,8 +15,7 @@ class ImageExportTest extends TestCase parent::setUp(); // Create a test avatar class with ImageExport trait - $this->avatar = new class extends Avatar - { + $this->avatar = new class extends Avatar { use ImageExport; public function __construct() diff --git a/tests/StorageOptimizationTest.php b/tests/StorageOptimizationTest.php index 7d88fbbf417a0e421b143d3dd22879135d4a0cd2..5f06525f09b814fa14062a9a7d71a51fcb758948 100644 --- a/tests/StorageOptimizationTest.php +++ b/tests/StorageOptimizationTest.php @@ -22,8 +22,7 @@ class StorageOptimizationTest extends TestCase $this->mockCache(); // Create a test avatar class with StorageOptimization trait - $this->avatar = new class extends Avatar - { + $this->avatar = new class extends Avatar { use StorageOptimization; public function __construct()