File tree Expand file tree Collapse file tree 4 files changed +2430
-305
lines changed Expand file tree Collapse file tree 4 files changed +2430
-305
lines changed Original file line number Diff line number Diff line change @@ -112,6 +112,11 @@ One approach is to use these repositories:
112
112
## Edit account
113
113
![ Screenshot] ( images/11.png )
114
114
115
+ # Tests
116
+
117
+ ```
118
+ ./fuel/vendor/phpunit/phpunit/phpunit tests
119
+ ```
115
120
116
121
# Travelling through time - V1
117
122
@@ -120,7 +125,6 @@ One approach is to use these repositories:
120
125
![ Screenshot] ( images/original2.png )
121
126
122
127
123
-
124
128
# License
125
129
126
130
<a rel =" license " href =" http://creativecommons.org/licenses/by/4.0/ " ><img alt =" Creative Commons License " style =" border-width :0 " src =" https://i.creativecommons.org/l/by/4.0/88x31.png " /></a >
Original file line number Diff line number Diff line change 17
17
"michelf/php-markdown" : " 1.4.0" ,
18
18
"thunderer/shortcode" : " *" ,
19
19
"mobiledetect/mobiledetectlib" : " *" ,
20
- "jbbcode/jbbcode" : " 1.3.*"
20
+ "jbbcode/jbbcode" : " 1.3.*" ,
21
+ "phpunit/phpunit" : " ^9.5"
21
22
},
22
23
"require-dev" : {
23
24
"overtrue/phplint" : " ^3.0"
24
25
},
25
26
"config" : {
26
- "vendor-dir" : " fuel/vendor"
27
+ "vendor-dir" : " fuel/vendor" ,
28
+ "allow-plugins" : {
29
+ "composer/installers" : true
30
+ }
27
31
},
28
32
"extra" : {
29
33
"installer-paths" : {
You can’t perform that action at this time.
0 commit comments