1
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 13 hours ago.
Jul 21, 2024 — Jul 21, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[Process] Extracted the functionality for building the command line from the Autotest class as the CommandLineBuilder class and the CommandLineOptionBuilderInterface interface. More... over 12 years ago
[Process] Renamed the namespace Process\Autotest to Process\ContinuousTesting. More... over 12 years ago
[Process] Renamed the class TestRun to TestRunner. More... over 12 years ago
[DependencyInjection] Renamed the parameters "autotest" and "autotest_watch_dirs" to "continuous_testing" and "continuous_testing_watch_dirs". More... over 12 years ago
[CLI] Introduced the TestRunnerInterface interface. More... over 12 years ago
[CLI] Removed an unused field from the TestRunner class. More... over 12 years ago
[DependencyInjection] Changed the super type of the JUnitXMLReporterFactory class to the ComponentAwareFactory. More... over 12 years ago
[DependencyInjection] Replaced the "test_run_factory" service with the "test_run" service. More... over 12 years ago
[DependencyInjection] Replaced the "notifier_factory" service with the "notifier" service. More... over 12 years ago
[DependencyInjection] Changed the compiler to replace the "preparer", "collector", "runner", "autotest" definitions with plugin specific definitions. More... over 12 years ago
[DependencyInjection] Split the CompiledContainer class into plugin specific container classes. More... over 12 years ago
[DependencyInjection] Integrated the ExtensionRepository class into the Compiler class. More... over 12 years ago
[DependencyInjection] Moved the Extension::load() method into all subclasses of the Extension class. More... over 12 years ago
[CLI] Added the phpunit:passthrough command that runs tests with what is equivalent to the phpunit command. (Issue #23) More... over 12 years ago
[CLI] Fixed invalid command name in the help message for the compile command. More... over 12 years ago
trait support to junit (Issue #24) More... over 12 years ago
[Collector] Improved the Collector::collect() method. More... over 12 years ago
[Collector] Renamed the local variable $collectingTypeFactory to $collectingType in the Collector::collectTestCasesFromFile() method. More... over 12 years ago
[Composer] Changed the branch-alias for dev-master to 3.6.x-dev. More... over 12 years ago
Prepared release 3.5.0. (Issue #17) More... over 12 years ago
Changed the error reporting level for development to E_ALL & ~E_STRICT & ~E_DEPRECATED. More... over 12 years ago
[Preparer][CIUnit][CakePHP] Changed code to avoid errors on PHP 5.4. More... over 12 years ago
[Composer] Added the package name to the composer command. More... over 12 years ago
[test] Fixed an unexpected override of the PHPUnitRunnerTest::runsOnlyTheSpecifiedClasses() method. More... over 12 years ago
[PHPUnit] Fixed a defect that caused a test method with a non-existing data provider method not to be run when the --test-class or --test-method option is specified. (Issue #21) More... over 12 years ago
[Core] Fixed a defect that caused an error "Fatal error: Call to undefined function Stagehand\TestRunner\Core\workingDirectoryAtStartup() in ..." to be raised when launching a test with an older testrunner command. (Issue #20) More... over 12 years ago
[PHPUnit] Replaced "\n" with the PHP_EOL constant in the ResultPrinter::printResult() method. More... over 12 years ago
[PHPUnit] Fixed a defect that caused an error "Undefined variable: notificationMessage" to be raised when no tests are executed. (Issue #19) More... over 12 years ago
[test] Fixed wrong class name in the PHPUnitRunnerTest::configuresPhpUnitRuntimeEnvironmentByTheXmlConfigurationFile() method. More... over 12 years ago
Fixed a defect that caused an error "Fatal error: Call to undefined function UnexpectedValueException() in ..." to be raised when the preload script is not able to load. (Issue #18) More... over 12 years ago