Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/tests
jmontoyaa d09700505b Remove main/resourcelinker/resourcelinker.inc.php unused code 8 years ago
..
api merge 11 years ago
course_tests attempting restore of tests dir removed during bigmerge 13 years ago
datafiller Minor - Fix test user bbaggins 8 years ago
features Fix Behat tests 8 years ago
history merge 11 years ago
img attempting restore of tests dir removed during bigmerge 13 years ago
logs merge 11 years ago
main Remove main/resourcelinker/resourcelinker.inc.php unused code 8 years ago
migrations/claroline/1.11.10 Add users migration to Claroline migration script 9 years ago
phpunit Clean file, format code, 10 years ago
procedures/spanish attempting restore of tests dir removed during bigmerge 13 years ago
scripts Minor - Ignore variations of minor messages in packaging script 8 years ago
simpletest Minor - Updated phpdoc tags 12 years ago
video Add small video conversion script. Might be useful for other things 9 years ago
xhprof Fix relative path for Xhprof reporting link 10 years ago
README.md Update readme.md for run the Behat tests 8 years ago
behat.yml Fixing behat context 8 years ago
build.phing.xml Updating paths see #7522 10 years ago
build.xml Updating paths see #7522 10 years ago
chamilotest.php attempting restore of tests dir removed during bigmerge 13 years ago
index.html attempting restore of tests dir removed during bigmerge 13 years ago
internationalization.lib.test_standalone.php Minor - format code, updating license reference. 10 years ago
main_api.lib.test_standalone.php Minor - Updated phpdoc tags 12 years ago
phpDocumentor.ini merge 11 years ago
phpmd.xml merge 11 years ago
rmdirr.lib.test_standalone.php Minor - Updated phpdoc tags 12 years ago
run.sh More changes to build file 13 years ago
simpletest_to_junit.xsl merge 11 years ago
test_manager.inc.php Refactoring: move main/exercice/ to main/exercise/ and related folders (except code for migration from 1.9 and 1.10) 9 years ago
test_suite.php Remove visio code, replaced by plugins (bbb, openmeetings) 8 years ago
test_webservices.php merge 11 years ago
travis-apache Minor - travis tests 10 years ago
travis-php-config.ini Minor - Update travis config 7 9 years ago
wipe-out.php Fix home path. 10 years ago

README.md

Chamilo 1.11.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.

Behat integration testing

The current automated tests are developed using Behat. To run them, you will need a basic default installation of the corresponding version of Chamilo LMS, which should include the vendor/behat/behat/bin/behat executable.

Make sure you set the right base_url in behat.yml, then run (on the command line, from the tests/ directory):

../vendor/behat/behat/bin/behat features/login.feature
../vendor/behat/behat/bin/behat features/createUser.feature
../vendor/behat/behat/bin/behat features/createCourse.feature
../vendor/behat/behat/bin/behat features/courseTools.feature
../vendor/behat/behat/bin/behat features/forum.feature
../vendor/behat/behat/bin/behat features/socialGroup.feature
../vendor/behat/behat/bin/behat features/accessCompanyReports.feature

This should run all tests and all of them should pass.

Folders

Although many scripts here are deprecated, the current structure can be described as follows;

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.

features

Behat-specific folder

history

Attempt at keeping a track of what Chamilo looked like over time.

logs

Meant as a destination for all logs generated by automated testing and building scripts. Should be writeable whenever tests (other than behat) are run (clover and stuff like that). Initially used when Chamilo was using its own Jenkins setup (now it tries to use Travis-CI).

main

Deprecated PHPUnit code reflecting the internal code structure of Chamilo

migrations

Combination of unofficial scripts to execute migrations from other systems

phpunit

Deprecated PHPUnit code

procedures

xls spreadsheets to be used as base for manual quality review of features in Chamilo.

scripts

A collection of scripts used to fix or improve some things globally in Chamilo portals. Mostly for old versions.

simpletest

Deprecated SimpleTest code (unused since 2009)

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).