Dan Cryer
29a6c9767a
Fixing tests
2015-11-12 14:51:22 +00:00
Dan Cryer
1385379f1a
Merge pull request #1021 from mrobinsonuk/cleanup/spelling-corrections
...
Corrected a number of minor spelling errors.
2015-10-13 15:14:44 +01:00
Dan Cryer
d8cbe68705
Merge pull request #992 from corpsee/feature-phpunit-fixes
...
Fixed TapParser parse fail
2015-10-13 15:03:09 +01:00
Mark Robinson
d2c512d94b
Corrected a number of minor spelling errors.
...
Originally observed that "successful" was misspelled "succesfull" on the build view page. While correcting that, a number of other spelling errors were also corrected.
2015-06-25 15:21:23 +01:00
Adirelle
ad29ba4cfd
Track and display the build progression, for each stages and plugins.
...
Translations for the build summary.
Closed #944
2015-05-28 11:39:35 +02:00
corpsee
1c864cebed
Fixed TapParser parse fail with valid data + added tests
2015-05-23 15:40:49 +06:00
Adirelle
452a5ba97c
Enforce "en" lang in tests.
...
Some tests compare the result to english strings.
Do not test UnixCommandExecutor on Windows.
PharTest: explain why PHAR writing test are skipped.
InstallCommandTest: mock checkRequirements to allow the tests to run.
Run php_parallel_lint before all other tests.
Close #846
2015-04-22 11:49:26 +02:00
Adirelle
9d4116e3c9
Reworked TapParser to be compliant and more robust.
...
Added another test case from #571 .
Updated the output of TapParser::processTestLine.
Broke TapParser::parse down in simpler methods.
TapParser: ignore leading garbage and properly complain on missing TAP log.
TapParser: detect and report duplicated TAP log.
TapParser: got rid of the "test" and "suite" values.
They are only available with PHPUnit.
TapParser: append the message from yaml diagnostic to existing message.
Reworked the dispaly of test results.
PHPUnit plugin: pretty print test data.
2015-04-09 12:00:10 +02:00
Dan Cryer
c89d289408
Fixing tests
2014-12-08 15:04:44 +00:00
Wanderson
61d864e4f0
Add support for skipped tests in TAP Parser.
...
Closes #624
See #611
2014-11-13 17:33:27 +00:00
steve.brazier
cc71045e57
Merge remote-tracking branch 'origin/master' into feature/pluginfactoryconfig
...
Conflicts:
PHPCI/Builder.php
PHPCI/Plugin/Util/Factory.php
2014-03-25 14:13:45 +00:00
meadsteve
3c1cb07e97
Update test ExamplePluginConfg.php to match test.
2014-03-02 20:10:48 +00:00
meadsteve
6d4e49d07b
Add code to allow configuration for the plugin factory to be stored on a per install basis.
2014-03-02 19:59:52 +00:00
meadsteve
28fc30682b
add FilesPluginInformation class to retrieve plugins contained with a directory.
2014-02-25 20:52:19 +00:00
meadsteve
6b2d0aebf1
rename LoadedPluginInformation to ComposerPluginInformation.
2014-02-25 19:33:00 +00:00
meadsteve
1f42741623
Merge branch 'master' of https://github.com/Block8/PHPCI into plugin-discovery
2014-02-25 19:26:25 +00:00
meadsteve
71588cd8e1
add LoadedPluginInformation class to process composer's installed.json file and pull out information about phpci plugins.
2013-12-29 17:34:41 +00:00
meadsteve
f05ffb3081
update executor test
2013-12-13 16:07:11 +00:00
steve.brazier
e1654ee4b6
add test for Executor::executePlugins
2013-12-06 13:14:19 +00:00
meadsteve
1ca8b9628c
remove arguments from Executor test assertions that are not required.
2013-12-06 13:07:48 +00:00
steve.brazier
23d6238aa2
add tests for plugin executor logging
2013-12-06 13:04:27 +00:00
steve.brazier
bad0737df1
add tests for Plugin Executor
2013-12-06 12:52:47 +00:00
Steve B
aca6af3fec
add test for non-function loader in plugin factory.
2013-11-28 14:12:50 +00:00
Steve B
9891a4be62
force plugin factory to only build plugins matching interface.
2013-11-28 14:05:26 +00:00
meadsteve
e1d8239e8a
Create factory for plugins that resources can be registered with.
2013-11-17 17:23:35 +00:00