From f628c88719f94f2adceabc931e564eedcd005094 Mon Sep 17 00:00:00 2001 From: James Titcumb Date: Wed, 10 Feb 2021 11:35:23 +0000 Subject: [PATCH] Temporarily ignore phpunit deprecations since we have an issue to fix later in #203 --- known-issues.xml | 83 ++++++++++++++++++++++++++++++++++++++++++++++++ psalm.xml.dist | 1 + 2 files changed, 84 insertions(+) create mode 100644 known-issues.xml diff --git a/known-issues.xml b/known-issues.xml new file mode 100644 index 00000000..ba44ee5f --- /dev/null +++ b/known-issues.xml @@ -0,0 +1,83 @@ + + + + + CheckScoutApmKeyListener + + + TestListenerDefaultImplementation + + + + + self::at(0) + self::at(0) + self::at(1) + self::at(1) + self::at(1) + self::at(1) + self::at(1) + self::at(1) + self::at(2) + self::at(2) + self::at(2) + self::at(2) + self::at(2) + self::at(2) + self::at(2) + self::at(2) + self::at(3) + self::at(3) + self::at(3) + self::at(3) + self::at(3) + self::at(3) + self::at(3) + self::at(3) + self::at(4) + self::at(4) + self::at(4) + self::at(5) + self::at(5) + self::at(6) + + + self::at(0) + self::at(0) + self::at(1) + self::at(1) + self::at(1) + self::at(1) + self::at(1) + self::at(1) + self::at(2) + self::at(2) + self::at(2) + self::at(2) + self::at(2) + self::at(2) + self::at(2) + self::at(2) + self::at(3) + self::at(3) + self::at(3) + self::at(3) + self::at(3) + self::at(3) + self::at(3) + self::at(3) + self::at(4) + self::at(4) + self::at(4) + self::at(5) + self::at(5) + self::at(6) + + + + + self::assertRegExp(self::DATE_FORMAT_VALIDATION_REGEX, (string) $timer->getStart()) + self::assertRegExp(self::DATE_FORMAT_VALIDATION_REGEX, (string) $timer->getStop()) + + + diff --git a/psalm.xml.dist b/psalm.xml.dist index 596fd544..8d0f4241 100644 --- a/psalm.xml.dist +++ b/psalm.xml.dist @@ -3,6 +3,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="https://getpsalm.org/schema/config" xsi:schemaLocation="https://getpsalm.org/schema/config vendor/vimeo/psalm/config.xsd" + errorBaseline="known-issues.xml" >