openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
S
Stagehand_TestRunner
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 13 hours
ago. based on code collected
about 13 hours
ago.
Jul 21, 2024 — Jul 21, 2025
Showing page 6 of 44
Search / Filter on:
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.
KUBO Atsuhiro
More...
over 12 years ago
[Process] Renamed the namespace Process\Autotest to Process\ContinuousTesting.
KUBO Atsuhiro
More...
over 12 years ago
[Process] Renamed the class TestRun to TestRunner.
KUBO Atsuhiro
More...
over 12 years ago
[DependencyInjection] Renamed the parameters "autotest" and "autotest_watch_dirs" to "continuous_testing" and "continuous_testing_watch_dirs".
KUBO Atsuhiro
More...
over 12 years ago
[CLI] Introduced the TestRunnerInterface interface.
KUBO Atsuhiro
More...
over 12 years ago
[CLI] Removed an unused field from the TestRunner class.
KUBO Atsuhiro
More...
over 12 years ago
[DependencyInjection] Changed the super type of the JUnitXMLReporterFactory class to the ComponentAwareFactory.
KUBO Atsuhiro
More...
over 12 years ago
[DependencyInjection] Replaced the "test_run_factory" service with the "test_run" service.
KUBO Atsuhiro
More...
over 12 years ago
[DependencyInjection] Replaced the "notifier_factory" service with the "notifier" service.
KUBO Atsuhiro
More...
over 12 years ago
[DependencyInjection] Changed the compiler to replace the "preparer", "collector", "runner", "autotest" definitions with plugin specific definitions.
KUBO Atsuhiro
More...
over 12 years ago
[DependencyInjection] Split the CompiledContainer class into plugin specific container classes.
KUBO Atsuhiro
More...
over 12 years ago
[DependencyInjection] Integrated the ExtensionRepository class into the Compiler class.
KUBO Atsuhiro
More...
over 12 years ago
[DependencyInjection] Moved the Extension::load() method into all subclasses of the Extension class.
KUBO Atsuhiro
More...
over 12 years ago
[CLI] Added the phpunit:passthrough command that runs tests with what is equivalent to the phpunit command. (Issue #23)
KUBO Atsuhiro
More...
over 12 years ago
[CLI] Fixed invalid command name in the help message for the compile command.
KUBO Atsuhiro
More...
over 12 years ago
trait support to junit (Issue #24)
tsyk goto
More...
over 12 years ago
[Collector] Improved the Collector::collect() method.
KUBO Atsuhiro
More...
over 12 years ago
[Collector] Renamed the local variable $collectingTypeFactory to $collectingType in the Collector::collectTestCasesFromFile() method.
KUBO Atsuhiro
More...
over 12 years ago
[Composer] Changed the branch-alias for dev-master to 3.6.x-dev.
KUBO Atsuhiro
More...
over 12 years ago
Prepared release 3.5.0. (Issue #17)
KUBO Atsuhiro
More...
over 12 years ago
Changed the error reporting level for development to E_ALL & ~E_STRICT & ~E_DEPRECATED.
KUBO Atsuhiro
More...
over 12 years ago
[Preparer][CIUnit][CakePHP] Changed code to avoid errors on PHP 5.4.
KUBO Atsuhiro
More...
over 12 years ago
[Composer] Added the package name to the composer command.
KUBO Atsuhiro
More...
over 12 years ago
[test] Fixed an unexpected override of the PHPUnitRunnerTest::runsOnlyTheSpecifiedClasses() method.
KUBO Atsuhiro
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)
KUBO Atsuhiro
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)
KUBO Atsuhiro
More...
over 12 years ago
[PHPUnit] Replaced "\n" with the PHP_EOL constant in the ResultPrinter::printResult() method.
KUBO Atsuhiro
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)
KUBO Atsuhiro
More...
over 12 years ago
[test] Fixed wrong class name in the PHPUnitRunnerTest::configuresPhpUnitRuntimeEnvironmentByTheXmlConfigurationFile() method.
KUBO Atsuhiro
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)
KUBO Atsuhiro
More...
over 12 years ago
←
1
2
3
4
5
6
7
8
9
10
…
43
44
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree