forked from codeigniter4/CodeIgniter4
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoffsetAccess.notFound.neon
33 lines (27 loc) · 1.14 KB
/
offsetAccess.notFound.neon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# total 19 errors
parameters:
ignoreErrors:
-
message: '#^Offset ''email'' does not exist on array\{\}\.$#'
count: 4
path: ../../tests/system/Models/DataConverterModelTest.php
-
message: '#^Offset ''email'' does not exist on list\<array\{\}\>\.$#'
count: 2
path: ../../tests/system/Models/DataConverterModelTest.php
-
message: '#^Offset ''id'' does not exist on array\{email\: array\{''private@example\.org''\}\}\.$#'
count: 1
path: ../../tests/system/Models/DataConverterModelTest.php
-
message: '#^Offset ''id'' does not exist on array\{\}\.$#'
count: 4
path: ../../tests/system/Models/DataConverterModelTest.php
-
message: '#^Offset ''created_at'' does not exist on array\{\}\.$#'
count: 6
path: ../../tests/system/Models/TimestampModelTest.php
-
message: '#^Offset ''id'' does not exist on array\{country\: ''CA''\}\.$#'
count: 2
path: ../../tests/system/Models/TimestampModelTest.php