spec\PhpSpec\Matcher\ArrayContainMatcherSpec::it_matches_array_without_specified_value PHP Method

it_matches_array_without_specified_value() public method

    function it_matches_array_without_specified_value()
    {
        $this->shouldNotThrow()->duringNegativeMatch('contain', array(1, 2, 3), array('abc'));
    }