home / tests

testcases

22 rows where testsuite_id = 1239

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
614413 /workspace/src/extensions/Thanks/tests/phpunit 1239 ApiCoreThankIntegrationTest testRequestWithoutToken 0.247019 0 0
614414 /workspace/src/extensions/Thanks/tests/phpunit 1239 ApiCoreThankIntegrationTest testValidRevRequest 0.25035 0 0
614415 /workspace/src/extensions/Thanks/tests/phpunit 1239 ApiCoreThankIntegrationTest testValidLogRequest 0.237472 0 0
614416 /workspace/src/extensions/Thanks/tests/phpunit 1239 ApiCoreThankIntegrationTest testLogRequestWithDisallowedLogType 0.205377 0 0
614417 /workspace/src/extensions/Thanks/tests/phpunit 1239 ApiCoreThankIntegrationTest testLogThanksForADeletedLogEntry 0.28825 0 0
614418 /workspace/src/extensions/Thanks/tests/phpunit 1239 ApiCoreThankIntegrationTest testValidRequestWithSource 0.229947 0 0
614419 /workspace/src/extensions/Thanks/tests/phpunit 1239 ApiCoreThankIntegrationTest testInvalidRequest 0.202877 0 0
614420 /workspace/src/extensions/Thanks/tests/phpunit 1239 ApiCoreThankIntegrationTest testApiTestGroup 0.190042 0 0
614421 /workspace/src/extensions/Thanks/tests/phpunit 1239 ApiCoreThankIntegrationTest testValidCovers 0.198678 0 0
614422 /workspace/src/extensions/Thanks/tests/phpunit 1239 ApiCoreThankUnitTest testValidCovers 0.000984 0 0
614423 /workspace/src/extensions/Thanks/tests/phpunit 1239 ApiCoreThankUnitTest testDieOnBadUser with data set "anon" 0.003392 0 0
614424 /workspace/src/extensions/Thanks/tests/phpunit 1239 ApiCoreThankUnitTest testDieOnBadUser with data set "ping" 0.004153 0 0
614425 /workspace/src/extensions/Thanks/tests/phpunit 1239 ApiCoreThankUnitTest testDieOnBadUser with data set "globally blocked" 0.003044 0 0
614426 /workspace/src/extensions/Thanks/tests/phpunit 1239 ApiCoreThankUnitTest testDieOnBadUser with data set "sitewide blocked" 0.00273 0 0
614427 /workspace/src/extensions/Thanks/tests/phpunit 1239 ApiCoreThankUnitTest testDieOnBadUser with data set "partial blocked" 0.001283 0 0
614428 /workspace/src/extensions/Thanks/tests/phpunit 1239 ApiFlowThankIntegrationTest testRequestWithoutToken 0.046017 0 0
614429 /workspace/src/extensions/Thanks/tests/phpunit 1239 ApiFlowThankIntegrationTest testInvalidRequest 0.036187 0 0
614430 /workspace/src/extensions/Thanks/tests/phpunit 1239 ApiFlowThankIntegrationTest testValidRequest 0.056728 0 0
614431 /workspace/src/extensions/Thanks/tests/phpunit 1239 ApiFlowThankIntegrationTest testRequestWithInvalidId 0.038711 0 0
614432 /workspace/src/extensions/Thanks/tests/phpunit 1239 ApiFlowThankIntegrationTest testRequestWithOwnId 0.047865 0 0
614433 /workspace/src/extensions/Thanks/tests/phpunit 1239 ApiFlowThankIntegrationTest testApiTestGroup 0.032008 0 0
614434 /workspace/src/extensions/Thanks/tests/phpunit 1239 ApiFlowThankIntegrationTest testValidCovers 0.034554 0 0

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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)
        );
Powered by Datasette · Queries took 5655.519ms