Commit Graph

29 Commits

Author SHA1 Message Date
Paul Klimov
d1ebfa41ab Code intending at "CHtmlTest" has been changed from spaces to tabs. 2013-03-06 11:35:16 +02:00
Paul Klimov
1210dcbe42 "CHtml::script()" and "CHtml::scriptFile()" have been updated allowing to compose HTML options. 2013-03-06 11:32:13 +02:00
resurtm
3f3f520917 Added NULL check into CHtml::value(), $attribute. 2012-12-23 14:12:49 +06:00
resurtm
694dcb885c Second parameter of the CHtml::value() doesn't support functions created by "create_function" anymore. 2012-12-21 21:19:26 +06:00
resurtm
fd5672978e Fixes CHtml::value() bug. 2012-12-21 17:04:09 +06:00
resurtm
80ba017193 Additional unit test for dot syntax access. 2012-12-19 20:57:47 +06:00
resurtm
a6d98dc7ed #1861: PHP 5.2 testing issues and forgot about create_function. 2012-12-19 20:12:42 +06:00
resurtm
321e812e24 Fixes #1861. CHtml::value() didn't worked properly with array-typed $model parameter and integer-typed $attribute parameter. 2012-12-19 19:37:39 +06:00
Maurizio Domba (mdlap)
57227293e8 Fixing tests for PR #1502 (issue #1492) 2012-11-14 19:18:04 +01:00
DaSourcerer
642de21873 Replaced assertEquals(null, ...) with assertNull(...) 2012-08-13 18:52:34 +02:00
Alexander Makarov
14a33f0153 #1109: Fixed "js:" encoding BC-break in CHtml::ajax() and related methods introduced in 1.1.11, added tests 2012-08-06 22:57:45 +04:00
resurtm
02ccba9e49 Possible fix of CHtml's tests failings. 2012-07-04 22:23:08 +06:00
resurtm
fcde793910 Added tests for CHtml::resolveName(). 2012-06-24 17:12:10 +06:00
resurtm
cb575ea874 Merge branch 'master' of git://github.com/yiisoft/yii into more-chtml-tests
Conflicts:
	CHANGELOG
	tests/framework/web/helpers/CHtmlTest.php
2012-06-24 16:34:54 +06:00
Alexander Makarov
ee36805900 fixed CHtml test (line-separators difference) 2012-06-22 11:46:34 +04:00
resurtm
f2a845802d Added unit tests for CHtml::button(), CHtml::htmlButton(), CHtml::submitButton(), CHtml::resetButton() and CHtml::linkButton(). 2012-06-21 20:35:23 +06:00
resurtm
9b8f7737f7 Added unit test for CHtml::activeUrlField(). 2012-06-20 22:45:56 +06:00
resurtm
6cd7a3ecb5 Merge branch 'master' of git://github.com/yiisoft/yii into more-chtml-tests
Conflicts:
	CHANGELOG
2012-06-20 22:09:50 +06:00
resurtm
6bacceaf40 Unit tests for CHtml::activeLabel(), CHtml::activeLabelEx() and CHtml::activeTextField(). 2012-05-28 23:01:48 +06:00
resurtm
89445cb474 Unit tests for CHtml::statefulForm(), CHtml::mailto(), CHtml::image(). 2012-05-27 12:17:54 +06:00
resurtm
8a29076396 Providers should be static. Added CHtmlTestCase::tearDown() and CHtmlTestCase::setUp() for cleaning CClientScript global app component. 2012-05-27 11:48:37 +06:00
resurtm
066940755a Unit tests for CHtml::pageStateField(), CHtml::encode(), CHtml::decode() and CHtml::refresh(). 2012-05-27 11:39:04 +06:00
resurtm
ea18ccb92b Full unit tests for CHtml::resolveValue(). 2012-05-27 01:24:20 +06:00
resurtm
81bce10769 Added unit tests for CHtml::resolveValue(). 2012-05-26 13:09:12 +06:00
resurtm
ab469d4ed0 Added unit tests for CHtml::activeId(), CHtml::activeName() and CHtml::getIdByName(). 2012-05-26 12:09:06 +06:00
resurtm
0df5b56352 Added unit tests for CHtml::linkTag(), CHtml::css(), CHtml::cssFile(), CHtml::endForm(), CHtml::scriptFile(), CHtml::script(). 2012-05-26 11:51:36 +06:00
resurtm
a3ab21bc3c CHtml::metaTag test. 2012-05-25 22:55:23 +06:00
resurtm
e007d8e870 Added tests for CHtml::cdata, CHtml::openTag, CHtml::closeTag. 2012-05-19 15:21:29 +06:00
Steven Wexler
d2e5d7088e Added some testing coverage for CHtml 2012-03-11 09:56:35 -04:00