[root]/tests
simpletest
(46 files, 21625 lines)
docs
(0 files, 0 lines)
en
(13 files, 6081 lines)
extensions
(10 files, 1621 lines)
coverage
(8 files, 704 lines)
bin
(3 files, 77 lines)
templates
(2 files, 166 lines)
test
(7 files, 399 lines)
sample
(1 files, 4 lines)
css
(1 files, 78 lines)
dom_tester
(1 files, 311 lines)
test
(2 files, 248 lines)
support
(2 files, 83 lines)
img
(1 files, 21 lines)
js
(2 files, 617 lines)
tests
(1 files, 34 lines)
selenium
(1 files, 131 lines)
test
(1 files, 36 lines)
testdox
(1 files, 107 lines)
treemap_reporter
(2 files, 392 lines)
test
(1 files, 69 lines)
test
(50 files, 11789 lines)
site
(42 files, 765 lines)
base_tag
(7 files, 102 lines)
front_controller_style
(3 files, 130 lines)
path
(3 files, 95 lines)
protected
(7 files, 101 lines)
support
(9 files, 59 lines)
collector
(2 files, 0 lines)
visual
(1 files, 85 lines)
unittests
(0 files, 0 lines)
core
(8 files, 1302 lines)
autoloader
(1 files, 266 lines)
fixtures
(3 files, 15 lines)
Clansuite
(1 files, 7 lines)
notloaded
(1 files, 6 lines)
bootstrap
(0 files, 0 lines)
cache
(1 files, 43 lines)
fixtures
(0 files, 0 lines)
feed
(1 files, 219 lines)
viewhelper
(0 files, 0 lines)
form
(1 files, 880 lines)
validators
(13 files, 925 lines)
simpletest
(2 files, 131 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 77 (100.0%) | 1279 (100.0%) | 16.6 |
| vain | 76 (98.7%) | 1279 (100.0%) | 16.8 |
| xsign | 1 (1.3%) | 0 (0.0%) | 0.0 |
- fixing error Class 'Koch\Localization\UTF8' not found
2 lines of code changed in 1 file:
- fixed path to application dir
1 lines of code changed in 1 file:
- unit test fixes for forms
4 lines of code changed in 1 file:
- dropped obsolete autoloading method tryPathsAndMap(), functionally replaced by PSR-0 loading
- dropped unittests accordingly
1 lines of code changed in 1 file:
- updated unittest bootstrap with new paths for the test subject
14 lines of code changed in 1 file:
- renamed CODECOVERAGE constant to PERFORM_CODECOVERAGE
- added constant PERFORM_WEBTESTS
- added check if testfile is a webtest: isWebTestFile()
- added webtests are excluded from the TestSuite, if PERFORM_WEBTESTS is disabled
22 lines of code changed in 4 files:
- turned CodeCoverage functions into static class Clansuite_CodeCoverage
78 lines of code changed in 2 files:
- turned cc off
- added web_tester
- added basic a webtest
2 lines of code changed in 2 files:
- moving Code Coverage into own file
150 lines of code changed in 3 files:
- added paintError() which overloads the SimpleTests HtmlReporter::paintError method
- its basically the same, but with added line-breaks and a pre tag to enhance the display of stacktraces
26 lines of code changed in 2 files:
- fixes for router buildURL() + unittest
- improved function array_unequal_combine()
1 lines of code changed in 1 file:
- prevent redeclaration in environments where gettext is loaded
5 lines of code changed in 1 file:
- added fake gettext method to stop tests from failing, when gettext extension not loaded
- deactivated "cs_" exclusion test
10 lines of code changed in 1 file:
- added debug utils to test bootstrap
- added tests for decorator attributes on the form class
5 lines of code changed in 1 file:
- test errors keep messing up my logs, log_errors false
- removed the zend server crap
2 lines of code changed in 1 file:
- fixed "No runnable test cases in runAlltests" error by adding simpletest autorun
5 lines of code changed in 2 files:
- exclude fixture dirs from the testsuite & testrunner
12 lines of code changed in 2 files:
- initialize_ConstantsAndPaths is now define_ConstantsAndPaths
1 lines of code changed in 1 file:
- added utf8/mbstring wrapper fallback to unittests
1 lines of code changed in 1 file:
- changing visibility of Clansuite_Application::initialize_Loader() to public, to use it in the unittest bootstrap process
1 lines of code changed in 1 file:
- updated to unittest suite to latest changes in core (bootstrap method renamed, autoloader moved)
16 lines of code changed in 3 files:
- Clansuite and Testsuite require PHP Version 5.3.2
10 lines of code changed in 1 file:
- added assertXPath()
81 lines of code changed in 1 file:
- recommit for jenkins: because of strange segmentation fault? maybe ascii probs
2 lines of code changed in 2 files:
- fixed display of failing unit tests (the fail message was doubled before)
7 lines of code changed in 1 file:
- added new assertContainsString to test if a string-subject contains a certain string via strpos
- this is faster than using assertPattern(), so consider using this now
98 lines of code changed in 1 file:
- added method markTestSkipped() and comments
19 lines of code changed in 1 file:
- moved markTestIncomplete to unittester.php
- Clansuite_UnitTestCase extends Simpletest's UnitTestCase now
13 lines of code changed in 2 files:
- added constant CODECOVERAGE for enabling, disabling CC
49 lines of code changed in 1 file:
- updated bootstrap
13 lines of code changed in 1 file:
- activated cc
6 lines of code changed in 1 file:
- ROOT_CORE not initialized, when running tests via CLI (still broken, testing)
0 lines of code changed in 1 file:
- paths
5 lines of code changed in 1 file:
- fix for simpletest task
2 lines of code changed in 1 file:
- xml output path corrected
5 lines of code changed in 2 files:
- junit fixes
- usage of WWW_ROOT instead of hardcoded path expectation
3 lines of code changed in 2 files:
- several modifications to form handler
- added unit test for form.core.php
5 lines of code changed in 1 file:
- cleanup for Clansuite_Breadcrumbs + added Breadcrumb_Test
4 lines of code changed in 1 file:
- testsuite update
- added pass/fail reporting with dots, messages, classnames)
- adjusted paths in bootstrap and tests
242 lines of code changed in 4 files:
- bugfix: $this->files was reset during recursion
1 lines of code changed in 1 file:
(12 more)