diff options
Diffstat (limited to 'tests/app/Models/ContextTest.php')
| -rw-r--r-- | tests/app/Models/ContextTest.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/app/Models/ContextTest.php b/tests/app/Models/ContextTest.php new file mode 100644 index 000000000..4dc8b7757 --- /dev/null +++ b/tests/app/Models/ContextTest.php @@ -0,0 +1,5 @@ +<?php + +class ContextTest extends \PHPUnit_Framework_TestCase { + +} |
