silverstripe-framework/dev
Sean Harvey b1e17578c7 API CHANGE Removed assertType() and assertEmpty() workarounds. Use assertInstanceOf()
instead of assertType(), assertEmpty() is available in PHPUnit 3.5+.
PHPUnit 3.4 is no longer supported, so please upgrade your version to
work.

MINOR Removed FullTestSuite which was a workaround for PHPUnit but not
used.
2012-05-09 23:05:39 +12:00
..
install BUGFIX Checking for mbstring PHP extension support in installer, as it has been a documented installation requirement for a while. Removing method_exists() checks from mbstring usage in core for the same reasons 2012-05-09 10:25:31 +02:00
phpunit MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
Backtrace.php ENHANCEMENT: Implement blowfish encryption and use it by default. (#7111) 2012-05-02 13:51:29 +12:00
BuildTask.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
BulkLoader.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
Cli.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
CliDebugView.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
CliTestReporter.php MINOR Removed function_exists() checks which aren't necessary for PHP 5.2+ 2012-04-16 13:15:41 +12:00
CSSContentParser.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
CsvBulkLoader.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
CSVParser.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
Debug.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
DebugView.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
Deprecation.php BUGFIX Removing use of deprecated Object static functions like 2012-04-18 23:10:57 +12:00
DevelopmentAdmin.php ENHANCEMENT: move code introspection functions to the silverstripe-codeviz module 2012-04-17 14:45:26 +12:00
FunctionalTest.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
InstallerTest.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
JSTestRunner.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
Log.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
LogEmailWriter.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
LogErrorEmailFormatter.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
LogErrorFileFormatter.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
LogFileWriter.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
MigrationTask.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
Profiler.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
SapphireInfo.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
SapphireREPL.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
SapphireTest.php API CHANGE Removed assertType() and assertEmpty() workarounds. Use assertInstanceOf() 2012-05-09 23:05:39 +12:00
SapphireTestReporter.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
SapphireTestSuite.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
SysLogWriter.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
TaskRunner.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
TestListener.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
TestMailer.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
TestOnly.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
TestRunner.php MINOR Tidy up of code formatting in TestRunner 2012-04-18 23:29:54 +12:00
TestSession.php BUGFIX Don't' set 'Referer' header in FunctionalTest->get()/post() if its explicitly passed to the method 2012-05-04 11:49:30 +02:00
YamlFixture.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00
ZendLog.php MINOR Update @package values to match renaming sapphire 2012-04-15 10:50:19 +12:00