Askedio\Tests\IntegrationTest::testBadRelationB PHP Method

testBadRelationB() public method

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