Skip to content

Commit

Permalink
Incremental work; hooking up PHPUnit
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnathonKoster committed Jul 18, 2020
1 parent 74ae1b2 commit 3146395
Show file tree
Hide file tree
Showing 18 changed files with 6,041 additions and 61 deletions.
6 changes: 6 additions & 0 deletions .corlain
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
"source": "@local:stillat/meerkat-core",
"output": "./src/Core/",
"map": []
},
{
"name": "stillat/meerkat-core-ui",
"source": "@local:stillat/meerkat-core-ui",
"output": "./resources/dist/js/",
"map": []
}
]
}
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
src/.idea/*
vendor/*
src/.idea/*
/.idea/*
1 change: 1 addition & 0 deletions .phpunit.result.cache
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
C:37:"PHPUnit\Runner\DefaultTestResultCache":160:{a:2:{s:7:"defects";a:1:{s:44:"CommentParserTest::testCommentParserGetsData";i:3;}s:5:"times";a:1:{s:44:"CommentParserTest::testCommentParserGetsData";d:0.002;}}}
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,8 @@
"Stillat\\Meerkat\\ServiceProvider"
]
}
},
"require-dev": {
"phpunit/phpunit": "^9.2"
}
}
Loading

0 comments on commit 3146395

Please sign in to comment.