Functional\Tests\SuppressErrorTest::testErrorIsSuppressed PHP Method

testErrorIsSuppressed() public method

    public function testErrorIsSuppressed()
    {
        $fn = suppress_error('strpos');
        $this->assertNull($fn([], 0));
    }