Statistics
| Revision:

Repository (Subversion)

You can find the Subversion repository at https://svn.typo3.org/FLOW3/Packages/Testing/

Name Size Revision Age Author Comment
  branches 459 205 days k-fish Subversion reorganisation, part 1: * Added tru...
  tags 459 205 days k-fish Subversion reorganisation, part 1: * Added tru...
  trunk 1148 5 days k-fish PhoneBookTutorial, Testing, TYPO3CR, Widget: Re...

Latest revisions

# Date Author Comment
1148 2008-08-22 13:15 k-fish

PhoneBookTutorial, Testing, TYPO3CR, Widget: Removed @required annotations; autowired setter injectors are now required by default in FLOW3, see r1145, relates to #1209.

1109 2008-08-08 20:33 k-fish

Testing: Moved the used images into the public resources folder and adjusted the HTML output to fit the new paths. Fixes #838.

1089 2008-08-06 20:30 robert
  • FLOW3: (Session) Further clean up of the PHP session
  • Testing: Adapted the test runner which now makes sure than no second session is started while creating the sandbox instance of FLOW3.
1086 2008-08-06 16:54 k-fish FLOW3, PHP6, Testing:
  • removed some require_once() calls no longer needed
  • changed some require_once() calls to require()
1070 2008-08-04 14:40 robert
  • FLOW3: (MVC) Renamed the Default Controller. Addresses #474
  • FLOW3: (MVC) Implemented the dispatch loop: The request object now contains a flag which tells if the dispatcher needs to dispatch the request again because it contains new information about the responsible controller.
  • FLOW3: (MVC) The Request object now works differently in terms of specifying the controller: Instead of passing the controller component name, it is now specified by setting the package key and controller name. Addresses #474
  • FLOW3: (MVC) Implemented support for forwarding requests (see Request Handling Controller). Resolves #88 and resolves #215.
  • FLOW3: (MVC) Removed the locking feature from the Request object - otherwise forwarding would not be possible.
  • FLOW3: (MVC) Refactored mmost of the controller-related tests and fixtures.
  • FLOW3: Adapted the standard routes
  • FLOW3 + TYPO3: Updated the Package Meta information
1047 2008-07-22 11:46 robert

!!! Important global change !!!

Extracted the getComponent() method from the Component Manager into its own class, the Component Factory. From now on, use the factory if you only need the getComponent() functionality and use the manager if you need the more advanced functions.

1016 2008-07-16 11:45 k-fish

Testing: Fixed path to the red progress indicator used in the web testrunner.

1008 2008-07-15 16:47 k-fish

Testing: Selecting a testcase class name now works again (for real).

1007 2008-07-15 12:41 k-fish Testing:
  • Code coverage reports work again in the web test runner
  • Code coverage can be produced with the CLI test runner (Clover format)
1006 2008-07-14 22:45 k-fish

Testing: Selecting a testcase class name now works again in the web-based test runner and has been added to the CLI variant as well.

View revisions