gluon-web-remote

Web remote Administration for big size of gluon routers
git clone git://archive.git.mtrnord.blog/MTRNord/gluon-web-remote.git
Log | Files | Refs | README

commit c6f72d04384108919174af650c92f68e12e3bf8e
parent 863af61dea45db1c1e8224a622f82384b17d7cfd
Author: Marcel <MTRNord@users.noreply.github.com>
Date:   Tue, 13 Oct 2015 20:57:16 +0200

Create index.php
Diffstat:
Atests/index.php | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/tests/index.php b/tests/index.php @@ -0,0 +1,6 @@ +<?php +class mysqlTest extends PHPUnit_Framework_TestCase +{ + $this->markTestIncomplete('This test is not a test xD'); +} +?>