From 6bcfba29d2e5371d5c4db97fcdb3a479c4028462 Mon Sep 17 00:00:00 2001 From: Henrique Moody Date: Sun, 17 Feb 2019 21:00:52 +0100 Subject: [PATCH] Remove extra tests for "Bsn" rule There is already a test for this rule, therefore there is no need for those 3 extra ones. Signed-off-by: Henrique Moody --- tests/integration/bsn_1.phpt | 14 -------------- tests/integration/bsn_2.phpt | 21 --------------------- tests/integration/bsn_3.phpt | 21 --------------------- 3 files changed, 56 deletions(-) delete mode 100644 tests/integration/bsn_1.phpt delete mode 100644 tests/integration/bsn_2.phpt delete mode 100644 tests/integration/bsn_3.phpt diff --git a/tests/integration/bsn_1.phpt b/tests/integration/bsn_1.phpt deleted file mode 100644 index 2770f153..00000000 --- a/tests/integration/bsn_1.phpt +++ /dev/null @@ -1,14 +0,0 @@ ---CREDITS-- -William Espindola ---FILE-- -check('612890053'); -?> ---EXPECT-- diff --git a/tests/integration/bsn_2.phpt b/tests/integration/bsn_2.phpt deleted file mode 100644 index 4904bdfa..00000000 --- a/tests/integration/bsn_2.phpt +++ /dev/null @@ -1,21 +0,0 @@ ---CREDITS-- -Henrique Moody -William Espindola ---FILE-- -check('acb'); -} catch (BsnException $e) { - echo $e->getMessage(); -} -?> ---EXPECT-- -"acb" must be a BSN diff --git a/tests/integration/bsn_3.phpt b/tests/integration/bsn_3.phpt deleted file mode 100644 index e7c7d791..00000000 --- a/tests/integration/bsn_3.phpt +++ /dev/null @@ -1,21 +0,0 @@ ---CREDITS-- -Henrique Moody -William Espindola ---FILE-- -check(null); -} catch (BsnException $e) { - echo $e->getMessage(); -} -?> ---EXPECT-- -`NULL` must be a BSN