mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Fixed event test
This commit is contained in:
@@ -41,8 +41,8 @@ class EventTest extends TestCase
|
||||
|
||||
$this->object->trigger();
|
||||
|
||||
$this->assertEquals('value1', $this->object->getParam('key1'));
|
||||
$this->assertEquals('value2', $this->object->getParam('key2'));
|
||||
$this->assertEquals(null, $this->object->getParam('key1'));
|
||||
$this->assertEquals(null, $this->object->getParam('key2'));
|
||||
$this->assertEquals(null, $this->object->getParam('key3'));
|
||||
$this->assertEquals(\Resque::size($this->queue), 1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user