Commit Graph

201 Commits

Author SHA1 Message Date
Rusinov Maxim
d712605a71 Added and resolved Sqlite tests #15. 2013-05-09 23:12:18 +06:00
Antonio Ramirez
18f23ff143 Merge branch 'master' of git://github.com/yiisoft/yii2 into 196-add-popvalue-method
* 'master' of git://github.com/yiisoft/yii2:
  Updated framework paths in composer.json
  Moved "framework" to "iii".
  Fixed Yii::importNamespaces() bug.
  Fixes issue #174: make URL parameters available in $_GET.
  refactoring.
  Removed static variable from autoload per qiangxue's suggestion
  Renamed yii.php -> Yii.php for class, filename consitency
  created StringHelper::basename()
  Fixed YiiBaseTest echo
  Check if trait was loaded
2013-05-09 18:26:16 +02:00
Antonio Ramirez
5da62fab3a #196 refactored method name 2013-05-09 18:23:10 +02:00
Qiang Xue
0d814fa523 Moved "framework" to "iii". 2013-05-09 12:00:15 -04:00
Carsten Brandt
2387e59c4e Renamed yii.php -> Yii.php for class, filename consitency
See https://github.com/yiisoft/yii2/issues/123#issuecomment-17657374
Issue #123
2013-05-09 13:31:43 +02:00
Carsten Brandt
776162b05e created StringHelper::basename()
In contrast to php function basename() It that always uses \ and /
as directory separator.
It is needed for use on Classnames that contain namespaces.
Fixes #192
2013-05-09 13:16:40 +02:00
Carsten Brandt
849740e6cc Fixed YiiBaseTest echo
it echoed Yii version which is not necessary
2013-05-09 13:16:40 +02:00
Antonio Ramirez
e2a57e4b88 Enhance ArrayHelper with popValue method 2013-05-09 12:42:50 +02:00
Alexander Kochetov
ca9194a365 Code style fixes 2013-05-07 20:17:35 +04:00
Qiang Xue
dd5969147d move JsExpression to web. 2013-05-07 07:39:24 -04:00
Qiang Xue
034d88e5e4 Fixes issue #134 2013-05-06 08:04:35 -04:00
Zander Baldwin
4be9e195c2 Add Newlines
Appended newlines to every PHP document that did not have a newline as the last character in the file.
2013-05-05 17:04:55 +01:00
Rinat Silnov
802c0c94a8 Check apc.enable_cli for ApcTestCase unit tests 2013-05-05 19:18:04 +04:00
Qiang Xue
6e779e02d6 Fixed issue #7: ArrayHelper::multisort is not compatible with PHP 5.3 2013-05-04 21:24:00 -04:00
Rinat Silnov
1a317ebe31 Fixed VarDumper::dump for objects
Otherwise it throws an exception that "Object of class ClassName
could not be converted to string"
2013-05-04 23:54:59 +04:00
Taufan Aditya
51de757140 Use travis as user instead root within DSN 2013-05-05 00:10:17 +07:00
Taufan Aditya
985f076b2d Testsuite config 2013-05-04 21:47:01 +07:00
Qiang Xue
53a7b82672 Renamed JsonExpression to JsExpression. 2013-05-01 14:46:24 -04:00
Qiang Xue
5fd27b7cbb Added Json and JsonExpression. 2013-05-01 14:18:23 -04:00
Qiang Xue
a4b7d493b0 Removed the $value parameter from radio and checkbox. 2013-04-27 22:03:14 -04:00
Qiang Xue
399a53cfc4 activeform wip 2013-04-27 16:51:05 -04:00
Alexander Makarov
09dbaeb700 more assertions for cache test 2013-04-23 15:00:41 +04:00
Alexander Makarov
08be696434 fixed Html test under Windows (line endings) 2013-04-23 14:32:54 +04:00
Alexander Makarov
a9215ceddd create a webapp in test bootstrap 2013-04-23 14:11:55 +04:00
Alexander Makarov
173706f516 updated expected exception message 2013-04-23 14:11:40 +04:00
Qiang Xue
7599d7860c refactored getAlias and setAlias. 2013-04-11 22:55:31 -04:00
Qiang Xue
122bd231b4 modified Application constructor signature. 2013-04-09 22:43:04 -04:00
Qiang Xue
a421f9f1ab refactored component event. 2013-04-05 19:29:10 -04:00
Qiang Xue
597082a11a Automatic table and column name quoting. 2013-03-30 18:28:54 -04:00
Alexander Makarov
9da81894be moved helper test from util namespace to helpers namespace, added tests for StringHelper 2013-03-29 18:23:50 +04:00
Carsten Brandt
4d59587320 fixed constructor overriding in test classes
now use setUp() instead
2013-03-29 01:10:03 +01:00
Alexander Makarov
9923888637 More Model tests 2013-03-29 03:22:50 +04:00
Alexander Makarov
a72d2f536a Some tests for Model 2013-03-29 02:50:36 +04:00
Qiang Xue
1fbf81be57 User WIP. 2013-03-28 17:43:27 -04:00
Qiang Xue
74d4e04d95 line ending fix. 2013-03-27 17:37:45 -04:00
Qiang Xue
e1acc64b2b refactoring cache and db references. 2013-03-27 17:09:18 -04:00
Qiang Xue
c03a3ff858 Finishes flash feature. 2013-03-27 11:39:05 -04:00
Qiang Xue
884977a724 renamed util to helpers. 2013-03-23 15:32:26 -04:00
Qiang Xue
9a4f4f85d2 wip 2013-03-18 08:42:12 -04:00
Qiang Xue
3b610926f4 Added web test folders. 2013-03-16 10:21:15 -04:00
Qiang Xue
5227d2db7d refactoring. 2013-03-13 16:46:52 -04:00
Qiang Xue
2422a134f0 Refactored Html. 2013-03-13 16:21:13 -04:00
Qiang Xue
a5ababe4c6 Finished HtmlTest. 2013-03-11 15:03:00 -04:00
Qiang Xue
03e212bcf6 Added HtmlTest. 2013-03-11 11:41:46 -04:00
Qiang Xue
06feccff8b refactored query builder.
finished Sort.
2013-03-06 10:51:33 -05:00
Qiang Xue
4fdaab3560 updated file header. 2013-03-04 08:03:46 -05:00
Qiang Xue
f68bed0ccb fixed exception. 2013-03-03 10:19:22 -05:00
Qiang Xue
a095d383e2 refactored url management. 2013-02-27 11:19:24 -05:00
Alexander Makarov
3bb73e54f9 more tests 2013-02-25 03:20:55 +04:00
Alexander Makarov
aa3d92f715 more tests for Vector 2013-02-25 02:54:31 +04:00