62 Commits (d0bf3cfeb4813cefbaa2e3ac0b6cbf0cbfa931c0)

Author SHA1 Message Date
Alexander Makarov fb23b0d0ea
Code style fixes 7 years ago
SilverFire - Dmitry Naumenko dbe7f7cac0
Disabled slow test on Travis 7 years ago
Marko Kruljac 22d453faac Fixes #14134: Fixed multiple `validateAttribute()` calls when `scenarios()` returns duplicate attributes 7 years ago
Alexander Makarov b27b34df84
Removed yii\base\Object import 7 years ago
Sam 04281cba8c Fixes #14793: Module `->get()` and `->has()` methods now check parent modules and fall back to application if nothing found 7 years ago
Klimov Paul a4bd0edeaa unit test for `yii\base\Widget` added 7 years ago
Paul Klimov d68789a195 Fixes #13779, fixes #5786 7 years ago
Sam 4081a4b203 Fixes #14184: Module service locator now falls back to its parent module service locator in case component isn't found 7 years ago
Robert Korulczyk 5a8c3d537b Enable `phpdoc_summary` rule in php-cs-fixer config (#14675) 7 years ago
Robert Korulczyk 1501c659ac Add empty lines before return statements. (#14682) [skip ci] 7 years ago
Robert Korulczyk 0c0942d6e2 Enable `phpdoc_add_missing_param_annotation` rule in php-cs-fixer config. (#14681) [skip ci] 7 years ago
Robert Korulczyk b99e955627 Fix CS (#14665) 7 years ago
Carsten Brandt 393fc2744a Added yii\base\Object for backwards compatibility 7 years ago
Carsten Brandt 69673c0c94 Rename Object -> BaseObject for PHP 7.2 compatibility 7 years ago
Alexander Makarov 000192522b
Fixes #14482: fixed tests incompatibility with PHP 5.4 7 years ago
Boudewijn Vahrmeijer 03d53b785d Fixes #14449: Fix PHP 7.2 compatibility bugs and add explicit closure support in `yii\base\Application` 7 years ago
Robert Korulczyk 12eb936083 Enable `heredoc_to_nowdoc` rule in php-cs-fixer (#14419) 7 years ago
Robert Korulczyk ba0ab403b5 Added php-cs-fixer coding standards validation to Travis CI (#14100) 7 years ago
vladis84 f6b54e1ac8
Fixes #14089: Added tests for `yii\base\Theme` 7 years ago
Paul Klimov 0beb59305c Fixes #13058: Fixed caught exception thrown during view file rendering produces wrong output 7 years ago
Robert Korulczyk 31e321b9b2 Remove unused imports. (#14096) 8 years ago
Klimov Paul 928a30588d memory usage at unit test reduced 8 years ago
Klimov Paul 80ca12872e garbage collection added to unit tests 8 years ago
Klimov Paul dee88787fc compatibility with PHPUnit 6.x added 8 years ago
Carsten Brandt 5faa0032cb
added more assertations for security masking tests 8 years ago
Sam Mousa 8ae207c3a1
Fixes #13837: Refactored masking of CSRF tokens 8 years ago
Alexander Makarov 3f8e8a89eb Used more specific unit test assertions in framework tests 8 years ago
gagatust 6397791513 Fixed whitespaces to match code style [skip ci] 8 years ago
Dmitry Klyukin ecd2dc0d1b Model loadMultiple test (#13585) 8 years ago
Carsten Brandt 25b78aa615 Fixes #13508: Fixed duplicate attachment of behavior BC break 8 years ago
Klimov Paul 194577c55e Code style fix 8 years ago
Carsten Brandt 65e4a28800 consistent behavior for Yii::$app->controller and ->action (#13167) 8 years ago
Carsten Brandt 48c806fe1c added unit test for DynamicModel::load() 8 years ago
SilverFire - Dmitry Naumenko 437825be70
Implemented Container::setDependencies(), Container::setDefinitions 8 years ago
Alexey Rogachev d50a06e4e7 Fixed typo in comment (#12945) [skip ci] 8 years ago
Robert Korulczyk 4aa935e69e Fixes #12055: Changed `boolean` to `bool` and `integer` to `int` in phpdoc 8 years ago
Paul Klimov 8d05bd9479 `yii\base\Application::$version` converted to `yii\base\Module::$version` virtual property, allowing to specify version as a PHP callback 8 years ago
Carsten Brandt 89bc2918d3 Make 'safe' validator work on write-only properties 8 years ago
Boudewijn Vahrmeijer 41e2e244fc fix failing test in Windows env 8 years ago
Carsten Brandt b13d6fb13a make version_compare() match everything starting from alpha 8 years ago
Carsten Brandt 9524672cd1 skip memcache extension on PHP 7 but keep memcacheD 8 years ago
Carsten Brandt 2bd301d1fe fix test for PHP 7.1, expect deprecation message for mcrypt_create_iv() 8 years ago
Klimov Paul 48b0b962b8 Added `yii\base\Event::offAll()` method allowing clear all registered class-level event handlers 8 years ago
Carsten Brandt 857da0e102 added test for Module class 8 years ago
Klimov Paul 8de6a5117c Fixed `yii\base\Model::offsetExists()` throws an exception on un-existing field 8 years ago
Paul Klimov 7e7db38011 Fix #11591 `ActionFilter` wildcard (#11594) 8 years ago
Carsten Brandt 5bc2f3a851 avoid random test failure 9 years ago
Alexander Makarov e00c9d904e Fixed tests to run properly on Windows 9 years ago
Carsten Brandt e94b68436d complete test coverage for reading /dev/urandom 9 years ago
Carsten Brandt 49028af437 skip testing /dev/urandom on windows 9 years ago