testcases
24 rows where testsuite_id = 1216
This data as json, CSV (advanced)
id ▼ | testsuite_id | classname | name | time | failure | skipped |
---|---|---|---|---|---|---|
608948 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1216 | ContentTranslation.Test.AbuseFilterCheck.AbuseFilterCheckTest | testValidCovers | 0.001377 | 0 | 0 |
608949 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1216 | ContentTranslation.Test.AbuseFilterCheck.AbuseFilterCheckTest | testCheckTitle with data set "Disallow" | 0.018518 | 0 | 0 |
608950 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1216 | ContentTranslation.Test.AbuseFilterCheck.AbuseFilterCheckTest | testCheckTitle with data set "Warning" | 0.012993 | 0 | 0 |
608951 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1216 | ContentTranslation.Test.AbuseFilterCheck.AbuseFilterCheckTest | testCheckTitle with data set "No consequences" | 0.016472 | 0 | 0 |
608952 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1216 | ContentTranslation.Test.AbuseFilterCheck.AbuseFilterCheckTest | testCheckTitle with data set "No serious consequences" | 0.009057 | 0 | 0 |
608953 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1216 | ContentTranslation.Test.AbuseFilterCheck.AbuseFilterCheckTest | testCheckTitle with data set "Block" | 0.007233 | 0 | 0 |
608954 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1216 | ContentTranslation.Test.AbuseFilterCheck.AbuseFilterCheckTest | testCheckTitle with data set "Disallow and degroup" | 0.006865 | 0 | 0 |
608955 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1216 | ContentTranslation.Test.AbuseFilterCheck.AbuseFilterCheckTest | testCheckSection with data set "Disallow" | 0.00874 | 0 | 0 |
608956 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1216 | ContentTranslation.Test.AbuseFilterCheck.AbuseFilterCheckTest | testCheckSection with data set "Warning" | 0.037606 | 0 | 0 |
608957 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1216 | ContentTranslation.Test.AbuseFilterCheck.AbuseFilterCheckTest | testCheckSection with data set "No consequences" | 0.007176 | 0 | 0 |
608958 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1216 | ContentTranslation.Test.AbuseFilterCheck.AbuseFilterCheckTest | testCheckSection with data set "No serious consequences" | 0.00662 | 0 | 0 |
608959 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1216 | ContentTranslation.Test.AbuseFilterCheck.AbuseFilterCheckTest | testCheckSection with data set "Block" | 0.011831 | 0 | 0 |
608960 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1216 | ContentTranslation.Test.AbuseFilterCheck.AbuseFilterCheckTest | testCheckSection with data set "Block and degroup" | 0.007233 | 0 | 0 |
608961 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1216 | ContentTranslation.Test.AbuseFilterCheck.AbuseFilterCheckTest | testCheckSection with data set "Text too short" | 0.002274 | 0 | 0 |
608962 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1216 | ContentTranslation.Tests.DateManipulatorTest | testConstructor | 0.000498 | 0 | 0 |
608963 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1216 | ContentTranslation.Tests.DateManipulatorTest | testGetSteps | 0.001017 | 0 | 0 |
608964 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1216 | ContentTranslation.Tests.DateManipulatorTest | testValidCovers | 0.00028 | 0 | 0 |
608965 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1216 | ContentTranslation.Tests.DateManipulatorTest | testGetIntervalIdentifier with data set #0 | 0.000163 | 0 | 0 |
608966 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1216 | ContentTranslation.Tests.DateManipulatorTest | testGetIntervalIdentifier with data set #1 | 0.000206 | 0 | 0 |
608967 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1216 | ContentTranslation.Tests.DateManipulatorTest | testGetIntervalIdentifier with data set #2 | 0.00017 | 0 | 0 |
608968 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1216 | ContentTranslation.Tests.DateManipulatorTest | testGetIntervalIdentifier with data set #3 | 0.000471 | 0 | 0 |
608969 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1216 | ContentTranslation.Tests.DateManipulatorTest | testGetIntervalIdentifier with data set #4 | 0.000185 | 0 | 0 |
608970 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1216 | ContentTranslation.Tests.DateManipulatorTest | testGetIntervalIdentifier with data set #5 | 0.00016 | 0 | 0 |
608971 | /workspace/src/extensions/ContentTranslation/tests/phpunit 1216 | ContentTranslation.Tests.DateManipulatorTest | testGetIntervalIdentifier with data set #6 | 0.000176 | 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) );