Askedio\Tests\LumenIntegrationTest::testBadRelation PHP Method

testBadRelation() public method

public testBadRelation ( )
    public function testBadRelation()
    {
        $this->createUserRaw();
        $this->setExpectedException(\LogicException::class);
        BadRelation::first()->delete();
    }