1
0
Fork 0
mirror of https://codeberg.org/demostf/api.git synced 2026-06-03 18:04:08 +02:00

no longer store weapon name per kill

This commit is contained in:
Robin Appelman 2021-05-22 20:32:11 +02:00
commit 89687f6a76
8 changed files with 12 additions and 28 deletions

View file

@ -59,7 +59,6 @@ class ParserTest extends TestCase {
$this->assertEquals((int) $expectedKills[0]['killer'], $result->getKills()[0]->getAttackerDemoId());
$this->assertEquals((int) $expectedKills[0]['assister'], $result->getKills()[0]->getAssisterDemoId());
$this->assertEquals((int) $expectedKills[0]['victim'], $result->getKills()[0]->getVictimDemoId());
$this->assertEquals($expectedKills[0]['weapon'], $result->getKills()[0]->getWeapon());
}
public function testFailedParse() {