[ Index ] |
|
Code source de PHPonTrax 2.6.6-svn |
[Code source] [Imprimer] [Statistiques]
Regression test for the {@link Inflector} class (PHP 5)
Author: | Walt Haas <haas@xmission.com> |
Copyright: | (c) Walter O. Haas 2006 |
License: | http://opensource.org/licenses/gpl-license.php GNU Public License |
Version: | $Id: InflectorTest.php 199 2006-05-05 01:52:43Z haas $ |
Poids: | 154 lignes (5 kb) |
Inclus ou requis: | 0 fois |
Référencé: | 0 fois |
Nécessite: | 1 fichier test/testenv.php |
InflectorTest:: (11 méthodes):
main()
setUp()
tearDown()
testPluralize()
testSingularize()
testCamelize()
testUnderscore()
testHumanize()
testTableize()
testClassify()
testForeign_key()
Classe: InflectorTest - X-Ref
Test class for Inflector.main() X-Ref |
Runs the test methods of this class. |
setUp() X-Ref |
Sets up the fixture, for example, open a network connection. This method is called before a test is executed. |
tearDown() X-Ref |
Tears down the fixture, for example, close a network connection. This method is called after a test is executed. |
testPluralize() X-Ref |
Test {@link Inflector::pluralize()} |
testSingularize() X-Ref |
Test {@link Inflector::singularize()} |
testCamelize() X-Ref |
Test {@link Inflector::camelize()} |
testUnderscore() X-Ref |
Test {@link Inflector::underscore()} |
testHumanize() X-Ref |
Test {@link Inflector::humanize()} |
testTableize() X-Ref |
Test {@link Inflector::tableize()} |
testClassify() X-Ref |
Test {@link Inflector::classify()} |
testForeign_key() X-Ref |
Test {@link Inflector::foreign_key()} |
Généré le : Sun Feb 25 20:04:38 2007 | par Balluche grâce à PHPXref 0.7 |