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

Removed phpsec as the testing library, added phpunit and converted the first spec test to phpunit format. Also added mockery.

This commit is contained in:
kirkbushell
2015-09-28 15:09:13 +01:00
parent 538a3e5e98
commit 7706714ad9
7 changed files with 719 additions and 77 deletions

1
.gitignore vendored
View File

@@ -4,3 +4,4 @@ composer.phar
Thumbs.db
tests/_output/*
.vagrant
.idea/