Amranidev\ScaffoldInterface\Tests\BehavioralTest::testModelGenerate PHP Method

testModelGenerate() public method

Test Model Generate
public testModelGenerate ( )
    public function testModelGenerate()
    {
        $parser = $this->parser;
        $dataSystem = $this->datasystem;
        $this->assertEquals("<?php\n\n" . view('scaffold-interface::template.model.model', compact('parser', 'dataSystem'))->render(), $this->generator->getModel()->generate());
    }