Opis\Colibri\Test\SecureClosureTest::testSecureClosureFailWithoutProvider PHP Method

testSecureClosureFailWithoutProvider() public method

    public function testSecureClosureFailWithoutProvider()
    {
        $this->setExpectedException('RuntimeException');
        serialize(new SecureClosure(function () {
        }));
    }