Remove stray comment block
Fix file size
Add test for internal video files
fix global environment during test requests
update parser tests for change in listitem_open instruction
Add tests: known and unknown external video files
Ooops...forgot to commit test cases for #897.
Corrected compression for ++ and -- operator. Partially fixes #897.
added filter method to INPUT classthe filter() function can be chained between the accessor and the valuefunction to get a filtered value. When no filter allable is given in thefilter() function,
added filter method to INPUT classthe filter() function can be chained between the accessor and the valuefunction to get a filtered value. When no filter allable is given in thefilter() function, stripctl() is used to strip all control chars (ASCII<32)Examples: $INPUT->post->filter()->str('foobar'); $INPUT->get->filter('myfilter')->int('baz');
show more ...
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
don't treat double slashes as comments when used in stringThis avoids treating double slashes as single line comments in CSS whenthey are used in a filter or content string.closes #638
added another test for fe5a50That commit did not test what it actually made for. Handling protocolrelative URLs in CSS.
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
some updates on phpunit docs and settings
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.
update unittests for THEAD rules
put PHPDocs comment back the way it should be
1...<<21222324252627282930>>...38