Askedio\Tests\IntegrationTest::testNotCascadable PHP Method

testNotCascadable() public method

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