forked from codeigniter4/CodeIgniter4
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproperty.notFound.neon
More file actions
108 lines (87 loc) · 4.42 KB
/
Copy pathproperty.notFound.neon
File metadata and controls
108 lines (87 loc) · 4.42 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
# total 28 errors
parameters:
ignoreErrors:
-
message: '#^Access to an undefined property CodeIgniter\\Database\\BaseConnection\:\:\$mysqli\.$#'
count: 1
path: ../../tests/system/Database/Live/GetVersionTest.php
-
message: '#^Access to an undefined property CodeIgniter\\Database\\BaseConnection\:\:\$foundRows\.$#'
count: 2
path: ../../tests/system/Database/Live/MySQLi/FoundRowsTest.php
-
message: '#^Access to an undefined property CodeIgniter\\Database\\BaseConnection\:\:\$numberNative\.$#'
count: 2
path: ../../tests/system/Database/Live/MySQLi/NumberNativeTest.php
-
message: '#^Access to an undefined property CodeIgniter\\Database\\BaseConnection\:\:\$schema\.$#'
count: 1
path: ../../tests/system/Database/Live/OrderTest.php
-
message: '#^Access to an undefined property CodeIgniter\\Database\\BaseConnection\:\:\$schema\.$#'
count: 1
path: ../../tests/system/Database/Live/PreparedQueryTest.php
-
message: '#^Access to an undefined property CodeIgniter\\Database\\BaseConnection\:\:\$schema\.$#'
count: 2
path: ../../tests/system/Database/Migrations/MigrationRunnerTest.php
-
message: '#^Access to an undefined property CodeIgniter\\Encryption\\EncrypterInterface\:\:\$key\.$#'
count: 1
path: ../../tests/system/Encryption/EncryptionTest.php
-
message: '#^Access to an undefined property CodeIgniter\\Encryption\\Encryption\:\:\$bogus\.$#'
count: 2
path: ../../tests/system/Encryption/EncryptionTest.php
-
message: '#^Access to an undefined property CodeIgniter\\Encryption\\EncrypterInterface\:\:\$cipher\.$#'
count: 1
path: ../../tests/system/Encryption/Handlers/OpenSSLHandlerTest.php
-
message: '#^Access to an undefined property CodeIgniter\\Encryption\\EncrypterInterface\:\:\$key\.$#'
count: 3
path: ../../tests/system/Encryption/Handlers/OpenSSLHandlerTest.php
-
message: '#^Access to an undefined property CodeIgniter\\Encryption\\EncrypterInterface\:\:\$blockSize\.$#'
count: 1
path: ../../tests/system/Encryption/Handlers/SodiumHandlerTest.php
-
message: '#^Access to an undefined property CodeIgniter\\Encryption\\EncrypterInterface\:\:\$driver\.$#'
count: 1
path: ../../tests/system/Encryption/Handlers/SodiumHandlerTest.php
-
message: '#^Access to an undefined property CodeIgniter\\Encryption\\EncrypterInterface\:\:\$key\.$#'
count: 2
path: ../../tests/system/Encryption/Handlers/SodiumHandlerTest.php
-
message: '#^Access to an undefined property CodeIgniter\\Encryption\\EncrypterInterface\:\:\$cipher\.$#'
count: 1
path: ../../tests/system/Encryption/KeyRotationDecoratorTest.php
-
message: '#^Access to an undefined property CodeIgniter\\Encryption\\EncrypterInterface\:\:\$key\.$#'
count: 1
path: ../../tests/system/Encryption/KeyRotationDecoratorTest.php
-
message: '#^Access to an undefined property CodeIgniter\\I18n\\TimeLegacy\:\:\$foobar\.$#'
count: 1
path: ../../tests/system/I18n/TimeLegacyTest.php
-
message: '#^Access to an undefined property CodeIgniter\\I18n\\TimeLegacy\:\:\$timezoneName\.$#'
count: 1
path: ../../tests/system/I18n/TimeLegacyTest.php
-
message: '#^Access to an undefined property CodeIgniter\\I18n\\TimeLegacy\:\:\$weekOfWeek\.$#'
count: 1
path: ../../tests/system/I18n/TimeLegacyTest.php
-
message: '#^Access to an undefined property CodeIgniter\\I18n\\Time\:\:\$foobar\.$#'
count: 1
path: ../../tests/system/I18n/TimeTest.php
-
message: '#^Access to an undefined property CodeIgniter\\I18n\\Time\:\:\$timezoneName\.$#'
count: 1
path: ../../tests/system/I18n/TimeTest.php
-
message: '#^Access to an undefined property CodeIgniter\\I18n\\Time\:\:\$weekOfWeek\.$#'
count: 1
path: ../../tests/system/I18n/TimeTest.php