spec\PhpSpec\Locator\PSR0\PSR0LocatorSpec::its_priority_is_zero PHP Method

its_priority_is_zero() public method

    function its_priority_is_zero()
    {
        $this->getPriority()->shouldReturn(0);
    }
PSR0LocatorSpec