testcases
22 rows where testsuite_id = 12441
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
1543423 | /workspace/src/extensions/Thanks/tests/phpunit 12441 | ApiCoreThankIntegrationTest | testRequestWithoutToken | 0.207444 | 0 | 0 |
1543424 | /workspace/src/extensions/Thanks/tests/phpunit 12441 | ApiCoreThankIntegrationTest | testValidRevRequest | 0.252558 | 0 | 0 |
1543425 | /workspace/src/extensions/Thanks/tests/phpunit 12441 | ApiCoreThankIntegrationTest | testValidLogRequest | 0.252689 | 0 | 0 |
1543426 | /workspace/src/extensions/Thanks/tests/phpunit 12441 | ApiCoreThankIntegrationTest | testLogRequestWithDisallowedLogType | 0.259172 | 0 | 0 |
1543427 | /workspace/src/extensions/Thanks/tests/phpunit 12441 | ApiCoreThankIntegrationTest | testLogThanksForADeletedLogEntry | 0.239774 | 0 | 0 |
1543428 | /workspace/src/extensions/Thanks/tests/phpunit 12441 | ApiCoreThankIntegrationTest | testValidRequestWithSource | 0.260963 | 0 | 0 |
1543429 | /workspace/src/extensions/Thanks/tests/phpunit 12441 | ApiCoreThankIntegrationTest | testInvalidRequest | 0.242196 | 0 | 0 |
1543430 | /workspace/src/extensions/Thanks/tests/phpunit 12441 | ApiCoreThankIntegrationTest | testApiTestGroup | 0.198875 | 0 | 0 |
1543431 | /workspace/src/extensions/Thanks/tests/phpunit 12441 | ApiCoreThankIntegrationTest | testValidCovers | 0.237541 | 0 | 0 |
1543432 | /workspace/src/extensions/Thanks/tests/phpunit 12441 | ApiCoreThankUnitTest | testValidCovers | 0.001046 | 0 | 0 |
1543433 | /workspace/src/extensions/Thanks/tests/phpunit 12441 | ApiCoreThankUnitTest | testDieOnBadUser with data set "anon" | 0.002991 | 0 | 0 |
1543434 | /workspace/src/extensions/Thanks/tests/phpunit 12441 | ApiCoreThankUnitTest | testDieOnBadUser with data set "ping" | 0.004548 | 0 | 0 |
1543435 | /workspace/src/extensions/Thanks/tests/phpunit 12441 | ApiCoreThankUnitTest | testDieOnBadUser with data set "globally blocked" | 0.003174 | 0 | 0 |
1543436 | /workspace/src/extensions/Thanks/tests/phpunit 12441 | ApiCoreThankUnitTest | testDieOnBadUser with data set "sitewide blocked" | 0.002781 | 0 | 0 |
1543437 | /workspace/src/extensions/Thanks/tests/phpunit 12441 | ApiCoreThankUnitTest | testDieOnBadUser with data set "partial blocked" | 0.001289 | 0 | 0 |
1543438 | /workspace/src/extensions/Thanks/tests/phpunit 12441 | ApiFlowThankIntegrationTest | testRequestWithoutToken | 0.048365 | 0 | 0 |
1543439 | /workspace/src/extensions/Thanks/tests/phpunit 12441 | ApiFlowThankIntegrationTest | testInvalidRequest | 0.036535 | 0 | 0 |
1543440 | /workspace/src/extensions/Thanks/tests/phpunit 12441 | ApiFlowThankIntegrationTest | testValidRequest | 0.057276 | 0 | 0 |
1543441 | /workspace/src/extensions/Thanks/tests/phpunit 12441 | ApiFlowThankIntegrationTest | testRequestWithInvalidId | 0.037454 | 0 | 0 |
1543442 | /workspace/src/extensions/Thanks/tests/phpunit 12441 | ApiFlowThankIntegrationTest | testRequestWithOwnId | 0.046046 | 0 | 0 |
1543443 | /workspace/src/extensions/Thanks/tests/phpunit 12441 | ApiFlowThankIntegrationTest | testApiTestGroup | 0.032701 | 0 | 0 |
1543444 | /workspace/src/extensions/Thanks/tests/phpunit 12441 | ApiFlowThankIntegrationTest | testValidCovers | 0.036232 | 0 | 0 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE testcases ( id INTEGER PRIMARY KEY, testsuite_id INTEGER NOT NULL, classname TEXT, name TEXT, time REAL, failure INTEGER NOT NULL, skipped INTEGER NOT NULL, CHECK (failure IN (0, 1)), CHECK (skipped IN (0, 1)), FOREIGN KEY(testsuite_id) REFERENCES testsuites(id) );