NoneTest::testSelect()


Source

File: vendor/phpoption/phpoption/tests/PhpOption/Tests/NoneTest.php

    public function testSelect()
    {
        $this->assertSame($this->none, $this->none->select(null));
    }