diff --git a/Tests/queueTest.php b/Tests/queueTest.php index 3480f13..d162297 100644 --- a/Tests/queueTest.php +++ b/Tests/queueTest.php @@ -7,4 +7,8 @@ /** Test the queue.php file */ class test_queue extends PHPUnit_Framework_TestCase { + public function test () + { + $queue = new queue (); + } }