Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/Codeception/module-db
DB module for Codeception
https://github.com/Codeception/module-db
Add tests for dontSeeInDatabase with empty table
be33696f8c933efc482b1549d92cc57f113776aa authored over 11 years ago
be33696f8c933efc482b1549d92cc57f113776aa authored over 11 years ago
Moving SQL error try..catch from the DB Driver into the DB module, using a new Driver property to store the SQL to be run. refs #362
c955619c8f33a4ff9dc23d658918d6892c91f1bd authored over 11 years ago
c955619c8f33a4ff9dc23d658918d6892c91f1bd authored over 11 years ago
improve to Db module doc
f25a5bf53510c08f9db2b7ef5c2490cfe99d29dd authored over 11 years ago
f25a5bf53510c08f9db2b7ef5c2490cfe99d29dd authored over 11 years ago
ability to explicitly set executed suites
1fe5323f317a0c6138e87a2acd8e839b0fd455fc authored over 11 years ago
1fe5323f317a0c6138e87a2acd8e839b0fd455fc authored over 11 years ago
fix to haveInDatabase() issue
4ec168d3dd8a51b107977b0c8bfdf05196e6f5c6 authored over 11 years ago
4ec168d3dd8a51b107977b0c8bfdf05196e6f5c6 authored over 11 years ago
Merge pull request #269 from TrustNik/master
fix haveInDatabase function
627a5af3fc6a7533dd898e531a9f0aa48b263218 authored almost 12 years ago
fix haveInDatabase function
There is error in binding cycle. You can't use keys because keys are string.
afca2a28504dc6274a09ffe31450bffa8c80f9d9 authored almost 12 years ago
small fix
003731695c6cc6262b99dd47df56c436db42a43a authored almost 12 years ago
003731695c6cc6262b99dd47df56c436db42a43a authored almost 12 years ago
inserted data cleaned after each test in Db module
b04fdca7bdf102a85d27d6002f6742adb387f40d authored almost 12 years ago
b04fdca7bdf102a85d27d6002f6742adb387f40d authored almost 12 years ago
added have in datastorage methods, fix to REST module
01e8104ec3e938a1d7848222d3b4825a730a2b68 authored almost 12 years ago
01e8104ec3e938a1d7848222d3b4825a730a2b68 authored almost 12 years ago
erro handling improved
943c1a6651b08330726ad8a87d1264c7d7b14e90 authored almost 12 years ago
943c1a6651b08330726ad8a87d1264c7d7b14e90 authored almost 12 years ago
Fixed typos
8e93111f43dd7ba9d28e953093d18bd7f756412a authored almost 12 years ago
8e93111f43dd7ba9d28e953093d18bd7f756412a authored almost 12 years ago
docs for modules updated
fad1fe0ecf15cc2d4276830b6d812b27f39f27da authored almost 12 years ago
fad1fe0ecf15cc2d4276830b6d812b27f39f27da authored almost 12 years ago
example configs added to modules
:
4634afd1d222560031c9c1d50af77ba77e23045f authored almost 12 years ago
Merge remote-tracking branch 'upstream/master' into upstream
Conflicts:
composer.json
src/Codeception/Configuration.php
src/Codeception/Module/REST.php
docs updated
c2e6be307297b01f872bcfd3a3c9a9606661c5b5 authored almost 12 years ago
c2e6be307297b01f872bcfd3a3c9a9606661c5b5 authored almost 12 years ago
amqp module updated and module stability docs added
38f2a348a967340a6d26dbe0d4d7a696f31ec5b9 authored almost 12 years ago
38f2a348a967340a6d26dbe0d4d7a696f31ec5b9 authored almost 12 years ago
code standard fixes
bbc1109979fce0da4af64dcc2779cf11114c4446 authored about 12 years ago
bbc1109979fce0da4af64dcc2779cf11114c4446 authored about 12 years ago
Merge pull request #103 from tiger-seo/master
improvements
6bb72a0529e07d53a96b488352217f776ac123ec authored about 12 years ago
improve dump loading logic to support mysql service comments and special directive DELIMITER
3dcb99a352acce6ecf5542fd3988d0446a4eae3f authored about 12 years ago
3dcb99a352acce6ecf5542fd3988d0446a4eae3f authored about 12 years ago
code coverage basic implemented
392fbc9471c7c9f08b631b9b23b10edfe1465fc0 authored about 12 years ago
392fbc9471c7c9f08b631b9b23b10edfe1465fc0 authored about 12 years ago
Merge remote-tracking branch 'upstream/master'
Conflicts:
src/Codeception/Module/Db.php
fix error PDOException: SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax
8f8e1cad2db8943eb4068678b9edf6e4b729b7b8 authored over 12 years ago
8f8e1cad2db8943eb4068678b9edf6e4b729b7b8 authored over 12 years ago
Db moduel for postgres fixed
67dfbe87f95d4a9b493d25b441c3ea4e7c7d691a authored over 12 years ago
67dfbe87f95d4a9b493d25b441c3ea4e7c7d691a authored over 12 years ago
error reporting improved
a7ac4ea72231f2f8ca06888ba4053499345d75e4 authored over 12 years ago
a7ac4ea72231f2f8ca06888ba4053499345d75e4 authored over 12 years ago
autoload fixes
1b93b57af4e3879040fc0b6c8d1431cf05363725 authored over 12 years ago
1b93b57af4e3879040fc0b6c8d1431cf05363725 authored over 12 years ago
change the way the database is being repopulated
e2bb349cbe1c27fa0efd90fb5caf6f1e677c046f authored over 12 years ago
e2bb349cbe1c27fa0efd90fb5caf6f1e677c046f authored over 12 years ago
added mysql quotes around table name
4482a9a258612803f995ff980985ff0426bb63e9 authored over 12 years ago
4482a9a258612803f995ff980985ff0426bb63e9 authored over 12 years ago
added unit-tests
4c87c5a06714b4176e458ff5705477496395b6e3 authored over 12 years ago
4c87c5a06714b4176e458ff5705477496395b6e3 authored over 12 years ago
XPath matchers added
f16bd9579e339c49a33a34f42e16010834c70891 authored over 12 years ago
f16bd9579e339c49a33a34f42e16010834c70891 authored over 12 years ago
XPath matchers added
64ada1ce9f930f6c0eb666478969cd369d9a945a authored over 12 years ago
64ada1ce9f930f6c0eb666478969cd369d9a945a authored over 12 years ago
grabbers added
f5126f051f8580524882ba7f10d059c9e648d06c authored over 12 years ago
f5126f051f8580524882ba7f10d059c9e648d06c authored over 12 years ago
paths for tests fixed
bde4e3abcacd20ffb658ba122b5a8e549ac63480 authored over 12 years ago
bde4e3abcacd20ffb658ba122b5a8e549ac63480 authored over 12 years ago
drivers usage updated
09a57da648e3cbff694a9e669a815ee2eddd3847 authored over 12 years ago
09a57da648e3cbff694a9e669a815ee2eddd3847 authored over 12 years ago
ability to get access to DB driver
369578cd90124424a98f86936e0a78c268a61eb3 authored over 12 years ago
369578cd90124424a98f86936e0a78c268a61eb3 authored over 12 years ago
Added WebDebug module for making scrrenshots
Imporoved 'click' action for frameworks
51db22202cf326e723f89fbb1eeae9b39380da6d authored over 12 years ago
docs updated
3127f631c35a29dc8de094c0b47a8c097bf8436e authored almost 13 years ago
3127f631c35a29dc8de094c0b47a8c097bf8436e authored almost 13 years ago
fixes for 1.0.2
793fa626ae7ed4f8828d525aa988ce0787cc62b7 authored almost 13 years ago
793fa626ae7ed4f8828d525aa988ce0787cc62b7 authored almost 13 years ago
drivers for database connections
2a63bfbbb45d5aaae291c6fd0b009216041d9498 authored almost 13 years ago
2a63bfbbb45d5aaae291c6fd0b009216041d9498 authored almost 13 years ago
smarter db module
b37eb376c49c8d5a97ae03dceb960536c5f1e886 authored almost 13 years ago
b37eb376c49c8d5a97ae03dceb960536c5f1e886 authored almost 13 years ago
fixed selenium for with non-latin characters
3bc586ffcd936690a6748533b5d810c3c0e07d49 authored almost 13 years ago
3bc586ffcd936690a6748533b5d810c3c0e07d49 authored almost 13 years ago
Zend Framework module added
6ef1c6d4c68616d4b9900f142b2813029b1b203f authored about 13 years ago
6ef1c6d4c68616d4b9900f142b2813029b1b203f authored about 13 years ago
BrowserKit added
87533f60ce234b2960721b9bb1f8ed3a84c37b6a authored about 13 years ago
87533f60ce234b2960721b9bb1f8ed3a84c37b6a authored about 13 years ago
bootstrap fixed
a19b76468c7f353dd3d77e5209931008716bf511 authored about 13 years ago
a19b76468c7f353dd3d77e5209931008716bf511 authored about 13 years ago
=version 0.9.8
db648ab664249b0a7777fd97b67f5e96858567d3 authored about 13 years ago
db648ab664249b0a7777fd97b67f5e96858567d3 authored about 13 years ago
travis added
acc3c74e67c073f8451b8a4164485e1efa23c46e authored about 13 years ago
acc3c74e67c073f8451b8a4164485e1efa23c46e authored about 13 years ago
Selenium test updated
d10fee93dae90587a458338913ae49b9ec3b07c6 authored about 13 years ago
d10fee93dae90587a458338913ae49b9ec3b07c6 authored about 13 years ago
refactoring started
f0716050ac016529cf0e29e6da137c831555ee82 authored about 13 years ago
f0716050ac016529cf0e29e6da137c831555ee82 authored about 13 years ago
modules doc updated
2f8c79aabd7112b5ef56db16094ee9fd0e607cd4 authored about 13 years ago
2f8c79aabd7112b5ef56db16094ee9fd0e607cd4 authored about 13 years ago
modules doc updated
58d185e9dd2cee42237955bf9023f81dba39f36c authored about 13 years ago
58d185e9dd2cee42237955bf9023f81dba39f36c authored about 13 years ago
db module config added
5adbf4b60a5c032997472132e4ab6f0e82ba63f2 authored about 13 years ago
5adbf4b60a5c032997472132e4ab6f0e82ba63f2 authored about 13 years ago
transactional cleanup added for doctrine2
5510e5a91f064321eaf51dab591577faf629e177 authored about 13 years ago
5510e5a91f064321eaf51dab591577faf629e177 authored about 13 years ago
strict standards fixed
6d69f1ef7f27e2b5f05ac082a8f3aca2a12849b5 authored about 13 years ago
6d69f1ef7f27e2b5f05ac082a8f3aca2a12849b5 authored about 13 years ago
Db documentation added
d915620256e460832e32bee998c49804c80113e5 authored about 13 years ago
d915620256e460832e32bee998c49804c80113e5 authored about 13 years ago
Db documentation added
4ceabfeb22d58630058c687ffac5d7c6c419e25a authored about 13 years ago
4ceabfeb22d58630058c687ffac5d7c6c419e25a authored about 13 years ago
Db documentation added
b075fed8d667c17f4a476ddbb863471e850a8eeb authored about 13 years ago
b075fed8d667c17f4a476ddbb863471e850a8eeb authored about 13 years ago
removed strict dependency on mink
192fb688a0afe9ec8110db182ecc1534d638d656 authored about 13 years ago
192fb688a0afe9ec8110db182ecc1534d638d656 authored about 13 years ago
Symfony1 and Doctrine1 module added
84ab7bb61c73dcab241c3507227db442b1a10720 authored about 13 years ago
84ab7bb61c73dcab241c3507227db442b1a10720 authored about 13 years ago
initial
575358405aea2b2cdf875d3f277003311b744175 authored about 13 years ago
575358405aea2b2cdf875d3f277003311b744175 authored about 13 years ago