Askedio\Tests\IntegrationTest::testNotCascadable PHP 메소드

testNotCascadable() 공개 메소드

public testNotCascadable ( )
    public function testNotCascadable()
    {
        /*
         * TO-DO: Need a 'test' here, not just code coverage.
         */
        (new \Askedio\SoftCascade\SoftCascade())->cascade('notamodel', 'delete');
    }