Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
qq1060656096 authored Mar 11, 2022
1 parent dc05c00 commit 496c9d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
### 身份证号码信息解析示例

民政部行政区划代码地址:http://www.mca.gov.cn/article/sj/xzqh/1980/
```php
<?php
use Wei\Cards\IDCards\IDCard;
Expand Down Expand Up @@ -84,4 +85,4 @@ var_dump($area['name']);
### 生成地区代码json文件"area-code.json"
* **--bootstrap引导测试:** phpunit --bootstrap ./tests/TestInit.php ./tests/AreaCodeParseTest.php

phpunit --bootstrap ./tests/TestInit.php ./tests/AreaTest.php
phpunit --bootstrap ./tests/TestInit.php ./tests/AreaTest.php

0 comments on commit 496c9d6

Please sign in to comment.