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

testDataSystem() public method

Test DataSystem
public testDataSystem ( )
    public function testDataSystem()
    {
        $this->assertArrayHasKey('opt0', $this->datasystem->getData());
        $this->assertInternalType('array', $this->datasystem->dataScaffold('v'));
        $this->assertInternalType('array', $this->datasystem->getOnData());
        $this->assertInternalType('array', $this->datasystem->getForeignKeys());
    }