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:
parent
00b547028f
commit
89687f6a76
8 changed files with 12 additions and 28 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue