mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-30 20:18:00 +00:00
Upgrad PHP deps
This commit is contained in:
@@ -16,13 +16,13 @@ class ImExpTest extends TestCase
|
||||
*/
|
||||
protected $complexAssert;
|
||||
|
||||
public function setUp()
|
||||
protected function setUp(): void
|
||||
{
|
||||
Functions::setCompatibilityMode(Functions::COMPATIBILITY_EXCEL);
|
||||
$this->complexAssert = new ComplexAssert();
|
||||
}
|
||||
|
||||
public function tearDown()
|
||||
protected function tearDown(): void
|
||||
{
|
||||
$this->complexAssert = null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user