Functional\Tests\WithTest::testWithNull PHP Méthode

testWithNull() public méthode

public testWithNull ( )
    public function testWithNull()
    {
        $this->assertNull(with(null, function () {
            throw new \Exception('Should not be called');
        }));
    }