home / tests

testcases

17 rows where testsuite_id = 1257

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ testsuite_id classname name time failure skipped
618635 /workspace/src/extensions/CookieWarning/tests/phpunit 1257 CookieWarning.Tests.DecisionsTest testShouldNotCallGeoLocationMultiple 0.009918 0 0
618636 /workspace/src/extensions/CookieWarning/tests/phpunit 1257 CookieWarning.Tests.DecisionsTest testValidCovers 0.001215 0 0
618637 /workspace/src/extensions/CookieWarning/tests/phpunit 1257 CookieWarning.Tests.HooksTest testValidCovers 0.002763 0 0
618638 /workspace/src/extensions/CookieWarning/tests/phpunit 1257 CookieWarning.Tests.HooksTest testOnSiteNoticeAfter with data set #0 0.016324 0 0
618639 /workspace/src/extensions/CookieWarning/tests/phpunit 1257 CookieWarning.Tests.HooksTest testOnSiteNoticeAfter with data set #1 0.005067 0 0
618640 /workspace/src/extensions/CookieWarning/tests/phpunit 1257 CookieWarning.Tests.HooksTest testOnSiteNoticeAfter with data set #2 0.009316 0 0
618641 /workspace/src/extensions/CookieWarning/tests/phpunit 1257 CookieWarning.Tests.HooksTest testOnSiteNoticeAfter with data set #3 0.12591 0 0
618642 /workspace/src/extensions/CookieWarning/tests/phpunit 1257 CookieWarning.Tests.HooksTest testOnSiteNoticeAfter with data set #4 0.09734 0 0
618643 /workspace/src/extensions/CookieWarning/tests/phpunit 1257 CookieWarning.Tests.HooksTest testOnSiteNoticeAfter with data set #5 0.103593 0 0
618644 /workspace/src/extensions/CookieWarning/tests/phpunit 1257 CookieWarning.Tests.HooksTest testOnSiteNoticeAfter with data set #6 0.141717 0 0
618645 /workspace/src/extensions/CookieWarning/tests/phpunit 1257 CookieWarning.Tests.HooksTest testOnSiteNoticeAfter with data set #7 0.154133 0 0
618646 /workspace/src/extensions/CookieWarning/tests/phpunit 1257 CookieWarning.Tests.HooksTest testOnSiteNoticeAfterGeoLocation with data set #0 0.006817 0 0
618647 /workspace/src/extensions/CookieWarning/tests/phpunit 1257 CookieWarning.Tests.HooksTest testOnSiteNoticeAfterGeoLocation with data set #1 0.004425 0 0
618648 /workspace/src/extensions/CookieWarning/tests/phpunit 1257 CookieWarning.Tests.HooksTest testOnSiteNoticeAfterGeoLocation with data set #2 0.006296 0 0
618649 /workspace/src/extensions/CookieWarning/tests/phpunit 1257 CookieWarning.Tests.ServiceWiringTest testGeoLocationWithoutServiceURL 0.001458 0 0
618650 /workspace/src/extensions/CookieWarning/tests/phpunit 1257 CookieWarning.Tests.ServiceWiringTest testGeoLocationWithServiceURL 0.001528 0 0
618651 /workspace/src/extensions/CookieWarning/tests/phpunit 1257 CookieWarning.Tests.ServiceWiringTest testValidCovers 0.001098 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 6046.666ms