testcases
24 rows where testsuite_id = 1223
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
609211 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1223 | ContentTranslation.Test.AbuseFilterCheck.AbuseFilterCheckTest | testValidCovers | 0.001534 | 0 | 0 |
609212 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1223 | ContentTranslation.Test.AbuseFilterCheck.AbuseFilterCheckTest | testCheckTitle with data set "Disallow" | 0.018055 | 0 | 0 |
609213 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1223 | ContentTranslation.Test.AbuseFilterCheck.AbuseFilterCheckTest | testCheckTitle with data set "Warning" | 0.012829 | 0 | 0 |
609214 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1223 | ContentTranslation.Test.AbuseFilterCheck.AbuseFilterCheckTest | testCheckTitle with data set "No consequences" | 0.006623 | 0 | 0 |
609215 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1223 | ContentTranslation.Test.AbuseFilterCheck.AbuseFilterCheckTest | testCheckTitle with data set "No serious consequences" | 0.007785 | 0 | 0 |
609216 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1223 | ContentTranslation.Test.AbuseFilterCheck.AbuseFilterCheckTest | testCheckTitle with data set "Block" | 0.007214 | 0 | 0 |
609217 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1223 | ContentTranslation.Test.AbuseFilterCheck.AbuseFilterCheckTest | testCheckTitle with data set "Disallow and degroup" | 0.006925 | 0 | 0 |
609218 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1223 | ContentTranslation.Test.AbuseFilterCheck.AbuseFilterCheckTest | testCheckSection with data set "Disallow" | 0.008628 | 0 | 0 |
609219 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1223 | ContentTranslation.Test.AbuseFilterCheck.AbuseFilterCheckTest | testCheckSection with data set "Warning" | 0.021049 | 0 | 0 |
609220 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1223 | ContentTranslation.Test.AbuseFilterCheck.AbuseFilterCheckTest | testCheckSection with data set "No consequences" | 0.019256 | 0 | 0 |
609221 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1223 | ContentTranslation.Test.AbuseFilterCheck.AbuseFilterCheckTest | testCheckSection with data set "No serious consequences" | 0.017675 | 0 | 0 |
609222 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1223 | ContentTranslation.Test.AbuseFilterCheck.AbuseFilterCheckTest | testCheckSection with data set "Block" | 0.014498 | 0 | 0 |
609223 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1223 | ContentTranslation.Test.AbuseFilterCheck.AbuseFilterCheckTest | testCheckSection with data set "Block and degroup" | 0.007505 | 0 | 0 |
609224 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1223 | ContentTranslation.Test.AbuseFilterCheck.AbuseFilterCheckTest | testCheckSection with data set "Text too short" | 0.002172 | 0 | 0 |
609225 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1223 | ContentTranslation.Tests.DateManipulatorTest | testConstructor | 0.000565 | 0 | 0 |
609226 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1223 | ContentTranslation.Tests.DateManipulatorTest | testGetSteps | 0.000962 | 0 | 0 |
609227 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1223 | ContentTranslation.Tests.DateManipulatorTest | testValidCovers | 0.00023 | 0 | 0 |
609228 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1223 | ContentTranslation.Tests.DateManipulatorTest | testGetIntervalIdentifier with data set #0 | 0.000199 | 0 | 0 |
609229 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1223 | ContentTranslation.Tests.DateManipulatorTest | testGetIntervalIdentifier with data set #1 | 0.000118 | 0 | 0 |
609230 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1223 | ContentTranslation.Tests.DateManipulatorTest | testGetIntervalIdentifier with data set #2 | 0.000109 | 0 | 0 |
609231 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1223 | ContentTranslation.Tests.DateManipulatorTest | testGetIntervalIdentifier with data set #3 | 0.000482 | 0 | 0 |
609232 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1223 | ContentTranslation.Tests.DateManipulatorTest | testGetIntervalIdentifier with data set #4 | 0.00012 | 0 | 0 |
609233 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1223 | ContentTranslation.Tests.DateManipulatorTest | testGetIntervalIdentifier with data set #5 | 0.000123 | 0 | 0 |
609234 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1223 | ContentTranslation.Tests.DateManipulatorTest | testGetIntervalIdentifier with data set #6 | 0.000126 | 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) );