Directory tests/

Directory Created:
2007-12-17 01:03
Directory Deleted:
2010-12-23 22:28
Total Files:
0
Deleted Files:
8
Lines of Code:
0

[root]/tests
        Folder removed from repo res (0 files, 0 lines)
            Folder removed from repo aaa (0 files, 0 lines)
                Folder removed from repo doc (0 files, 0 lines)
            Folder removed from repo bbb (0 files, 0 lines)
                Folder removed from repo doc (0 files, 0 lines)
            Folder removed from repo ccc (0 files, 0 lines)
                Folder removed from repo doc (0 files, 0 lines)
            Folder removed from repo ddd (0 files, 0 lines)
                Folder removed from repo doc (0 files, 0 lines)

Lines of Code

tests/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 44 (100.0%) 1111 (100.0%) 25.2
oliklee 32 (72.7%) 758 (68.2%) 23.6
ligaard 11 (25.0%) 338 (30.4%) 30.7
michael.klapper 1 (2.3%) 15 (1.4%) 15.0

Most Recent Commits

oliklee 2010-12-23 22:28 Rev.: 41480

phpunit #11676: Rename the tests/ directory to Tests/

0 lines of code changed in 8 files:

  • tests: databaseTest.php (del), database_testcase.php (del), database_testcase_dataset.xml (del), tx_phpunit_testTest.php (del), tx_phpunit_test_testcase.php (del), tx_phpunit_testsuite.php (del), tx_t3unit_testTest.php (del), tx_t3unit_test_testcase.php (del)
oliklee 2010-11-09 13:05 Rev.: 39969

