diff options
author | Valentin Popov <info@valentineus.link> | 2019-05-11 12:49:04 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2019-05-11 12:54:14 +0300 |
commit | c42e13d182855d20af534bf8d84a5c142e48f851 (patch) | |
tree | 743408c5ad416d6f11400c599d50247e2c78dae4 /tests | |
parent | 7dc023b05a9292cb9e5ea4fa65e86668c857cd82 (diff) | |
download | local_webhooks-c42e13d182855d20af534bf8d84a5c142e48f851.tar.xz local_webhooks-c42e13d182855d20af534bf8d84a5c142e48f851.zip |
Fixed violations CI
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/api_test.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/api_test.php b/tests/api_test.php index 5bca6ab..210c58f 100644 --- a/tests/api_test.php +++ b/tests/api_test.php @@ -150,7 +150,7 @@ final class local_webhooks_api_testcase extends advanced_testcase { self::assertNotCount(0, $events); - foreach ($events as $name => $event) { + foreach ($events as $event) { self::assertInternalType('array', $event); self::assertEquals([ |