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

removed MaybeTest

9320393f4fa088c9a7acbe961d4f9465b59992a4 authored almost 11 years ago by Davert <[email protected]>
maybe moved to Util. Build task removed Maybe dependency

ca2e3a356118174c0521166a8f8446aaa255fa7b authored almost 11 years ago by Davert <[email protected]>
forms are cleared after request in internalbrowser

c2368ff0ff63ba64e297988d9334977a4884b130 authored almost 11 years ago by Davert <[email protected]>
Merge branch '2.0-dev'

Conflicts:
docs/modules/PhpBrowser.md
src/Codeception/Util/Framework.php
src/Codeception/Util...

ea00627077160e09c8e27570ad62154964736cd1 authored almost 11 years ago by Davert <[email protected]>
refactored remotecoverage module

65d80975c554bc4f03ebb12f51e0d273234b97c6 authored almost 11 years ago by Davert <[email protected]>
refactored codecoverage

baed8dbf4d11c9042367d24148f21c49e70663ee authored almost 11 years ago by Davert <[email protected]>
merged with 1.8

5b8a8522ff9b1a9dac88c896cadbfa83bdacc992 authored almost 11 years ago by Davert <[email protected]>
fixed name for SuiteEvent

caa6d86ce9205d99e2b3dd071e6501d2d8523d3e authored almost 11 years ago by Davert <[email protected]>
removed unnded usages in Codecept

89d467e142f92c8cc788f973ba9146e72eb63885 authored almost 11 years ago by Davert <[email protected]>
Merge branch 'master' of github.com:Codeception/Codeception

cb3ddc45c21768829f46977a6bf66ce710b73814 authored almost 11 years ago by Davert <[email protected]>
removed packaged phar

4fe5766dfa9b758f05f12f77845b79b13145e457 authored almost 11 years ago by Davert <[email protected]>
docs updated

d93beb2c5bc1078683881a33b974a5a4271e48b9 authored almost 11 years ago by Davert <[email protected]>
version bump

9b4ab680c9c12ae550a62d344b0fd55993c8eb20 authored almost 11 years ago by Davert <[email protected]>
Merge branch '1.8' of github.com:Codeception/Codeception into 1.8

1629aec7092b9c6ac86a38b9c00474e846170970 authored almost 11 years ago by Davert <[email protected]>
Merge pull request #837 from blacknoir/rest-module-fix

Fixes to the arrayIntersectAssocRecursive() of REST module

63717568f8e84b8b5c27f4c749b7e8e9da7a968c authored almost 11 years ago by Michael Bodnarchuk <[email protected]>
fix: prevent early arrayIntersectAssocRecursive() termination because of partial data match

test: test case which covers the fixed issue

476d3c057f4d4b23fb6b53ceab9ea97726b5e681 authored almost 11 years ago by Denis Krasilnikov <[email protected]>
fix: recursive array intersection for REST module

test: added more complex unit test case to test recursive intersection over json items collection

dbb68a10d361b166f0dbb411730d4b42cb044275 authored almost 11 years ago by Denis Krasilnikov <[email protected]>
Fixes parsing cookies from headers

There was a bug examining a cookie name set from headers.

6cf58c1197b011c5b22e87607e2d6e86090e35e0 authored almost 11 years ago by Michael Bodnarchuk <[email protected]>
Fixes parsing cookies from headers

There was a bug examining a cookie name set from headers.

4ea5cc3ab391082b44075e36a065ce4c7740db09 authored almost 11 years ago by Michael Bodnarchuk <[email protected]>
forms are cleared on submit

89e53907a65ebacf4392960cbf2c4ee81c28fc46 authored almost 11 years ago by Davert <[email protected]>
added example tests for complex yii form

83152faaf62e77b9c3d50a8bc612d008cd5ede1f authored almost 11 years ago by Davert <[email protected]>
Merge branch '1.8' of github.com:Codeception/Codeception into 1.8

a16cc1411ebd8cf7f64ea659827081c994714189 authored almost 11 years ago by Davert <[email protected]>
reverted excpetion for set cookie to make tests pass

1b4e1539615332bf224bd4b9fe7c66690bc770bc authored almost 11 years ago by Davert <[email protected]>
updated RoboFile to support RObo 2.0

e63f4f3ad6d7a2e799ed8835a6f5da1f7c617b1f authored almost 11 years ago by Davert <[email protected]>
Merge pull request #833 from phpcodemonkey/1.8

Replace getcwd calls in modules with Codeception\Configuration::proj...

a0314a3047c13e251fc20ba2cd04e9f269d18721 authored almost 11 years ago by Michael Bodnarchuk <[email protected]>
Replace getcwd calls in modules with Codeception\Configuration::projectDir - to support running via Webception project

47e3a3c863be75231f5bc722d51c566636c55f42 authored almost 11 years ago by Jeremy Coates (@phpcodemonkey) <[email protected]>
master

efcb403d74f83d76b149f6d1931c4da32f73dd15 authored almost 11 years ago by Davert <[email protected]>
Fixed #766 - setting cookies on empty page throws an exception

741cb1b0582f143410251a0808d24c65950b0401 authored almost 11 years ago by Davert <[email protected]>
fixed unit tests tests for #809

1c918ac238898d16ef38105239fdd846ca6f09b0 authored almost 11 years ago by Davert <[email protected]>
fixed #827 - more flexible solution with changing all headers into Symfony format

5797618a0c4dee2c6593e024f908c63657a73552 authored almost 11 years ago by Davert <[email protected]>
fixed #827 - content type for symfony

737c3219584ff391fbad7146d289113a042456ad authored almost 11 years ago by Davert <[email protected]>
added test for #809@

478f12499ef25a7c4660581b5a4711181bb7d7f3 authored almost 11 years ago by Davert <[email protected]>
fixed #809: generate pageobject

b1de631925b19ab3007431a4d2ff70ee3820e7aa authored almost 11 years ago by Davert <[email protected]>
fixed test for Db module - cleanup happens after test execution

971f02f6c984c8a69c9f0b045fc6d120a45e16d0 authored almost 11 years ago by Davert <[email protected]>
Merge pull request #764 from dirk-helbert/1.8

Moved $this->removeInserted() from method _before to method _after

f6f62efa52673005dad3992b5a2f3b38a6a7c88b authored almost 11 years ago by Michael Bodnarchuk <[email protected]>
Merge pull request #800 from sitawit/master

Add support for PDO_SqlSrv

85b35a189dbee7c858c12d5a855da1865d7719f5 authored almost 11 years ago by Michael Bodnarchuk <[email protected]>
Merge pull request #812 from ayastreb/1.8

Changed getClassesFromFile() method to use tokenizer for reading classes...

565109acb61717fa70400b2120bb879cd12f9428 authored almost 11 years ago by Michael Bodnarchuk <[email protected]>
redirect::back for laravel fixed

f0cb04cd716992bbd9b94a1c12db31c7cdd046ed authored almost 11 years ago by Davert <[email protected]>
tests fixed to reflect new codecoverage settings

2fa9761d2c2132df90f6847098dadd97a4b69086 authored almost 11 years ago by Davert <[email protected]>
added 2 environments to test runner

208e0e2eee3f72325c5dd7aae5bbd004c1e0e3f7 authored almost 11 years ago by Davert <[email protected]>
added webdriver environments

d7a59a3ff0e332d732b254cf2d5da7574dc5380a authored almost 11 years ago by Davert <[email protected]>
in environment mode code coverage should get the real name of the suite

83d96af4109ee0ff8c096c076d014276660dbe27 authored almost 11 years ago by Davert <[email protected]>
updated c3 and fixed code coverage for selenium. Added webdriver env for tests

c9d47a004127a23b6760a8eaa69a1149330aaa40 authored almost 11 years ago by Davert <[email protected]>
fix for #765 - code coverage for non remote acceptance tests

d3db8d3562d70935cf7288c35fb4a21e9aa91fca authored almost 11 years ago by Davert <[email protected]>
html redirects as well as http refresh header redirects are handled

ba4ef9db59531526d00dc5f689ecca1bb0b38903 authored almost 11 years ago by Davert <[email protected]>
fixed command tests

36206bafcd5a5986c77e8f27a51d4013da320cb7 authored almost 11 years ago by Davert <[email protected]>
fixed facebook test. hurray

d4e5c329f2e10577833564c19764f0f1d995f734 authored almost 11 years ago by Davert <[email protected]>
restored gitignore

cb79146a0b7f81859dd3790011cb25c1c7fed3dd authored almost 11 years ago by Davert <[email protected]>
added back .gitkeep files

33da3d337c37ebf44bd26bed31d16403a953ed46 authored almost 11 years ago by Davert <[email protected]>
removed pearfarm trash

c85dc9de2b0c0d49a6f53ade0a0344fd5a0c1fb6 authored almost 11 years ago by Davert <[email protected]>
removed build scrips in favor of robo

