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