spec\PhpSpec\Locator\PSR0\PSR0LocatorSpec::its_priority_is_zero PHP Méthode

its_priority_is_zero() public méthode

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