NoneTest::testReject()
Source
File: vendor/phpoption/phpoption/tests/PhpOption/Tests/NoneTest.php
public function testReject()
{
$this->assertSame($this->none, $this->none->reject(null));
}
File: vendor/phpoption/phpoption/tests/PhpOption/Tests/NoneTest.php
public function testReject()
{
$this->assertSame($this->none, $this->none->reject(null));
}