Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/Codeception/base

Base Codeception distribution with minimal set of dependencies (excluding WebDriver and Guzzle)
https://github.com/Codeception/base

Merge pull request #1743 from honzabrecka/feature-request-headers

add request headers logging

acfb28e1bd71386416647b9398dceefbcd58b94c authored almost 10 years ago
Merge pull request #1745 from ovide/patch-1

Support for multiple databases

ed920d07db455029bfc78bb4d8cda7eeb6ed43f6 authored almost 10 years ago
Merge pull request #1795 from zbateson/seeInForm

Added seeInFormFields for Web tests

86d231749da20c5ccf5270daf1d855fbf0bdac09 authored almost 10 years ago
Merge pull request #1796 from Gorp/patch-1

Update ZF2.php

b4c183cdda7bdd4b887a393f3bd29b41a1a08e87 authored almost 10 years ago
Update ZF2.php

5f68d72374e059bed80f1885c10daac2ec86c491 authored almost 10 years ago
Added seeInFormFields for Web tests

Allows quickly checking multiple form field values with an array
with InnerBrowser and WebDriver...

0e5d5ee1a5453fff4a4c56f962e6d0b33d2c04b1 authored almost 10 years ago
Merge pull request #1786 from hidechae/feature/add_assert_func

add func assertSame

42172a2bbc2621d403aab4926f28f34d8a5d8e79 authored almost 10 years ago
Merge pull request #1792 from zbateson/2.0

Allow bool values for checkboxes in submitForm

913e05e5d058997bc15361e6b6d4027f17bb56c8 authored almost 10 years ago
Allow bool values for checkboxes in submitForm

submitForm now accepts boolean values for checkbox fields, mapping
them to the actual checkbox f...

e4a43144de0347ee927fef28329ad4636e27be5d authored almost 10 years ago
fix namespace ignoring when console is invoked

3917bde2cd892949d8f8c01c0e9c1c94cc14340d authored almost 10 years ago
add func assertSame

bdb36b0df7cfdc46fd14b5a8c0a8949ca588f22c authored almost 10 years ago
updated friend classes after refactoring

7c58d0ca214d440757c3f7e97ed8d23f98ffe6b0 authored almost 10 years ago
Implemented session snapshots for WebDriver module

309d3b128d8b33dd0b70b6289e2616ca28400947 authored almost 10 years ago
Add `packages` option for application packages.

eb638beb24f2823913d681baf72908684bb50040 authored almost 10 years ago
Merge pull request #1776 from nkovacs/patch-1

Fix Yii 2 haveRecord not inserting unsafe fields

1f4744a915a3796d81b361e16d957a5ec5f6bfc4 authored almost 10 years ago
Merge pull request #1777 from nkovacs/patch-2

update composer-asset-plugin to 1.0.0

4d236ef579aaa04741a8b01d7e46cf101a5da8f7 authored almost 10 years ago
update composer-asset-plugin to 1.0.0

ef59b78b80298939c25f7acf8b60c326fa55d774 authored almost 10 years ago
Fix Yii 2 haveRecord not inserting unsafe fields

fixes #1775

46ab17fbfd5d1f2831452e27662fac4bcbc82dfe authored almost 10 years ago
Merge pull request #1773 from javigomez/patch-2

Update readme.md copyright

2b830bc169714639f3c3320cedf3729969d6733a authored almost 10 years ago
Update readme.md copyright

c45df2baafbb88b0325b7946182a4e42a8a205a6 authored almost 10 years ago
Reformatted the code to match current standard

ea6cec67d3d0bb5872d6e5a3690c012dd588c7ea authored almost 10 years ago
Merge remote-tracking branch 'upstream/master' into env-merging-and-config-files

Conflicts:
src/Codeception/Command/Bootstrap.php
src/Codeception/Configuration.php

eb362e0d9ed9d7cab2dc1a3b8dd5a070cae68b44 authored almost 10 years ago
fixed tests for testloader

