root

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @710 [710] 3 months tswicegood add @todo note
(edit) @709 [709] 3 months tswicegood standardize EOLs to output diffs properly on Windows
(edit) @708 [708] 3 months tswicegood make EXPECTF extend EXPECTREGEX like it should have always done fixes an …
(edit) @707 [707] 5 months tswicegood fix issue with windows EOL causing issues on regular expression (fixes …
(edit) @706 [706] 5 months tswicegood swap \n for PHP_EOL throughout the codebase
(edit) @705 [705] 5 months tswicegood switch to PHP_EOL throughout for better Windows support for test cases
(edit) @704 [704] 5 months tswicegood fix this test - ugh…
(edit) @703 [703] 5 months tswicegood trim path to make sure whitespace does not cause a false failure
(edit) @702 [702] 5 months tswicegood switch to PHP_EOL throughout for better Windows support for test cases
(edit) @701 [701] 5 months tswicegood switch to PATH_SEPARATOR for better Windows support (fixes #51)
(edit) @700 [700] 5 months tswicegood change to PHP_EOL for better Windows support
(edit) @699 [699] 5 months tswicegood Fix this so it is more portable across PHP versions The "@(string)$string …
(edit) @698 [698] 5 months tswicegood Fixes a long standing issue with PATH environment variable when _ENV is …
(edit) @697 [697] 5 months tswicegood fix typo in constant this is now an error in PHP 5.3
(edit) @696 [696] 6 months tswicegood update build file for 0.1.4alpha release
(edit) @695 [695] 6 months tswicegood Quit throwing exceptions on output on STDERR channel (fixes #61) PHP has …
(edit) @694 [694] 6 months tswicegood make sure multiple errors are properly handled (fixes #63)
(edit) @693 [693] 6 months tswicegood supress errors when eval()'ing code (re #61) this behavor appears to have …
(edit) @692 [692] 6 months tswicegood alter tests' CLEAN section to check for file existence prior to deleting …
(edit) @691 [691] 8 months tswicegood adjust code so it works in Git repo
(edit) @690 [690] 8 months tswicegood prep build.xml for 0.1.1alpha release
(edit) @689 [689] 8 months tswicegood adjust build.xml for 0.1.3alpha release
(edit) @688 [688] 8 months tswicegood throw an exception if no valid test is found within the test case (fixes …
(edit) @687 [687] 8 months tswicegood throws an exception if no docblock is available (fixes #53)
(edit) @686 [686] 8 months tswicegood switch back out to using <code>
(edit) @685 [685] 8 months tswicegood ugly ugly hack to get <code> blocks working (fixes #3)
(edit) @684 [684] 8 months tswicegood add a test around Parser
(edit) @683 [683] 8 months tswicegood get basic support for classes in (re #40)
(edit) @682 [682] 8 months tswicegood add real support for parsing out files
(edit) @681 [681] 8 months tswicegood add a hard-coded version of generateFromFile()
(edit) @680 [680] 8 months tswicegood add a PHPT_DOCTEST_SUPPORT_PATH constant to reduce typing (it does, …
(edit) @679 [679] 8 months tswicegood rename file so it makes more sense
(edit) @678 [678] 8 months tswicegood move expected test case into its own file
(edit) @677 [677] 8 months tswicegood make existing code utilize the DocBlock? object
(edit) @676 [676] 8 months tswicegood add in a PHPT_DocTest_DocBlock object for representing the docblocks
(edit) @675 [675] 8 months tswicegood rely on an installed version of PHPT_Framework
(edit) @674 [674] 9 months tswicegood add an example RETURNS test
(edit) @673 [673] 9 months tswicegood add real implementation of RETURNS section (re #36)
(edit) @672 [672] 9 months tswicegood add result property to Case (re #36)
(edit) @671 [671] 9 months tswicegood add in more tests as I move toward re #36
(edit) @670 [670] 9 months tswicegood add in real implementation of result property (refactoring toward re #36)
(edit) @669 [669] 9 months tswicegood add test to verify that FILE's result parameter is null (refactor re #36)
(edit) @668 [668] 9 months tswicegood add barebones RETURNS section (re #36)
(edit) @667 [667] 9 months tswicegood change up build.xml file for v0.1.3devel
(edit) @666 [666] 9 months tswicegood creates build file for v0.1.2alpha
(edit) @665 [665] 9 months tswicegood add in support for building PHPT_Core from git repo and add build-specific …
(edit) @664 [664] 9 months tswicegood make sure that the CodeRunner?_Driver uses the PHPT_Registry value if it is …
(edit) @663 [663] 9 months tswicegood make sure PHPProcessor implements Processor interface (re #39)
(edit) @662 [662] 9 months tswicegood add hard coded test for processing --php (re #39)
(edit) @661 [661] 9 months tswicegood clone the Case's sections property to keep from interacting with the …
(edit) @660 [660] 10 months tswicegood clean this up so the whole function is not tested (more cleanup re #38)
(edit) @659 [659] 10 months tswicegood remove this line of code - appears to be causing problems and doesn't …
(edit) @658 [658] 10 months tswicegood make FailureException? a real class with a real getReason() - fixes #6
(edit) @657 [657] 10 months tswicegood rename getDiff to getReason other files affected are changed from the sed …
(edit) @656 [656] 10 months tswicegood add getExecutable() for ExecutionException? - partial fix re #21
(edit) @655 [655] 10 months tswicegood add in check to ensure that reporters implement PHPT_Reporter interface …
(edit) @654 [654] 10 months tswicegood fix so this test is not location dependent
(edit) @653 [653] 10 months tswicegood fixes all of the outputs from the various tests that broke while implement …
(edit) @652 [652] 10 months tswicegood adjust tests to handle new "Errors: N" code in output
(edit) @651 [651] 10 months tswicegood add in reporting of errors for Text reporter (re #8)
(edit) @650 [650] 10 months tswicegood get tests running again after last commit
(edit) @649 [649] 10 months tswicegood add onParserError() to Reporter interface - breaks all Reporters
(edit) @648 [648] 10 months tswicegood add in first pass at code to handle onParserError() within the Suite (re …
(edit) @647 [647] 10 months tswicegood add first pass at a rough reporter capability to the Parser
(edit) @646 [646] 10 months tswicegood get these tests passing again
(edit) @645 [645] 10 months tswicegood removes all traces of files when runAsFile()
(edit) @644 [644] 10 months tswicegood Revert "remove files after run" This reverts commit …
(edit) @643 [643] 10 months tswicegood Revert "Revert "add some cleanup so files don't get left around"" This …
(edit) @642 [642] 10 months tswicegood Revert "add some cleanup so files don't get left around" This reverts …
(edit) @641 [641] 10 months tswicegood remove files after run
(edit) @640 [640] 10 months tswicegood add some cleanup so files don't get left around
(edit) @639 [639] 10 months tswicegood remove empty whitespace
(edit) @638 [638] 10 months tswicegood allow paths/files to be used as part of longopts
(edit) @637 [637] 10 months tswicegood make sure that the returned value is identical
(edit) @636 [636] 10 months tswicegood add in skip for files/directories when parsing command line opts
(edit) @635 [635] 10 months tswicegood add .gitignore file
(edit) @634 [634] 10 months tswicegood fix path
(edit) @633 [633] 11 months tswicegood Change behavior of Section_ENV to require running (fixes #19) After run() …
(edit) @632 [632] 11 months tswicegood Add in real implementation to Section_INIModifier (fixes #16)
(edit) @631 [631] 11 months tswicegood Add in basic callback for INIModifier (re #16)
(edit) @630 [630] 11 months tswicegood Make reporter use new PHPT_Framework::VERSION const instead of hard-coding …
(edit) @629 [629] 11 months tswicegood use PHPT_Framework::VERSION for version (final code that fixes #28)
(edit) @628 [628] 11 months tswicegood add in a PHPT_Framework::VERSION constant
(edit) @627 [627] 11 months tswicegood add tests to verify this works when invoking the runner (re #28)
(edit) @626 [626] 11 months tswicegood make sure this implements the proper interface so it will get picked up …
(edit) @625 [625] 11 months tswicegood adds implementation for --help on runner (re #28) still needs version …
(edit) @624 [624] 11 months tswicegood refactoring - just simplified the name to make it more explanatory
(edit) @623 [623] 11 months tswicegood add in support for loading from a php.ini file - fixes #32
(edit) @622 [622] 11 months tswicegood Multi-part commit: fixes #30, fixes #31 This handles eval() PHP to find …
(edit) @621 [621] 11 months tswicegood add runAsFile() to handle running files directly - fixes #17
(edit) @620 [620]