This website requires JavaScript.
Explore
Help
Register
Sign In
php
/
yii2
Watch
1
Star
0
Fork
0
You've already forked yii2
mirror of
https://github.com/yiisoft/yii2.git
synced
2025-11-20 00:20:44 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ac2434a00453732f833712cf9bea9dd900a27e88
yii2
/
tests
/
unit
History
Florian Fackler
a3724aa4d1
Fixed bug which prevented a field query as described in the example:
...
``` $result = Article::find()->query(["field" => ["title" => "yii"]])->all(); ````
2014-02-05 11:49:33 +01:00
..
data
Extension "mongo" renamed into "mongodb"
2013-12-06 17:35:32 +02:00
extensions
Fixed bug which prevented a field query as described in the example:
2014-02-05 11:49:33 +01:00
framework
Fixes
#1497
(wrong file rendered if language != sourceLanguage)
2013-12-12 22:55:10 +01:00
runtime
Travis-ci and phpunit config for coveralls
2013-07-29 13:17:57 +02:00
.gitignore
added tests for cache
2013-02-07 23:48:55 +04:00
bootstrap.php
Merge branch 'master' into elasticsearch
2013-11-22 20:19:49 +01:00
TestCase.php
Changed usage of self to static to allow extendibility
2013-11-20 18:36:05 +01:00
VendorTestCase.php
Fixed test break using file transport.
2013-11-28 09:22:08 -05:00