5fcaf86251eefa255c895dcf6ecc26fc198703c6 authored almost 10 years ago
created DI tests

8b731df9450972b1d2483ed97e25d6fe0daba6e6 authored almost 10 years ago
simplified suite manager

3b313b4ba7b7b9c6cd4cb3b3ab9d3cef0e6196cc authored almost 10 years ago
fixed friends and environments

ea1f2e3f4ecc13d44a77ee19408f29b93eafc8e4 authored almost 10 years ago
refactored to remove static calls to SuiteManager

8b8c7157fd1fce1c866a76ad69f0259924d831b2 authored almost 10 years ago
Merge pull request #1767 from FnTm/patch-1

Remove unnecessary parameter from Webdriver PHPDoc

b5afd37fd04d9b22e2e2a8db79da34dcc900b649 authored almost 10 years ago
reformatted code

0106119c742dee124c1273d2e3b6d1caf2650445 authored almost 10 years ago
reformatted code

c539eb9cde4aa9572fa5a5b9b273fc1fba0bf426 authored almost 10 years ago
fixed some failing tests due to changes in signature

86009903bdeee982790800596114467d306c3114 authored almost 10 years ago
fixed some failing tests due to changes in signature

38315fdc2a39da8309ec7b980f8ff64978f769b8 authored almost 10 years ago
Fix https support for functional suites

a9a13db1bac763e65ef6e051167cd66f1c6d108d authored almost 10 years ago
Fix verbose output for functional suites

6107559f98042420b57736425419a8eeeeadf8dd authored almost 10 years ago
updated modules to support new constructor injection

ac74538a89192f8142c0fd937005920935e0c0b2 authored almost 10 years ago
updated Step spec

ed94a8d50f1821c9e51302927ea87c397211a440 authored almost 10 years ago
refactored to use modulecontainer instead of global container for modules and actions

f560b749c63832ec5449c322a466f6db9d8c8a2d authored almost 10 years ago
support for log absolute path

a7b49f4098846ebc7ddbc26058d792307a31594e authored almost 10 years ago
Remove unnecessary parameter from Webdriver PHPDoc

The tag `@internal` was causing PhpStorm to consider the method as internal. Additionally, it ha...

0b72e5377f5aa8e79723f6659a5502d4ac1a4300 authored almost 10 years ago
updated testers

5486aff3fe8f91e2c00ce3894f1c30d8409a9fe4 authored almost 10 years ago
updated Doctrine module to not throw error on failed rollback

fc98c358d5268973cb679c4b2b255effe23cf732 authored almost 10 years ago
module container implmented

afd06cefab297d4cdcaf917f2437f5f4d70d922a authored almost 10 years ago
Merge pull request #1756 from janhenkgerritsen/2.0

Fix for undefined method Symfony\Component\HttpFoundation\Request::route()

4cc87c59760271d6f84a28b863f414a05a447052 authored almost 10 years ago
Fix Call to undefined method Symfony\Component\HttpFoundation\Request::route() exception

5dc1dc07949df903acd0f728016e7ab44fadc69b authored almost 10 years ago
Merge pull request #1754 from xt99/patch-2

Allow Yii1 application to live without `log` component

18b133c27c74b4cd6269caa134a6dd1bb68a2d49 authored almost 10 years ago
Codestyle fix

5ccc32a473d4da958d99892764d7261b2738fc9a authored almost 10 years ago
Fixes #1753 : Allow Yii1 application to live without `log` component

42f118b8591b1d7760864d4b50e1cff36ea695c0 authored almost 10 years ago
Merge remote-tracking branch 'upstream/master' into env-merging-and-config-files

09c822714245ffa769a7667d8dd6eadbdd25439a authored almost 10 years ago
Environment merging and configuration files.

19d0bd680e8618c056a2ab6c1119b86050a86bec authored almost 10 years ago
Support for multiple databases

