Development

Changeset 6618

You must first sign up to be able to contribute.

Changeset 6618

Show
Ignore:
Timestamp:
12/20/07 16:48:51 (1 year ago)
Author:
fabien
Message:

fixed typo (closes #2643)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • doc/branches/1.0/book/15-Unit-and-Functional-Testing.txt

    r6118 r6618  
    1313Automated tests can sometimes replace developer documentation since they can clearly illustrate what an application is supposed to do. A good test suite shows what output should be expected for a set of test inputs, and that is a good way to explain the purpose of a method. 
    1414 
    15 The symfony framework applies this principle to itself. The internals of the framework are validated by automated tests. These unit and functional tests are not bundled with the standard symfony distribution, but you can check them out from the SVN repository or browse them online at [http://trac.symfony-project.com/browser/trunk/test](http://trac.symfony-project.org/browser/trunk/test). 
     15The symfony framework applies this principle to itself. The internals of the framework are validated by automated tests. These unit and functional tests are not bundled with the standard symfony distribution, but you can check them out from the SVN repository or browse them online at [http://trac.symfony-project.com/browser/trunk/test](http://trac.symfony-project.com/browser/trunk/test). 
    1616 
    1717### Unit and Functional Tests