N98\Magento\Command\System\Setup\IncrementalCommandTest::protectedMethod PHP Метод

protectedMethod() защищенный Метод

protected protectedMethod ( $arg )
    protected function protectedMethod($arg)
    {
        $this->assertSame('fooBar', $arg);
        $this->addToAssertionCount(1);
        return "barBaz";
    }
IncrementalCommandTest