File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
tests/PhpSpreadsheetTests/Worksheet Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ public function testGetConditionalStyles(): void
3434 self ::assertSame (Conditional::OPERATOR_BETWEEN , $ cond [0 ]->getOperatorType ());
3535 self ::assertSame ([2 , 3 ], $ cond [0 ]->getConditions ());
3636 self ::assertTrue ($ cond [0 ]->getStyle ()->getFont ()->getBold ());
37+ $ spreadsheet ->disconnectWorksheets ();
3738 }
3839
3940 public function testGetConditionalRange (): void
@@ -55,5 +56,6 @@ public function testGetConditionalRange(): void
5556 $ sheet ->setConditionalStyles ('A1:C3 B1:B3 ' , $ conditionalStyles );
5657 self ::assertNull ($ sheet ->getConditionalRange ('A2 ' ));
5758 self ::assertSame ('A1:C3 B1:B3 ' , $ sheet ->getConditionalRange ('B2 ' ));
59+ $ spreadsheet ->disconnectWorksheets ();
5860 }
5961}
You can’t perform that action at this time.
0 commit comments