skip cache test until #694 has been fixed
Adding unit test for is_ssl()this should test the correctness of the return value of is_ssl()function based on various combinations of PHP environment variables
Issue 694: fix failing test - set filemtimes explicitly in test setup
added another test for arrays
fixed some test inheriting from the wrong parent
add new valid() method to $INPUT #667
call parent constructor as well
run as much as possible (fill extensions conditionally), skip missing ext once
tar: test. skip instead of error if bz2 or zlib extension is missing
fixed tests
completely new base for CLI scriptsThis introduces an abstract base class that command line tools need toinherit from. It provides a simple framework for registering acceptedcommand line options
completely new base for CLI scriptsThis introduces an abstract base class that command line tools need toinherit from. It provides a simple framework for registering acceptedcommand line options and provides commonly needed things like helpoutput and colored text.Existing CLI scripts still need to be converted.
show more ...
update unittests for THEAD rules
put PHPDocs comment back the way it should be
Fix longstanding issue with cache class & cachetime setting1. cachetime setting should only be applied to the cache_renderer class. Previously it was applied to cache_parser (and by extensio
Fix longstanding issue with cache class & cachetime setting1. cachetime setting should only be applied to the cache_renderer class. Previously it was applied to cache_parser (and by extension cache_handler).2. two special cachetime values, -1 & 0, weren't handled, per FS#2183To handle the cachetime setting, -1, disable caching, a newproperty _nocache is added. When that property is true, any cachefile must not be used and storecache() should not store any values
strip sourcemaps in CSS and JS #601source maps are invalid for our dispatched sources and may even causeproblems. this makes sure any sourcemap declarations are stripped fromthe output
Add a basic test case for the cacheThis very basic test ensures that the useCache method works asexpected for simple scenarios. This test case fails without commita8795974051a91137b01ff88dbf5586a
Add a basic test case for the cacheThis very basic test ensures that the useCache method works asexpected for simple scenarios. This test case fails without commita8795974051a91137b01ff88dbf5586a647b24ce and then also triggers thewarning that was introduced in bc2ddb548f71b1a822dd03c3bc7c3c0e7cd9b152
remove test expectation for E_USER_WARNING
improvements to double quote matching
fix io_rmdir_test::test_nopes() for symlinks in paths
revert back to trigger error
change to an Exception and expect it
add test for p_get_renderer() with fallback
fixed test cases for last commit
rename classname
update unittest with interwiki.conf change as well
1...<<11121314151617181920>>...22