1
0
mirror of https://github.com/flarum/core.git synced 2025-09-02 20:52:45 +02:00

Updated tests namespace to be ps4-valid. Added tests for flooding exception, fixed broken code

This commit is contained in:
Kirk Bushell
2015-10-27 12:48:27 +00:00
parent 5e2f659f54
commit f0883471ef
7 changed files with 27 additions and 5 deletions

View File

@@ -67,7 +67,7 @@
},
"autoload-dev": {
"psr-4": {
"tests\\": "tests/"
"Tests\\": "tests/"
}
},
"scripts": {