From 6e11d77656cbc9387f275d0b71de73fbafda16fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20Schr=C3=B6er?= Date: Tue, 7 Nov 2017 15:43:45 +0100 Subject: Added Unit tests (#224) * Added first unit test * Fixed user constraint problem * Fix tests * Update CommentMapperTest.php * Fixed FactoryMuffin + unit tests * Fixed PHP 5.6 error * Started adding scrutinizer coverage * Added UnitTestCase class * Added badges to README * Changed app logo name The icon is showing up in the app list now. * Added screenshot replacement to Makefile * Added oC branded screenshots * Added test skeletons * Added further factories * Added all basic crud unit tests * Fixed @depends in unit tests * Small doc block update --- img/app-logo-polls.svg | 83 -------------------------------------------------- img/app.svg | 83 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 83 insertions(+), 83 deletions(-) delete mode 100644 img/app-logo-polls.svg create mode 100644 img/app.svg (limited to 'img') diff --git a/img/app-logo-polls.svg b/img/app-logo-polls.svg deleted file mode 100644 index 136e6590..00000000 --- a/img/app-logo-polls.svg +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - diff --git a/img/app.svg b/img/app.svg new file mode 100644 index 00000000..136e6590 --- /dev/null +++ b/img/app.svg @@ -0,0 +1,83 @@ + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + -- cgit v1.2.3