N98\Magento\Command\System\Setup\IncrementalCommandTest::protectedMethod PHP Method

protectedMethod() protected method

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