Coderabbi\Virtuoso\Tests\CompositeComposerTest::setUp PHP Method

setUp() public method

PHPUnit Test Set Up
public setUp ( )
    public function setUp()
    {
        $this->app = new Application();
        $this->composers = [];
    }