[root]/tests/unittests/core
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)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| vain | 55 (100.0%) | 2456 (100.0%) | 44.6 |
- fixing tracrpc unittest
3 lines of code changed in 1 file:
- namespace updates and configuration filename fixes for config staging and unit test
9 lines of code changed in 1 file:
- namespace update
6 lines of code changed in 1 file:
- fixed router testes: underscore to namespace separator on class names
11 lines of code changed in 1 file:
- fixed test => initBreadcrumbs to initialize
9 lines of code changed in 1 file:
- unittest updates
47 lines of code changed in 6 files:
- removed .core from filenames
29 lines of code changed in 6 files:
- removed core from test filenames
1019 lines of code changed in 10 files:
- reworked some parts of the routing and added comments
- added some methods, like reset(), which were needed for testing
- added lots..err..shitloads of functional tests the routing
- REST routes are working, except: the detection of (:id) uri segments
480 lines of code changed in 1 file:
- added tests for HttpRequest Type "getters"
63 lines of code changed in 1 file:
- added tests for milestone_GetAll(), milestone_GetOne() and milestone_GetOne_GetDatetime()
97 lines of code changed in 1 file:
- fixed some minor glitches in tracrpc
- added is_array comparison to stop trying a foreach on a string
- added basic authenticated and unauthenticated connection tests
74 lines of code changed in 1 file:
- added skeleton test for httpresponse
34 lines of code changed in 1 file:
- fixed typo on breadcrumb test
- fixed feed test by applying correct classname
3 lines of code changed in 2 files:
- fixes for router buildURL() + unittest
- improved function array_unequal_combine()
5 lines of code changed in 1 file:
- added ids on off to constructor of httprequest
- added unittest class for router.. WIP fixing: buildURL()
108 lines of code changed in 1 file:
- fixed "No runnable test cases in runAlltests" error by adding simpletest autorun
1 lines of code changed in 1 file:
- fixed testMethod_fetchRawRSS_withCaching()
1 lines of code changed in 2 files:
- added data fixture for feed
- fixed feed unittest (error, while retrieving online feed)
11 lines of code changed in 1 file:
- removed autoruns from unittests, they run as package or per dir
- commented class_exists in autloader
37 lines of code changed in 4 files:
- update for feed unittest, because autoloader moved
1 lines of code changed in 1 file:
- added unittest for staging.core.php
1 lines of code changed in 1 file:
- added teardown() to clean the crap up
10 lines of code changed in 1 file:
- cleanup and unittests for feed.core.php
63 lines of code changed in 1 file:
- moved markTestIncomplete to unittester.php
- Clansuite_UnitTestCase extends Simpletest's UnitTestCase now
4 lines of code changed in 2 files:
- prefixed unittest classes with "Clansuite_"
2 lines of code changed in 2 files:
- cleanup for Clansuite_Breadcrumbs + added Breadcrumb_Test
256 lines of code changed in 1 file:
- testsuite update
- added pass/fail reporting with dots, messages, classnames)
- adjusted paths in bootstrap and tests
13 lines of code changed in 1 file:
- bugfix for generate_salt() (inconsistent length) and build_salted_hash() (static calls)
- added unittests/core/security.core.php
59 lines of code changed in 1 file: