diff options
| -rw-r--r-- | tests/RegistrationNumberTest.php | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/tests/RegistrationNumberTest.php b/tests/RegistrationNumberTest.php index a6cbbd8..6516eb3 100644 --- a/tests/RegistrationNumberTest.php +++ b/tests/RegistrationNumberTest.php @@ -423,10 +423,6 @@ final class RegistrationNumberTest extends TestCase ['粤Z00000港'], ['粤Z0000澳'], ['粤Z00000澳'], - ['粤Z0000试'], - ['粤Z00000试'], - ['粤Z0000超'], - ['粤Z00000超'], ]; } @@ -439,6 +435,16 @@ final class RegistrationNumberTest extends TestCase ['粤E0006假'], ['粤E0006港'], ['粤E0000澳'], + ['粤Z0000警'], + ['粤Z00000警'], + ['粤Z0000学'], + ['粤Z00000学'], + ['粤Z0000挂'], + ['粤Z00000挂'], + ['粤Z0000试'], + ['粤Z00000试'], + ['粤Z0000超'], + ['粤Z00000超'], ]; } |
