aboutsummaryrefslogtreecommitdiff
path: root/tests/app/Models/ContextTest.php
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2015-02-17 14:55:25 +0100
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2015-02-17 14:55:25 +0100
commita952accf8eb970bfdd201bf880062d4b24e22b5d (patch)
tree2b9a4a8a8fe23b2947c2260fec1767f2751b1bae /tests/app/Models/ContextTest.php
parent3aec3e717173713d6a817110fb61b3702c929b1d (diff)
parentedc6816aecdb3b128dd40503dd7c1c4e541b2cbb (diff)
Rebase 783-contributing-file on branch 'dev'
Diffstat (limited to 'tests/app/Models/ContextTest.php')
-rw-r--r--tests/app/Models/ContextTest.php5
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 {
+
+}