gevik
b6d5a9002b
Removed the config setting that should not have been commited.
12 years ago
Qiang Xue
b455f2c97a
Fixed test break.
12 years ago
Gevik Babakhani
0fd390cac5
Replaces spaces with tabs.
12 years ago
Qiang Xue
0a9fffba8f
fixed test break.
12 years ago
Klimov Paul
ec8fecb8b0
Check output bundle file format has been added to "AssetControllerTest::testActionCompress()" unit test.
12 years ago
Carsten Brandt
e94cc6bb9e
unit test for UrlManager RESTful routing syntax
...
removed test param 'appClass' as it does not make sense to configure
application class for all tests, some explicitly need webapp where
some might explicitly need console app.
12 years ago
Carsten Brandt
af68ee9d27
Sqlite unit test for abstract db types
12 years ago
Carsten Brandt
c28b0183a5
whitespace
12 years ago
Carsten Brandt
5c56c0fc02
Better flexibility for abstract db types
...
Feature was requested in yiisoft/yii#765
12 years ago
Gevik Babakhani
18218c4132
Removed unused columns.
12 years ago
Qiang Xue
800b3dbed0
Fixed build break.
12 years ago
Gevik Babakhani
97270a389a
Savepoint, implementing fkeys.
12 years ago
Gevik Babakhani
103621ad05
Savepoint: WIP implementing columns
12 years ago
Carsten Brandt
09e4229e16
[WIP] RESTful routing syntax for UrlManager
...
issue #303
Here is the proposal for RESTful routing syntax:
https://gist.github.com/cebe/5674918
12 years ago
Gevik Babakhani
4602b575ad
Save point: WIP implementing db schema functionality.
12 years ago
Carsten Brandt
8b6447876a
refactored numberformatting in base\Formatter
...
added decimalSeparator and thousandSeparator properties.
issue #48
12 years ago
Qiang Xue
33dbe8fb43
Removed breaking tests.
12 years ago
Qiang Xue
6aba9ede8b
Removed breaking test.
12 years ago
Qiang Xue
9a97037012
Finished Formatter.
12 years ago
Gevik Babakhani
c30eae62d2
Added initial unit testing files for the pgsql driver.
12 years ago
Qiang Xue
000fdc3de0
formatter WIP.
12 years ago
Qiang Xue
f5d0bcbcfc
Refactored cache key generation.
12 years ago
Klimov Paul
f65d1398a5
Added skipping for absolute URLs at "AssetController::adjustCssUrl()".
12 years ago
Klimov Paul
b6ec6085fe
Method "AssetController::adjustCssUrl()" has been complete.
12 years ago
Klimov Paul
265a6f1c39
Relative path composing at "AssetController::adjustCssUrl()" has been complete.
12 years ago
Klimov Paul
ce6b73c88a
Method "AssetController::adjustCssUrl()" has been created as blank
12 years ago
Carsten Brandt
89ea3fef03
Next iteration on console commands
...
issue #33
- implemted getScreenSize for linux systems
- tiny adjustments and better naming for console color methods
- color switch in base Controller changed to magic property
- colorized Help command
12 years ago
Alexander Makarov
7cd9123c3b
Tests cleanup
...
- Better names
- Removed not used MySQLTestCase
- Moved base testcase for DB to db namespace
- Minor style fixes
12 years ago
resurtm
8e1079cd04
MSSQL more tests.
12 years ago
Qiang Xue
c4595b8b5d
Fixes issue #337 : support strict parsing for URL manager.
12 years ago
Qiang Xue
291f3b35d0
Refactored Inflector.
12 years ago
resurtm
2430ebe95d
MSSQL AR tests.
12 years ago
resurtm
90395b5df2
Refinements to MSSQL driver classes.
12 years ago
Antonio Ramirez
dc8dbdc64a
fixed tests
12 years ago
Antonio Ramirez
05523640f2
fixed pluralize + singularize rules for tests
12 years ago
Antonio Ramirez
7b98b42418
added inflection methods from StringHelper + some comment fixes
12 years ago
Antonio Ramirez
641e6ee7cf
ported inflection methods from StringHelper to Inflector helper class
12 years ago
Qiang Xue
72769ff348
Fixed breaking test.
12 years ago
Qiang Xue
0744413819
Fixed iii include path.
12 years ago
Antonio Ramirez
f9222a083a
fix failing test
12 years ago
Antonio Ramirez
3575b99650
finished all tests
12 years ago
Antonio Ramirez
82a6281c65
added tests
12 years ago
Klimov Paul
4695362ae2
Unit test for "yii\console\controllers\AssetController" has been adjusted.
12 years ago
Klimov Paul
9f66abc984
"yii\console\controllers\AssetController" has been updated:
...
- assetManager has been converted into virtual property
- bundle dependency load has been fixed
12 years ago
Klimov Paul
d4b896f65c
"ManagerTestBase::testExecuteBizRule()" has been fixed to not produce side effects on other tests.
12 years ago
Carsten Brandt
285a45520c
fixed auth manager unit test to not expect generic exception
...
This is not allowed by phpunit as a test may not fail anymore
12 years ago
Qiang Xue
9e948ccd43
Added UrlRule::host.
12 years ago
Qiang Xue
b6fffeb0e4
Removed trailing slash in created URLs.
12 years ago
Qiang Xue
e6b52b8523
Fixes issue #268 : added support for subdomain matching of URL rules.
12 years ago
Klimov Paul
d3beeb7ddc
Usage of "yii\console\controllers\AssetController::actionCompress()" has been clarified.
12 years ago