Initial file. No test
authorMaxime Bourget <bmx007@gmail.com>
Sun, 7 Apr 2013 16:56:26 +0000 (17:56 +0100)
committerMaxime Bourget <bmx007@gmail.com>
Sat, 25 May 2013 14:10:44 +0000 (15:10 +0100)
makefile [new file with mode: 0644]
test/textcart_manager.php [new file with mode: 0644]

diff --git a/makefile b/makefile
new file mode 100644 (file)
index 0000000..04a8ee5
--- /dev/null
+++ b/makefile
@@ -0,0 +1,3 @@
+.PHONY: test
+test:
+       phpunit test/*
diff --git a/test/textcart_manager.php b/test/textcart_manager.php
new file mode 100644 (file)
index 0000000..608da26
--- /dev/null
@@ -0,0 +1,10 @@
+<?php
+
+$path_to_root = '../../';
+require_once 'includes/textcart_manager.inc';
+//require_once 'PHPUnit.php';
+
+class TextcartManagerTest extends PHPUnit_Framework_TestCase {
+       function test_titi() {
+}
+}