10f2da5d31e348d73eea1bc45a15d40352f6d8bc authored almost 11 years ago by Davert <[email protected]>
added phpbrowser and webdriver test runners

af04549170094ead69b4cb279a12304102edf8a0 authored almost 11 years ago by Davert <[email protected]>
codecept.phar removed

7ea12c7aa5a436c10d89441df2fc1ac46c94b398 authored almost 11 years ago by Davert <[email protected]>
added back gitkeep files

baf3896ad49f80820ccd11cfa7ab58bf2abc015f authored almost 11 years ago by Davert <[email protected]>
added Robo as task manager

db487c99d0432ecbfd1fdb539f685982a4d4d9d3 authored almost 11 years ago by Davert <[email protected]>
added multisession with friends and tests

8b60e40f16708236acbb63dd9e721a68a7371762 authored almost 11 years ago by Davert <[email protected]>
added recirect test

8a3cb19fce684ce3f0e9a74bfc75e9cb59677d58 authored almost 11 years ago by Davert <[email protected]>
debug section made smarter

bb471e168792ccb237b5c7f5bae647f5faeb4241 authored almost 11 years ago by Davert <[email protected]>
php 5.3 removed from travis

dc4028bf4c9d0deda96e881bad8e2e9275cac18c authored almost 11 years ago by Davert <[email protected]>
php browser accepts header > fixed code coverage

cfa51d5539e6a641676089b96130e39342ceff5f authored almost 11 years ago by Davert <[email protected]>
simple file cleanup

c97f40fc083f06603f29122b54db08ebd5e1bf81 authored almost 11 years ago by Davert <[email protected]>
implemented _sendRequest method for PhpBrowser

c3577aff8a96c429956cb571b8216a191110c7eb authored almost 11 years ago by Davert <[email protected]>
removed mink/goutte from connector

7a84fdb54dd75bb6be4c4570b9d02bfafff48cd3 authored almost 11 years ago by Davert <[email protected]>
php 5.3.19 as minimal requirement for travis

1b23f80e3b62a411b44661fc5001fde165faf427 authored almost 11 years ago by Davert <[email protected]>
removed mink, phpbrowser handled by innerbrowser

8e817a2a31845a256b76ca5b22362a95e32d115f authored almost 11 years ago by Davert <[email protected]>
removed verify/specify dependencies

558a76404377f10331ff74e763c8aee86de972cc authored almost 11 years ago by Davert <[email protected]>
guy classes simplified

a5bd881991daa4533b3293c8becbe0ec2bb50311 authored almost 11 years ago by Davert <[email protected]>
scenario generation, cests fixed for 1 time execution

280d37e3671ce7d1f83c94a8776e3150dc1a0b1b authored almost 11 years ago by Davert <[email protected]>
parser class created and implemented in Cept

c7d28c847f203db75cfc705845efd93e9f373fd9 authored almost 11 years ago by Davert <[email protected]>
added Parser classs with a test

d512780b8edab01badb2cd16698fbdc5f8be6419 authored almost 11 years ago by Davert <[email protected]>
Fixed code style and readability.

cf2b4f8004a2ad5bd21aa11dc57a855607ee875e authored almost 11 years ago by Anatoliy Yastreb <[email protected]>
Merge pull request #813 from csavio/patch-2

Update 07-AdvancedUsage.md

42cb706e9349ec8c030c4339cae92d0404756982 authored almost 11 years ago by Michael Bodnarchuk <[email protected]>
Merge pull request #814 from UseAllFive/fix-get-cookies-error

Use getInternalRequest to return Symfony\Component\BrowserKit\Request

505d2fc09ac3b11d0c57657387a81f8b8f61e173 authored almost 11 years ago by Michael Bodnarchuk <[email protected]>
Update 07-AdvancedUsage.md

Fixing a minor typo in the code example.

<pre>self::URL</pre>

should have been

<pre>s...

a73ce1bc4b2108dcb44580792da7c1f7e60a204f authored almost 11 years ago by csavio <[email protected]>
Use getInternalRequest to return Symfony\Component\BrowserKit\Request

Symfony 2.3 getRequest returns Symfony\Component\HttpFoundation\Response,
which does not have a ...

c5011c45c27092359310999205da16c011ac015c authored almost 11 years ago by Jason Moore <[email protected]>
Fixed test typo.

983b8147406166138dc0ac77dd62b4d98ee45730 authored almost 11 years ago by Anatoliy Yastreb <[email protected]>
Changed getClassesFromFile() method to use tokenizer for reading classes from file.

- fixed suite name in environment run

