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

regression747() public method

public regression747 ( )
    public function regression747()
    {
        $stub = new IncrementalCommandStub();
        $actual = $stub->callProtectedMethodFromObject('protectedMethod', $this, array("fooBar"));
        $this->assertSame('barBaz', $actual);
    }
IncrementalCommandTest