Skip to content

Commit 001f397

Browse files
committed
test fix
1 parent 3e321d8 commit 001f397

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/unit/Examples/ExamplesTest.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ class ExamplesTest extends \Codeception\Test\Unit
1313
{
1414
public function testSlicing()
1515
{
16+
new SliceSelector('::');
1617
$originalArray = [1, 2, 3, 4, 5, 6, 7, 8, 9];
1718
$originalView = ArrayView::toView($originalArray);
1819

@@ -90,4 +91,9 @@ public function testCombinedSubview()
9091
$subview[':'] = [55, 77];
9192
$this->assertSame([1, 2, 3, 4, 55, 6, 77, 8, 9, 10], $originalArray);
9293
}
94+
95+
protected function _setUp()
96+
{
97+
$_ = new MaskSelector([]); // TODO why for 7.4???
98+
}
9399
}

0 commit comments

Comments
 (0)