Our testing methods need to assert something
This commit is contained in:
@@ -21,6 +21,11 @@ class PacketTest extends TestCase
|
||||
$this->do = Domain::firstOrCreate(['name'=>'packets','active'=>TRUE]);
|
||||
}
|
||||
|
||||
public function test_null()
|
||||
{
|
||||
return $this->assertTrue(TRUE);
|
||||
}
|
||||
|
||||
/*
|
||||
* @todo This packet doesnt have an origin line, need a new one with nomsg and an origin line
|
||||
public function test_nomsgid_origin()
|
||||
|
Reference in New Issue
Block a user