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
34
34
self ::assertSame (Conditional::OPERATOR_BETWEEN , $ cond [0 ]->getOperatorType ());
35
35
self ::assertSame ([2 , 3 ], $ cond [0 ]->getConditions ());
36
36
self ::assertTrue ($ cond [0 ]->getStyle ()->getFont ()->getBold ());
37
+ $ spreadsheet ->disconnectWorksheets ();
37
38
}
38
39
39
40
public function testGetConditionalRange (): void
@@ -55,5 +56,6 @@ public function testGetConditionalRange(): void
55
56
$ sheet ->setConditionalStyles ('A1:C3 B1:B3 ' , $ conditionalStyles );
56
57
self ::assertNull ($ sheet ->getConditionalRange ('A2 ' ));
57
58
self ::assertSame ('A1:C3 B1:B3 ' , $ sheet ->getConditionalRange ('B2 ' ));
59
+ $ spreadsheet ->disconnectWorksheets ();
58
60
}
59
61
}
You can’t perform that action at this time.
0 commit comments