Kraken\_Unit\Container\Service\ServiceSorterTest::createSorter PHP Method

createSorter() public method

public createSorter ( string[] | null $methods = null ) : ServiceSorter | PHPUnit_Framework_MockObject_MockObject
$methods string[] | null
return Kraken\Container\Service\ServiceSorter | PHPUnit_Framework_MockObject_MockObject
    public function createSorter($methods = null)
    {
        return $this->getMock(ServiceSorter::class, $methods);
    }