Skip to content

Commit

Permalink
fix merge code error
Browse files Browse the repository at this point in the history
  • Loading branch information
jingjingxyk committed Jan 2, 2025
1 parent 333ae2c commit d221f2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sapi/src/UnitTest/MainTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public function testGd(): void
$this->assertEquals($info["BMP Support"], true);
$this->assertEquals($info["TGA Read Support"], true);
$this->assertEquals($info["JIS-mapped Japanese Font Support"], false);
$this->assertEquals($info["AVIF Support"], true);
// $this->assertEquals($info["AVIF Support"], true);
}

public function testImagick(): void
Expand Down
2 changes: 1 addition & 1 deletion sapi/src/builder/enabled_extensions.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
//'gettext',
'uuid',
//'phpy'
'xlswriter',
//'xlswriter',
'apcu',
'ds',
'ssh2',
Expand Down

0 comments on commit d221f2f

Please sign in to comment.