jmontoyaa 96c951e79a Behat: Remove wait vor 8 Jahren
..
api 4116a6b100 merge vor 10 Jahren
behat 96c951e79a Behat: Remove wait vor 8 Jahren
course_tests 2deb9f0bdb attempting restore of tests dir removed during bigmerge vor 13 Jahren
datafiller b362d92fe2 format code vor 8 Jahren
history 4116a6b100 merge vor 10 Jahren
img 2deb9f0bdb attempting restore of tests dir removed during bigmerge vor 13 Jahren
logs 4116a6b100 merge vor 10 Jahren
main 66ea436b73 Minor - Format code, remove unused code vor 8 Jahren
migrations 0f817c8234 Add users migration to Claroline migration script vor 9 Jahren
phpunit 3e7455bbb6 Remove unused functions vor 8 Jahren
procedures 2deb9f0bdb attempting restore of tests dir removed during bigmerge vor 13 Jahren
scripts c38a8a29aa Add script to fix lp items paths for missing files - refs BT#12381 vor 8 Jahren
simpletest 0bf06d9c72 Minor - Updated phpdoc tags vor 12 Jahren
travis 99b115feed Fix travis using trusty instead of default precise vor 8 Jahren
video 49d6dfed77 Add small video conversion script. Might be useful for other things vor 9 Jahren
xhprof 0c3fedf2af Add get_memory_peak_usage() info to profile link vor 8 Jahren
README.md fde6c7ccb4 Update readme.md for run the Behat tests vor 8 Jahren
build.phing.xml f6096b1b2c Updating paths see #7522 vor 10 Jahren
build.xml f6096b1b2c Updating paths see #7522 vor 10 Jahren
chamilotest.php 2deb9f0bdb attempting restore of tests dir removed during bigmerge vor 13 Jahren
index.html 2deb9f0bdb attempting restore of tests dir removed during bigmerge vor 13 Jahren
internationalization.lib.test_standalone.php fa59e31b48 Minor - format code, updating license reference. vor 10 Jahren
main_api.lib.test_standalone.php 0bf06d9c72 Minor - Updated phpdoc tags vor 12 Jahren
phpDocumentor.ini 4116a6b100 merge vor 10 Jahren
phpmd.xml 4116a6b100 merge vor 10 Jahren
rmdirr.lib.test_standalone.php 0bf06d9c72 Minor - Updated phpdoc tags vor 12 Jahren
run.sh c1bc14ec81 More changes to build file vor 12 Jahren
simpletest_to_junit.xsl 4116a6b100 merge vor 10 Jahren
test_manager.inc.php ba818ee23e Refactoring: move main/exercice/ to main/exercise/ and related folders (except code for migration from 1.9 and 1.10) vor 8 Jahren
test_suite.php 0daef52f15 Fix use of course_info/download.php vor 8 Jahren
test_webservices.php 4116a6b100 merge vor 10 Jahren
travis-php-config.ini f20bc20b96 Minor - Update travis config 7 vor 8 Jahren
wipe-out.php 4a9ff38162 Fix home path. vor 9 Jahren

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