Commit Graph

276 Commits (310c4767f9d9f6951083ebe49124742a4f82c9dd)

Author SHA1 Message Date
Ivan Tcholakov a94089f891 Feature #272 - session_handler class: Some variables have been reanmed (coding conventions). 15 years ago
Ricardo Rodriguez 0dfb2293fa Minor - changed the assert 15 years ago
Ricardo Rodriguez 5be5378652 Modified - commented the var_dump in the test api_is_course_admin() 15 years ago
Ricardo Rodriguez cf38f31bfe Modified - changed the type of return in the second condition because return a value int instead of boolean 15 years ago
Ricardo Rodriguez 5d18f04970 Eliminated the redeclaring of variables in the test function and Modified the testGetUserInfoById 15 years ago
Carlos Vargas 957ff284a6 minor delete ' 15 years ago
Yannick Warnier d29fcf035f Testing - Fixed a few tests for main library 15 years ago
Yannick Warnier fb33f77198 Testing - Commented private methods out for tablesort 15 years ago
Yannick Warnier e64e4e4755 Testing - Minor updates to groupmanager library tests 15 years ago
Yannick Warnier a044e3902a Testing - Improved notebook test case 15 years ago
Yannick Warnier 685678e337 Testing - Further improvements (no need to load already-loaded library) 15 years ago
Yannick Warnier 281d6f173c Testing - Finished first round of improvements on glossary 15 years ago
Yannick Warnier 2991b92efe Added TestManager include and creation of course to have the right context for the glossary 15 years ago
Yannick Warnier c7e4930c9f Testing - Fixed a series of tests 15 years ago
Yannick Warnier 676a688de6 Testing - Minor doc review 15 years ago
Yannick Warnier bccbc2f949 Testing - Added output buffering to export tests 15 years ago
Yannick Warnier f6a4b59c53 Testing - Fixed a series of tests 15 years ago
Yannick Warnier 30eb29a915 Minor - updated test case name 15 years ago
Yannick Warnier 0fe989aac0 Testing - Solved errors in courses tests 15 years ago
Yannick Warnier e6e63eb8f9 Testing - Solved errors in database tests 15 years ago
Ivan Tcholakov 73dd57a59d Feature #272 - TableSort class: Some minor optimizations. 15 years ago
christian1827 9620389815 merge 15 years ago
Ivan Tcholakov 18a568d139 Feature #272 - api_detect_encoding() has been reworked for successfull detection of "broken" UTF-8 texts as UTF-8. A test for this case has been added. 15 years ago
Ivan Tcholakov c67a7bc2bf Feature #272 - text.lib.php: Adding two new functions api_camel_case_to_underscore() and api_underscore_to_camel_case() and tests for them. 15 years ago
Ivan Tcholakov 862ef5923a Feature #272 - Correcting some tests for the internationalization library. 15 years ago
rrodriguez 668f5e74f7 Merge 15 years ago
Julio Montoya d831a332f2 Tests also were modified + the whoisonline.php 15 years ago
Ivan Tcholakov 54a9b942c2 Task #763 - All the replacements api_get_path('WEB_COURSE_PATH') --> api_get_path(WEB_COURSE_PATH) and other similar to them. 15 years ago
Ivan Tcholakov 464a70c541 Feature #272 - Revision of Display class. The deprecated metod Display::user_name() has been removed (use api_get_person_name() instead). 15 years ago
Ivan Tcholakov 5974516888 Feature #272 - Changes that lead loading the file sortabletable.class.php (and the tree of related files) only when it is necessary, on explicit statement require_once. Previously this file loaded on every page, which is waste of computing resource. 15 years ago
Guillaume Viguier 5c0d8923f8 Date and time management; tests - Chamilo - CT#696 15 years ago
Guillaume Viguier f4c7015a3a Date and time management; got rid of format_locale_date - Chamilo - CT#696 15 years ago
Ivan Tcholakov 7f763d4188 Feature #272 - A new function api_detect_encoding_html() has been added in the internationalization library. A test for this function has been created. 15 years ago
Ivan Tcholakov be6ef123fe Feature #272 - Minor corrections within a test. 15 years ago
Ivan Tcholakov 852059f441 Feature #272 - Minor corrections within a test. 15 years ago
Carlos Vargas 6434532b89 Improve test Notebook CT#191 15 years ago
Ivan Tcholakov f9172859b7 Feature #542 - Replacing the variable $_configuration['dokeos_version'] with $_configuration['system_version'] and other related changes. 15 years ago
Noel Dieschburg a5222167c0 Dummy changes 15 years ago
Ivan Tcholakov fa1a9b1003 Feature #272 - A minor change in a test for the internationalization library. 15 years ago
Ivan Tcholakov 0952e7d2c5 Feature #551 - A formal test for php-syntax checking ot the language files has been created. 15 years ago
Ivan Tcholakov 1b61d77f73 Feature #347 - A minor correction within a formal test - testApiChmod_R(). 15 years ago
ywarnier 858b089067 Extended coverage of testget_avg_student_progress() as example - still needs moving setUp/tearDown into individual test files 15 years ago
Ivan Tcholakov 0b86484fb3 Feature #347 - The strange, unused and undocumented constant REL_SYS_PATH inside the function api_get_path() has been removed. This is a partial fix for a problem reported by krikrizzz, see http://www.chamilo.org/en/node/190 15 years ago
Ivan Tcholakov 0dba37654b Feature #347 - Quality tests: Removing the parameters __FILE__ and __LINE__ in the Database::query() calls. 15 years ago
Arthur Portugal 4fefe8ff3c Added the file exercise_show_functions.lib.test.php CT#191 15 years ago
Carlos Vargas 1049cde836 Create glossary.lib test CT#191 15 years ago
Ivan Tcholakov 7ebd7781d6 Feature #272 - Updating the Database class testing unit. 15 years ago
Carlos Vargas 7cb2ffcd2e Improve tracking.lob.test.php, include classes: userlog, courselog and userlogcvs CT#191 15 years ago
Ricardo Rodriguez 998278728b Created new test functions and fixed some bug in the tests CT#191 15 years ago
Arthur Portugal 617e981258 MInor - changed bad assert (string), when is assert (bool) CT#191 15 years ago