diff --git a/tests/Zepto/ZeptoTest.php b/tests/Zepto/ZeptoTest.php new file mode 100644 index 0000000..aed55d5 --- /dev/null +++ b/tests/Zepto/ZeptoTest.php @@ -0,0 +1,69 @@ +object = new Zepto($config); + } + + /** + * Tears down the fixture, for example, closes a network connection. + * This method is called after a test is executed. + */ + protected function tearDown() + { + } + + /** + * @covers Zepto\Zepto::run + * @todo Implement testRun(). + */ + public function testRun() + { + // Remove the following lines when you implement this test. + $this->markTestIncomplete( + 'This test has not been implemented yet.' + ); + } + + /** + * @covers Zepto\Zepto::run_hooks + * @todo Implement testRun_hooks(). + */ + public function testRun_hooks() + { + // Remove the following lines when you implement this test. + $this->markTestIncomplete( + 'This test has not been implemented yet.' + ); + } +}