[phpunit #5570] Reformat the code to conform to the CGL

8 lines of code changed in 1 file:

  • tests: databaseTest.php (+8 -8)
oliklee 2010-09-10 11:20 Rev.: 37937

[Bug 9678] Convert all files to UNIX line endings, no review

98 lines of code changed in 2 files:

  • tests: tx_phpunit_testTest.php (+59 -59), tx_t3unit_testTest.php (+39 -39)
oliklee 2010-04-12 21:52 Rev.: 32152

[phpunit - Bug #6922] Rename the test cases from *_testcase to *Test, no review

376 lines of code changed in 3 files:

  • tests: databaseTest.php (new 270), tx_phpunit_testTest.php (new 60), tx_t3unit_testTest.php (new 46)
oliklee 2010-02-18 12:46 Rev.: 30139

[phpunit - Bug #5569] Add and clean up the class documentation comments, no review

82 lines of code changed in 4 files:

  • tests: database_testcase.php (+32 -1), tx_phpunit_test_testcase.php (+17 -18), tx_phpunit_testsuite.php (+16 -17), tx_t3unit_test_testcase.php (+17 -18)
oliklee 2010-02-11 20:05 Rev.: 29942

Use tabs and spaces for indentation in the right places.

1 lines of code changed in 1 file:

  • tests: tx_phpunit_testsuite.php (+1 -1)
oliklee 2010-01-18 19:20 Rev.: 28996

[phpunit - Bug #5510] Make sure all phpunit tests actually run, r=axel

89 lines of code changed in 3 files:

  • tests: database_testcase.php (+87 -12), tx_phpunit_test_testcase.php (+1 -45), tx_t3unit_test_testcase.php (+1 -45)
oliklee 2010-01-06 18:39 Rev.: 28457

Fixed bug #5568: Change all tests to use the @test annotation, no review

94 lines of code changed in 4 files:

  • tests: database_testcase.php (+39 -16), tx_phpunit_test_testcase.php (+31 -11), tx_phpunit_testsuite.php (+2 -3), tx_t3unit_test_testcase.php (+22 -8)
oliklee 2010-01-05 17:13 Rev.: 28416

Update the copyrights to 2010, no review.

3 lines of code changed in 3 files:

  • tests: tx_phpunit_test_testcase.php (+1 -1), tx_phpunit_testsuite.php (+1 -1), tx_t3unit_test_testcase.php (+1 -1)
oliklee 2009-12-25 21:08 Rev.: 28030

[phpunit - Bug #5547] Delete unused variables, r=niels

3 lines of code changed in 1 file:

  • tests: database_testcase.php (+3 -3)
oliklee 2009-12-25 20:58 Rev.: 28029

[phpunit - Task #5546] Delete commented-out code, r=niels

4 lines of code changed in 2 files:

  • tests: tx_phpunit_test_testcase.php (-3), tx_t3unit_test_testcase.php (+4 -7)
michael.klapper 2009-05-18 11:34 Rev.: 20467

Add feature: #3269 Testlistener: Add support for "skipped" and "not implemented"

15 lines of code changed in 1 file:

  • tests: tx_phpunit_test_testcase.php (+15 -7)
ligaard 2008-04-02 18:22 Rev.: 8795

* Made all files follow the GT3 coding conventions (a derivative of Typo3 CGL, but not a subset).

26 lines of code changed in 2 files:

  • tests: tx_phpunit_test_testcase.php (+12 -14), tx_t3unit_test_testcase.php (+14 -16)
ligaard 2008-04-02 16:46 Rev.: 8793

+ Added NEWS file to end of 'About PHPUnit BE', to make it easier to access.
+ Added option 'alwaysSimulateFrontendEnvironment' which defaults to true, since that is backwards compatible.
+ Added method 'simulateFrontendEnvironment()' to tx_phpunit_testcase class. Call this method to load a (simple) simulation of the FE environment.
+ Added lib/ directory. Might be removed later, let's see...
+ Added testsuite testcase from Mikkel Ricky.

42 lines of code changed in 1 file:

  • tests: tx_phpunit_testsuite.php (new 42)
ligaard 2008-03-31 13:47 Rev.: 8748

Moved database tests to class tx_phpunit_database_testcase. Drop database before trying to create.

1 lines of code changed in 1 file:

  • tests: database_testcase.php (+1 -11)
ligaard 2008-03-24 00:08 Rev.: 8691

Initial steps to allow code coverage reporting.

Other things:
+ Previously there was a total timelimit of 30 seconds. Now the timelimit is per testcase; this is done by inserting a call to set_time_limit(30) in the testlistener.
+ Expanded 'About PHPUnit BE': Added links to bugs.typo3.org and phpunit on typo3xdev.sf.net. Added S?ren Soltveit to contributor list. Added test for XDebug extension (needed for code coverage).
- Removed variable addAttrib in SVN revision 8639. Solves issue #7011, http://bugs.typo3.org/view.php?id=7011
~ Upgraded PHPUnit from 3.2.15 to 3.2.16. Changelog: http://www.phpunit.de/wiki/ChangeLog32#PHPUnit3.2.1622-Mar-2008.
~ Use t3lib_div::trimExplode in various places, where it was appropriate.
~ ext_emconf.php: 'Namespace' variables better (in typo3confvars).

2 lines of code changed in 1 file:

  • tests: database_testcase.php (+2 -2)
ligaard 2008-03-18 11:24 Rev.: 8638

Version 3.2.3:
+ New helper functions in tx_phpunit_testcase: You can now use the Typo3 database from your tests. E.g. for creating new tables for your tests. Reminder: Never run tests in a production environment.
+ Tests for new helper functions added in class database_testcase. Note: You will need to manually install the four extensions named 'aaa', 'bbb', 'ccc' and 'ddd' (they can be found in tests/res/).
~ Upgraded PHPUnit from 3.2.6 to 3.2.15.
~ ext_emconf now states in description that the phpunit extension is based on PHPUnit 3.2 (instead of just PHPUnit 3).
* (Temporary) fix for issue #7631, http://bugs.typo3.org/view.php?id=7631#c19761, courtesy Mario Rimann.

175 lines of code changed in 4 files:

  • tests: database_testcase.php (new 151), database_testcase_dataset.xml (new 22), tx_phpunit_test_testcase.php (+1 -1), tx_t3unit_test_testcase.php (+1 -1)
ligaard 2007-12-17 01:03 Rev.: 7588

Initial upload of phpunit extension. (this is version 3.2.0).

92 lines of code changed in 2 files:

  • tests: tx_phpunit_test_testcase.php (new 39), tx_t3unit_test_testcase.php (new 53)
Generated by StatSVN 0.5.0