Only a small change to # 1727.
If the table is in another database the string is like `other_da...

3d6fb7747c41a45220c2c352caa939f7c902f8fc authored almost 10 years ago
add request headers logging

63f2aa7592f685443197e758feb32fdecea49899 authored almost 10 years ago
added tests for injecting page object into Cest

e3594bbfc2c566c4c8ae3e277f0aa3269e2dd0c8 authored almost 10 years ago
use DI to inject dependencies into Cest classes

2ba1f0071bead75574e709019b901dcf29a2114a authored almost 10 years ago
Merge pull request #1744 from lukyer/patch-1

[skip ci] Update 11-Codecoverage.md

f73fd70503aac91692278c42ed414b3bd9a91355 authored almost 10 years ago
Update 11-Codecoverage.md

f0a9046f9cfdaeb6f27f6a16db46b6d9856872fc authored almost 10 years ago
Merge remote-tracking branch 'upstream/master'

fcdaf059350ef8098c436f3ffdadcd67978b5dc9 authored almost 10 years ago
Fixed line endings.

9ba4dfb6dfc7e9a1a7745a396be353d4802fd5c2 authored almost 10 years ago
updated to 2.0.12

142599e281b63dbe79a243b237187d078f8d86ce authored almost 10 years ago
updated phar generation

9c7f23eff3e607225e9f43277c6d9cdb03d30b84 authored almost 10 years ago
FTP Passive Mode

Hello Michael,

I found an issue of FTP module:

1. Passive mode do not get config value. Li...

a2ba0bc80d0fab73e80f611cad06e5a061dea3a3 authored almost 10 years ago
Merge branch '2.0' of github.com:Codeception/Codeception into 2.0

11414e0dd330d354fa29f49e0e1c86910601f613 authored almost 10 years ago
updated changelog

43ccd14933bd64b3b2883cd08ca4e5e3179442a6 authored almost 10 years ago
Merge pull request #1717 from sjableka/extensions-are-loaded-with-default-options

Fixed problem with extensions being always loaded with default options

e05307561054f2e6dc62a46a029a75171cce0fdc authored almost 10 years ago
Merge pull request #1737 from thenetexperts/patch-2

updated coverage optional xml/html command line options

ede505024e30d91bba5f4cd1ab3b3390c82916b3 authored almost 10 years ago
Merge pull request #1727 from KennethVeipert/2.0

Ability to have another primary key then 'id'

ef365c0e1fe087506aa0c2505e1b7fdc5981d178 authored almost 10 years ago
updated coverage optional xml/html command line options

cf9a0004abbaa40f34d383694aefe22af0ba3cea authored almost 10 years ago
Fix inheritance of deleteQuery in SqlSrv-driver and modify variable-doc

d693406d396e96e5d686183f659a6c888250768d authored almost 10 years ago
Apply feedback of PR #1727

ef3a89b1eea1dd3926ab91115151fe64be18f7dc authored almost 10 years ago
updated travis for yii project

90d325495201a8d4eb2a4adde15ac18380af72f0 authored almost 10 years ago
updated travis for yii project

96d99bfc8c35b33d5a3f09c7c0f3a1a400481adb authored almost 10 years ago
updated changelog and dependencies

a70a9aa6b03642df30de0f1425b827523693b473 authored almost 10 years ago
Merge pull request #1724 from jotweh/2.0

Laravel4: fix problem with middleware not being loaded

09c817b816f18c16f08b79f4d11b4b33a30a7f53 authored almost 10 years ago
updated travis.yml

9830650d4ff61ad46507b55e5693273931b12c36 authored almost 10 years ago
updated filter tests to match new directory structure

8130103725da37ecc018d8a6ec7a8e61321e63fc authored almost 10 years ago
updated build tests

976c766090c06c286ee09b79f18a00bc10931cd1 authored almost 10 years ago
updated build test

ee130f4e36fd9a9e19fc60fb842ee7a92a7f9da3 authored almost 10 years ago
updated tests for new PSR-4 class style

48a51f3ba8a082e443d4cb68e3b3226fddf4fe2d authored almost 10 years ago
Merge pull request #1734 from davidneimeyer/issue-1712

HTML entity encode test "name" for HTML reports

0b4ea5887577dc39b2ffc8b4d7dbb1b12dce237b authored almost 10 years ago
Merge pull request #1725 from zbateson/submitform-cleanup

More dynamic submitForm

1fa7189ab7ebe2bc2b57d9c4322ec7a3a9bf652b authored almost 10 years ago
Merge pull request #1733 from rgeraads/2.0

updated to phpunit 4.5 using next significant release tag ~

2b34204de991deaa5c83a23b724be6da931be37b authored almost 10 years ago
updated tests and generators to work with PSR-4 styled support classes

330c495da6fe374e4cab94780d83565b984ef17a authored almost 10 years ago
HTML entity encode test "name" for HTML reports

Test "name" will render the method test name and any data provided as
an argument to the test me...

08dec11629f4affc2aafca02abb4f09a5dbcc061 authored almost 10 years ago
updated to phpunit 4.5 using next significant release tag ~

ffbfa3e655a5d87f3c3f31c51c29e31b8c2f5fd3 authored almost 10 years ago
updated Cli tests to match PSR-4 standard for loading support files

4ed64224cc96a20d1ea2b36c690cb5781f25da12 authored almost 10 years ago
Merge pull request #1729 from thecatontheflat/patch-1

Checking for transaction in progress

1e817044d87ebbcf226e511b93349a477392f53a authored almost 10 years ago
moved all support classes to _support dir

158224282c2b2caf4607c5f7d5e9a6f14259d801 authored almost 10 years ago
Merge pull request #1728 from janhenkgerritsen/laravel-5-module

Fixed issue with domain-specific routes

28e21afd54331453c0ea613a4a1b28654ba2b4dc authored almost 10 years ago
Checking for transaction in progress

daaf612b279a2e389ebab0bbc4f77ed4cb3c904a authored almost 10 years ago
Temporary fix for SQLite

7f54c955061fa572463bafce7fb41c1732ca551c authored almost 10 years ago
Fixed issue with domain-specific routes

0c322beafd1f6bbbeacdc82f5db652227f70433e authored almost 10 years ago
Add the ability to have another primary key then 'id'

a0585facd18c3f9a7be8941aa384f17ac93c886f authored almost 10 years ago
Add comments to variables

6ab5cb2555bfad8ca01717533c228cdb3ceb0fd3 authored almost 10 years ago
Format to PSR-2

3a44d883200fcf2ba109f2e524505f8cc5dbc9b8 authored almost 10 years ago
More dynamic submitForm

Removed submitForm's reliance on using parse_str and parse_url to
generate params (which caused ...

1c17eb11f857612e1ad7973e5441fdfe3196c67e authored almost 10 years ago
fix problem with middleware not being loaded

e74f5e3eb7d27c9f59b86512c63b1b53c15887ca authored almost 10 years ago
Added test to check if extensions receive correct options

e6ff4053f79ad36449b1d18cf30aa1768fba7451 authored almost 10 years ago
Fixed issue with changes in configuration made by extensions not being propagated to the rest of the application

faa8f42a6abed43da8320d96665d25d463a009bf authored almost 10 years ago
Merge pull request #1714 from aivus/fix-quiet-crash

Fix quiet crash when crawler is null

4e267293bb8070e03fb358f27e74271c2d10acbe authored almost 10 years ago
Merge pull request #1718 from aivus/fix-eol

Fix EOL to LF for ModuleConfig.php and ModuleRequire.php

a320f5655a9c6361a1550ca70512eec1f8b2cea4 authored almost 10 years ago
Fix quiet crash when crawler is null

e9eac80b3c3caa6120ce46ae7d83ec444bc0b0b8 authored almost 10 years ago