Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
devtoolboxuk committed May 25, 2019
1 parent 18e83bc commit 4770774
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/test-xss.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ function testNoXss()

$this->assertEquals(0, $detection->getScore());
$this->assertEquals('[]', $detection->getResult());
$this->assertIsArray($detection->toArray());
$this->assertArrayHasKey('results', $detection->toArray());
$this->assertArrayHasKey('references', $detection->toArray());
$this->assertArrayHasKey('score', $detection->toArray());

}

Expand Down

0 comments on commit 4770774

Please sign in to comment.