24 Commits

Author SHA1 Message Date
b2b10d1685 more unit tests for helpers/FileHelper::findFiles using new wildcard exceptions matching 2014-01-26 15:02:26 +01:00
ff7c25ea7b Fixes #1497 (wrong file rendered if language != sourceLanguage) 2013-12-12 22:55:10 +01:00
1c24b3e0d8 removed TestCase and WebTestCase. 2013-11-16 21:30:20 -05:00
979e8d1619 Replaced assertTrue(file_exists with assertFileExists in FileHelperTest 2013-11-17 04:19:57 +04:00
1f6a823073 Short array syntax 2013-10-18 20:52:38 +04:00
949dda5fdb tagged tests with @group tags 2013-09-14 12:49:47 +02:00
b5a6dac3ae renamed test method after implementation rename in FileHelper 2013-08-30 17:03:09 +02:00
4b7f5a728a improved control over and handling of file and dir permissions
- rename FileHelper::mkdir for API consistency
- changed default permission for directories to 775 instead of 777
- added some properties to classes that deal with files to allow control
  over directory permissions.
2013-08-30 16:52:33 +02:00
b968402ebd more tests for FileHelper 2013-08-26 03:39:11 +04:00
0596fa82fd code style fixes 2013-08-13 02:43:47 +04:00
a6cd7b72bb refactored helper organization. 2013-07-17 20:45:36 -04:00
7ebbc46a5b Fixed wrong class uses. 2013-07-17 20:14:43 -04:00
05cca15459 Removed "fileTypes" option. 2013-06-11 14:14:36 -04:00
9d3c9db49d Fixed test breaks. 2013-06-11 11:58:31 -04:00
a8d2eded98 Fixing test breaks. 2013-06-11 11:23:33 -04:00
040db44fbd refactored FileHelper. 2013-06-11 11:07:43 -04:00
7697f21592 "filter" callback option has been added to "yii\helpers\base\FileHelper::findFiles()". 2013-06-10 23:36:22 +03:00
a5480de852 Test case "FileHelperTest::testGetMimeTypeByExtension()" has been added. 2013-06-10 22:22:44 +03:00
8f7a783757 Method "yii\helpers\base\FileHelper::mkdir()" has been added. 2013-06-10 22:15:03 +03:00
f416a36648 "FileHelperTest" has been advanced. 2013-06-10 22:07:19 +03:00
539864f435 "FileHelperTest" has been refactored. 2013-06-10 21:33:53 +03:00
dfda6663f6 Method "yii\helpers\base\FileHelper::findFiles()" has been added. 2013-06-10 20:57:17 +03:00
ef60ec56a3 Method "yii\helpers\base\FileHelper::removeDirectory()" has been added. 2013-06-10 20:28:26 +03:00
e2f7b99f16 Unit test for "yii\helpers\base\FileHelper" has been created. 2013-06-10 20:22:34 +03:00