diff options
author | msquare <msquare@notrademark.de> | 2016-11-18 08:26:27 +0100 |
---|---|---|
committer | msquare <msquare@notrademark.de> | 2016-11-18 08:26:27 +0100 |
commit | 2a075b43c09bd2b57d3c042fa159f302c27e4f4d (patch) | |
tree | cb0902393a287f18da456b01509cf43c794bf268 /test/model/LogEntriesModelTest.php | |
parent | bd54bec595609f3502004163d41c555bfd79672d (diff) |
add namespace for test classes
Diffstat (limited to 'test/model/LogEntriesModelTest.php')
-rw-r--r-- | test/model/LogEntriesModelTest.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/model/LogEntriesModelTest.php b/test/model/LogEntriesModelTest.php index b4cef725..552650b2 100644 --- a/test/model/LogEntriesModelTest.php +++ b/test/model/LogEntriesModelTest.php @@ -1,6 +1,8 @@ <?php -class LogEntriesModelTest extends PHPUnit_Framework_TestCase { +namespace Engelsystem\Test; + +class LogEntriesModelTest extends \PHPUnit_Framework_TestCase { public function create_LogEntry() { LogEntry_create('test', 'test'); |