From b57cf4b7329518027ce8155fe22adb3b456b3280 Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Sun, 26 Nov 2017 17:00:02 +0000 Subject: Removed accidentally committed test files --- tests/BasicTest.php | 40 ---------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 tests/BasicTest.php (limited to 'tests/BasicTest.php') diff --git a/tests/BasicTest.php b/tests/BasicTest.php deleted file mode 100644 index fcff13d..0000000 --- a/tests/BasicTest.php +++ /dev/null @@ -1,40 +0,0 @@ -makeDir(dirname(__FILE__) . '/data/source'); - } - - private function destDir() { - return $this->makeDir(dirname(__FILE__) . '/data/dest'); - } - - private function scriptPath() { - return dirname(dirname(__FILE__)) . '/rsync_tmbackup.sh'; - } - - private function execScript($args) { - $cmd = $this->scriptPath() . ' ' . implode(' ', $args); - exec($cmd, $output, $errorCode); - return array( - 'output' => $output, - 'errorCode' => $errorCode, - ); - } - - public function testFilesAreCopied() { - //$this->execScript( - } - -} \ No newline at end of file -- cgit v1.2.3