NoneTest::testFilterNot()
Source
File: vendor/phpoption/phpoption/tests/PhpOption/Tests/NoneTest.php
public function testFilterNot()
{
$this->assertSame($this->none, $this->none->filterNot(function() {
throw new \LogicException('Should not be called.');
}));
}