Askedio\Tests\IntegrationTest::testBadRelation PHP Méthode

testBadRelation() public méthode

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