Amranidev\ScaffoldInterface\Tests\BehavioralTest::testDataSystem PHP 메소드

testDataSystem() 공개 메소드

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());
    }