Skip to content

Commit ab2e3d0

Browse files
committed
tests setup
1 parent ed6ad5f commit ab2e3d0

File tree

4 files changed

+2430
-305
lines changed

4 files changed

+2430
-305
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,11 @@ One approach is to use these repositories:
112112
## Edit account
113113
![Screenshot](images/11.png)
114114

115+
# Tests
116+
117+
```
118+
./fuel/vendor/phpunit/phpunit/phpunit tests
119+
```
115120

116121
# Travelling through time - V1
117122

@@ -120,7 +125,6 @@ One approach is to use these repositories:
120125
![Screenshot](images/original2.png)
121126

122127

123-
124128
# License
125129

126130
<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>

composer.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,17 @@
1717
"michelf/php-markdown": "1.4.0",
1818
"thunderer/shortcode": "*",
1919
"mobiledetect/mobiledetectlib": "*",
20-
"jbbcode/jbbcode": "1.3.*"
20+
"jbbcode/jbbcode": "1.3.*",
21+
"phpunit/phpunit": "^9.5"
2122
},
2223
"require-dev": {
2324
"overtrue/phplint": "^3.0"
2425
},
2526
"config": {
26-
"vendor-dir": "fuel/vendor"
27+
"vendor-dir": "fuel/vendor",
28+
"allow-plugins": {
29+
"composer/installers": true
30+
}
2731
},
2832
"extra": {
2933
"installer-paths": {

0 commit comments

Comments
 (0)