diff --git a/tests/README.md b/tests/README.md index 2a803dd229..79a19a3857 100755 --- a/tests/README.md +++ b/tests/README.md @@ -1,4 +1,4 @@ -# Chamilo 1.11.x tests directory +# Chamilo 2.x tests directory This directory is used for all kinds of tests and scripts and is removed from public releases as it may represent a risk for production systems. @@ -32,11 +32,6 @@ The scripts available at the root are mostly deprecated. behat.yml (see Behat section) serves as the configuration for the Behat test suite. -### api folder - -Folder meant as the destination for documentation automatically generated by -running PHPDoc. It only contains a README file by default. - ### datafiller Set of scripts to fill your test installation of Chamilo with demo content. @@ -68,12 +63,3 @@ portals. Mostly for old versions. ### translations Scripts to help with the move from Chamilo-format translations to PO (gettext) - -### video - -Scripts to handle mass operations on video files. - -### xhprof - -Scripts to enable the use of the XHprof profiler (with these, you only need a -small change to your PHP config to enable profiling each Chamilo page). diff --git a/tests/build.phing.xml b/tests/build.phing.xml deleted file mode 100755 index fe16c98d2f..0000000000 --- a/tests/build.phing.xml +++ /dev/null @@ -1,116 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/tests/img/bg-footer.gif b/tests/img/bg-footer.gif deleted file mode 100755 index bdd34cea9a..0000000000 Binary files a/tests/img/bg-footer.gif and /dev/null differ diff --git a/tests/img/bg-header4.png b/tests/img/bg-header4.png deleted file mode 100755 index 10f15a4a0a..0000000000 Binary files a/tests/img/bg-header4.png and /dev/null differ diff --git a/tests/img/header-logo.png b/tests/img/header-logo.png deleted file mode 100755 index 397e6f7cde..0000000000 Binary files a/tests/img/header-logo.png and /dev/null differ diff --git a/tests/index.html b/tests/index.html deleted file mode 100755 index 8e464d8ce3..0000000000 --- a/tests/index.html +++ /dev/null @@ -1,8 +0,0 @@ - - - - - -
- - \ No newline at end of file diff --git a/tests/phpDocumentor.ini b/tests/phpDocumentor.ini deleted file mode 100755 index 1b6b1c1d1b..0000000000 --- a/tests/phpDocumentor.ini +++ /dev/null @@ -1,126 +0,0 @@ -;; phpDocumentor.ini -;; -;; contains all the runtime values that are configurable. -;; This is moved from phpdoc.inc, to remove the necessity to edit the php code and -;; simplify debugging -[DEBUG] -;; If you want to see the internals of the parser in action, set this to true -PHPDOCUMENTOR_DEBUG = false -;; set to true if you want to eliminate extra whitespace in doc comments (slows things down quite a bit) -PHPDOCUMENTOR_KILL_WHITESPACE = false - -[_phpDocumentor_options] -;; this is the value that will be displayed as the root directory -Program_Root = -;; uncomment this to set the path phpDocumentor looks in to find user files -;userdir = user/ - -;; Use useconfig if you want to be able to run phpdoc with no command-line options (!!) -;; change the value of useconfig to an .ini file that is in users/ (like greg.ini) -;[_phpDocumentor_setting] -;useconfig = default - -;; set max memory usage size to be very high, to avoid it crashing it the middle of its run -;; due to using a boatload of memory -;;memory_limit = 512M - -[_phpDocumentor_phpfile_exts] -php -php3 -php4 -phtml -inc - -;; deprecated in 1.2 -;; this list is informational only - the following tags will be parsed as -;; having meaning, everything else will be treated as text by the output -;; converter, meaning in the HTML converter, all other tags will be htmlentitied -;[_phpDocumentor_html_allowed] -;ul -;ol -;li -;p -;strong -;pre -;a -;code -;br -;var -;samp -;kbd - -[_phpDocumentor_tags_allowed] -abstract -access -author -;; Added to support PHPUnit's @assert tag -assert -category -copyright -;; added to support Imagick tests -covers -;; for Zend IDE support - minimal at best -desc -deprec -deprecated -example -exception -filesource -final -global -ignore -internal -license -link -magic -name -package -param -parameter -return -;; alias for @return -returns -see -since -source -static -staticvar -subpackage -throws -todo -TODO -tutorial -uses -var -version -;; compat tags, things wont parse right in incorrectly documented code without them -;; hopefully better error handling in handleDockeyword allows these to go away -;; this is a dumb tag included for pear compatability see bug# 558028 -extends -private -public - -[_phpDocumentor_inline_doc_tags_allowed] -example -inheritdoc -internal -link -source -tutorial - -[_phpDocumentor_inline_tutorial_tags_allowed] -category -example -id -link -toc -tutorial - -;; custom files to include in RIC -;; these MUST be in upper-case -[_phpDocumentor_RIC_files] -README -INSTALL -CHANGELOG -FAQ -NEWS diff --git a/tests/phpmd.xml b/tests/phpmd.xml deleted file mode 100755 index 566c6537e1..0000000000 --- a/tests/phpmd.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - Chamilo LMS rule set - - - diff --git a/tests/video/index.php b/tests/scripts/video.php similarity index 100% rename from tests/video/index.php rename to tests/scripts/video.php diff --git a/tests/wipe-out.php b/tests/scripts/wipe-out.php old mode 100755 new mode 100644 similarity index 100% rename from tests/wipe-out.php rename to tests/scripts/wipe-out.php