Skip to content

Commit a4d09a0

Browse files
committed
refactor tests
1 parent ef8a33d commit a4d09a0

39 files changed

+0
-312
lines changed

tests/Rules/Valid64TestCase.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,6 @@
77

88
class Valid64TestCase extends TestCase
99
{
10-
/**
11-
* Set up.
12-
*/
13-
protected function setUp(): void
14-
{
15-
parent::setUp();
16-
}
17-
1810
/**
1911
* Test base64 is valid.
2012
*

tests/Rules/ValidBitcoinAddressTestCase.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,6 @@
77

88
class ValidBitcoinAddressTestCase extends TestCase
99
{
10-
/**
11-
* Set up.
12-
*/
13-
protected function setUp(): void
14-
{
15-
parent::setUp();
16-
}
17-
1810
/**
1911
* Test bitcoin address is valid.
2012
*

tests/Rules/ValidCamelCaseTestCase.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,6 @@
77

88
class ValidCamelCaseTestCase extends TestCase
99
{
10-
/**
11-
* Set up.
12-
*/
13-
protected function setUp(): void
14-
{
15-
parent::setUp();
16-
}
17-
1810
/**
1911
* Test camel case is valid.
2012
*

tests/Rules/ValidCapitalCharWithNumberTestCase.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,6 @@
77

88
class ValidCapitalCharWithNumberTestCase extends TestCase
99
{
10-
/**
11-
* Set up.
12-
*/
13-
protected function setUp(): void
14-
{
15-
parent::setUp();
16-
}
17-
1810
/**
1911
* Test capital char with number is valid.
2012
*

tests/Rules/ValidCarNumberTestCase.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,6 @@
77

88
class ValidCarNumberTestCase extends TestCase
99
{
10-
/**
11-
* Set up.
12-
*/
13-
protected function setUp(): void
14-
{
15-
parent::setUp();
16-
}
17-
1810
/**
1911
* Test car number is valid.
2012
*

tests/Rules/ValidCartNumberIranTestCase.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,6 @@
77

88
class ValidCartNumberIranTestCase extends TestCase
99
{
10-
/**
11-
* Set up.
12-
*/
13-
protected function setUp(): void
14-
{
15-
parent::setUp();
16-
}
17-
1810
/**
1911
* Test cart number iran is valid.
2012
*

tests/Rules/ValidCreditCardTestCase.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,6 @@
77

88
class ValidCreditCardTestCase extends TestCase
99
{
10-
/**
11-
* Set up.
12-
*/
13-
protected function setUp(): void
14-
{
15-
parent::setUp();
16-
}
17-
1810
/**
1911
* Test credit card number is valid.
2012
*

tests/Rules/ValidDiscordUsernameTestCase.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,6 @@
77

88
class ValidDiscordUsernameTestCase extends TestCase
99
{
10-
/**
11-
* Set up.
12-
*/
13-
protected function setUp(): void
14-
{
15-
parent::setUp();
16-
}
17-
1810
/**
1911
* Test discord username is valid.
2012
*

tests/Rules/ValidDomainTestCase.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,6 @@
77

88
class ValidDomainTestCase extends TestCase
99
{
10-
/**
11-
* Set up.
12-
*/
13-
protected function setUp(): void
14-
{
15-
parent::setUp();
16-
}
17-
1810
/**
1911
* Test domain is valid.
2012
*

tests/Rules/ValidDuplicateCharacterTestCase.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,6 @@
77

88
class ValidDuplicateCharacterTestCase extends TestCase
99
{
10-
/**
11-
* Set up.
12-
*/
13-
protected function setUp(): void
14-
{
15-
parent::setUp();
16-
}
17-
1810
/**
1911
* Test duplicate characters is valid.
2012
*

0 commit comments

Comments
 (0)