Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-02-21 | Add test cases for CI_Upload::__construct(), CI_Upload::initialize() | Andrey Andreev | 1 | -3/+44 | |
2014-02-21 | CI_Upload changes | Andrey Andreev | 1 | -6/+0 | |
- Method chaining support. - A more abstract resetting of the default settings. - Added an option to initialize() to disable resetting to default settings. - Removed method mimes_types() and slightly optimized chunks of code where it was used. - Added the ability to pass allowed_types as an array. | |||||
2014-02-20 | Remove a few empty 'mock' classes | Andrey Andreev | 1 | -1/+1 | |
2013-01-30 | Remove tests for now non-existent method CI_Upload::clean_file_name() | Andrey Andreev | 1 | -6/+0 | |
See 7e5597782a589e4171ca08abdd9ce1a185542ff4 | |||||
2012-11-25 | Replaced Mock_Core_Lang with PHPUnit mockups | dchill42 | 1 | -1/+2 | |
Signed-off-by: dchill42 <dchill42@gmail.com> | |||||
2012-10-21 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into ↵ | dchill42 | 1 | -5/+5 | |
load_config_units | |||||
2012-10-18 | Marked tests that can't easily be tests as skipped | Alex Bilbie | 1 | -5/+5 | |
Signed-off-by: Alex Bilbie <alex@alexbilbie.com> | |||||
2012-10-12 | Integrated vfsStream better and made paths constants VFS-based | dchill42 | 1 | -27/+30 | |
Signed-off-by: dchill42 <dchill42@gmail.com> | |||||
2012-08-30 | Finished the final tests (except do_upload) | Alex Bilbie | 1 | -7/+46 | |
2012-08-30 | Added initial upload library tests | Alex Bilbie | 1 | -0/+231 | |