testcases
24 rows where testsuite_id = 1214
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
608534 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1214 | ContentTranslation.Test.AbuseFilterCheck.AbuseFilterCheckTest | testValidCovers | 0.002933 | 0 | 0 |
608535 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1214 | ContentTranslation.Test.AbuseFilterCheck.AbuseFilterCheckTest | testCheckTitle with data set "Disallow" | 0.020342 | 0 | 0 |
608536 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1214 | ContentTranslation.Test.AbuseFilterCheck.AbuseFilterCheckTest | testCheckTitle with data set "Warning" | 0.013328 | 0 | 0 |
608537 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1214 | ContentTranslation.Test.AbuseFilterCheck.AbuseFilterCheckTest | testCheckTitle with data set "No consequences" | 0.006362 | 0 | 0 |
608538 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1214 | ContentTranslation.Test.AbuseFilterCheck.AbuseFilterCheckTest | testCheckTitle with data set "No serious consequences" | 0.006603 | 0 | 0 |
608539 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1214 | ContentTranslation.Test.AbuseFilterCheck.AbuseFilterCheckTest | testCheckTitle with data set "Block" | 0.006989 | 0 | 0 |
608540 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1214 | ContentTranslation.Test.AbuseFilterCheck.AbuseFilterCheckTest | testCheckTitle with data set "Disallow and degroup" | 0.006866 | 0 | 0 |
608541 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1214 | ContentTranslation.Test.AbuseFilterCheck.AbuseFilterCheckTest | testCheckSection with data set "Disallow" | 0.008588 | 0 | 0 |
608542 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1214 | ContentTranslation.Test.AbuseFilterCheck.AbuseFilterCheckTest | testCheckSection with data set "Warning" | 0.022747 | 0 | 0 |
608543 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1214 | ContentTranslation.Test.AbuseFilterCheck.AbuseFilterCheckTest | testCheckSection with data set "No consequences" | 0.007052 | 0 | 0 |
608544 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1214 | ContentTranslation.Test.AbuseFilterCheck.AbuseFilterCheckTest | testCheckSection with data set "No serious consequences" | 0.007172 | 0 | 0 |
608545 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1214 | ContentTranslation.Test.AbuseFilterCheck.AbuseFilterCheckTest | testCheckSection with data set "Block" | 0.011685 | 0 | 0 |
608546 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1214 | ContentTranslation.Test.AbuseFilterCheck.AbuseFilterCheckTest | testCheckSection with data set "Block and degroup" | 0.006971 | 0 | 0 |
608547 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1214 | ContentTranslation.Test.AbuseFilterCheck.AbuseFilterCheckTest | testCheckSection with data set "Text too short" | 0.006054 | 0 | 0 |
608548 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1214 | ContentTranslation.Tests.DateManipulatorTest | testConstructor | 0.000659 | 0 | 0 |
608549 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1214 | ContentTranslation.Tests.DateManipulatorTest | testGetSteps | 0.001104 | 0 | 0 |
608550 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1214 | ContentTranslation.Tests.DateManipulatorTest | testValidCovers | 0.00025 | 0 | 0 |
608551 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1214 | ContentTranslation.Tests.DateManipulatorTest | testGetIntervalIdentifier with data set #0 | 0.000171 | 0 | 0 |
608552 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1214 | ContentTranslation.Tests.DateManipulatorTest | testGetIntervalIdentifier with data set #1 | 0.000175 | 0 | 0 |
608553 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1214 | ContentTranslation.Tests.DateManipulatorTest | testGetIntervalIdentifier with data set #2 | 0.000108 | 0 | 0 |
608554 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1214 | ContentTranslation.Tests.DateManipulatorTest | testGetIntervalIdentifier with data set #3 | 0.000533 | 0 | 0 |
608555 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1214 | ContentTranslation.Tests.DateManipulatorTest | testGetIntervalIdentifier with data set #4 | 0.000121 | 0 | 0 |
608556 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1214 | ContentTranslation.Tests.DateManipulatorTest | testGetIntervalIdentifier with data set #5 | 0.00016 | 0 | 0 |
608557 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1214 | ContentTranslation.Tests.DateManipulatorTest | testGetIntervalIdentifier with data set #6 | 0.000128 | 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) );