bf90f96d235dc6223f29ee0e4e4cdf0553c69e3d authored almost 11 years ago by Anatoliy Yastreb <[email protected]>
Merge pull request #808 from tomtomsen/582_suite_running_twice2

Fixes #582, suites running twice

d25b8f4da4b5d96e876a4f13857be452168e5811 authored almost 11 years ago by Michael Bodnarchuk <[email protected]>
indexed suites array by its name, to ensure it does not get added twice

8065c9d58e19e721150d01880a82190846bf1692 authored almost 11 years ago by tomtomsen <[email protected]>
Merge pull request #804 from craigjbass/1.7

Always output CodeCoverage if requested to (1.7)

5da979c4a4707fd8a22889e2656ed5d351fce2c1 authored almost 11 years ago by Michael Bodnarchuk <[email protected]>
Always output CodeCoverage if requested to

Backported from master

4a2a010a8b287ce6571c27a29b67a0e59bc13d21 authored almost 11 years ago by Craig Bass <[email protected]>
Add support to SqlSrv driver.

Add support to SqlSrv driver and alternative driver to MS SQL server.

8c53a7c2fa4b2999ef22a8961234797e9692b67c authored almost 11 years ago by Sitawit Suteepohnwiroj <[email protected]>
Merge pull request #801 from csavio/patch-1

Update 07-AdvancedUsage.md

d0376e86038fb1a5903faee39cb788dd6a9ed7fc authored almost 11 years ago by tiger-seo <[email protected]>
Update 07-AdvancedUsage.md

Changed the word technics to techniques.

3a1a19fa7d5b94aa3f439c688a2a110717e2b1b9 authored almost 11 years ago by csavio <[email protected]>
Update Db.php

Add support for SqlSvr

9a3bf5ee7cdd4340d59fc38ea91206e1dabda861 authored almost 11 years ago by sitawit <[email protected]>
Create SqlSrv.php

SQL server driver file for PDO_SQLSVR

a663bf7dac6cafa495a22e80abd837377a8bfa40 authored almost 11 years ago by sitawit <[email protected]>
Merge pull request #792 from filipgorny/1.8

Excluding abstract classes in addCest

127632b42de5d2c0feb91b9208649410f5a4cb24 authored about 11 years ago by Michael Bodnarchuk <[email protected]>
Modified to suits PSR-2

b2bb4419918fd99e52c85dc3c0edb7a949e969c3 authored about 11 years ago by Filip Gorny <[email protected]>
Excluding abstract classes in addCest

8bfa193d5a51acfd47d63edeae4cc800b7cd1608 authored about 11 years ago by Filip Gorny <[email protected]>
Merge pull request #784 from Ragazzo/location_header_issue

fixed location

b77e59b46bf13cfd4d44ffb2867fb5ba81b611d1 authored about 11 years ago by Michael Bodnarchuk <[email protected]>
fixed comments

735c5060ab0ed46553e42ca5b683478e7bd41df6 authored about 11 years ago by Mark <[email protected]>
fixed location

95e129ccd6be92a1f6edcc302401e1a208e5c954 authored about 11 years ago by Mark <[email protected]>
Merge pull request #776 from Ragazzo/framework_cookies_feature

added cookie/headers debug info

8fd31910865b3bb12ffddf90334cbe2b8090b22f authored about 11 years ago by Michael Bodnarchuk <[email protected]>
Merge pull request #778 from qiangxue/master

Set the request method for Yii 2 connector

b97d885d550011d2d7b6293691784883b85a347b authored about 11 years ago by Michael Bodnarchuk <[email protected]>
Set the request method.

8dbdae4382949f27eaac75c196a1c997ec7a2485 authored about 11 years ago by Qiang Xue <[email protected]>
Merge pull request #777 from qiangxue/master

Fixed various issues of Yii2 module and connector

48950e77f6f76376c2de947b016a35507fd8444b authored about 11 years ago by Michael Bodnarchuk <[email protected]>
Fixed cookie issue.

Replaced `entryScript` and `url` options with a single `configFile` option.

ab8d46d00ad519a57c77b39337e48ba3c45533cf authored about 11 years ago by Qiang Xue <[email protected]>
Fixed tabs to spaces

042b016256525cd453514bcbe89df5797ead9aa4 authored about 11 years ago by Mark <[email protected]>
added headers info

77d9559d3f834a64dc68358f71307b61d2d7bb6a authored about 11 years ago by Mark <[email protected]>
added cookie debug info

dc243f52f098498a89430af48cf5873e8c7f9140 authored about 11 years ago by Mark <[email protected]>