This website requires JavaScript.
Explore
Help
Register
Sign In
tonyair
/
silverstripe-framework
Watch
1
Star
0
Fork
0
You've already forked silverstripe-framework
mirror of
https://github.com/silverstripe/silverstripe-framework
synced
2024-10-22 12:05:37 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
silverstripe-framework
/
tests
/
filesystem
History
Ingo Schommer
2184acf17d
Revert "MINOR Replaced assertType() calls with assertInstanceOf(), deprecated in PHPUnit 3.6 (throws warnings as of 3.5.10)" - cased too many problems with mixed build environments that require PHP 3.4
...
This reverts commit 65f6104cd6aaad00b3fbb4a6a1c13e431afa3f9a.
2011-03-11 15:06:09 +13:00
..
FileTest.php
Revert "MINOR Replaced assertType() calls with assertInstanceOf(), deprecated in PHPUnit 3.6 (throws warnings as of 3.5.10)" - cased too many problems with mixed build environments that require PHP 3.4
2011-03-11 15:06:09 +13:00
FileTest.yml
API CHANGE Don't reflect changes in File and Folder property setters on filesystem before write() is called, to ensure that validate() applies in all cases. This fixes a problem where File->setName() would circumvent restrictions in File::$allowed_extensions (
fixes
#5693
)
2010-10-15 03:20:47 +00:00
FolderTest.php
MINOR: Unit test breaks if another module or project extends Folder (from r111669)
2010-10-19 04:52:20 +00:00
UploadTest.php
MINOR: Unit test fails if the previous build left temp files behind, so they are removed at the start of the test (from r104050)
2010-10-14 23:55:31 +00:00
UploadTest.yml
Added fixture for UploadTest so that it would create a database
2008-04-08 06:08:31 +00:00