Skip to content

Commit

Permalink
v0.0.4 - Update tests path.
Browse files Browse the repository at this point in the history
  • Loading branch information
Luís Nóbrega committed Jul 17, 2020
1 parent 4541cd1 commit 3d5dcf5
Show file tree
Hide file tree
Showing 16 changed files with 11 additions and 5 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [0.0.3] - 2019-11-29
### Added
- Added a new validator to check if country code is in the format ISO-3166-1 ALPHA-2.
- Added a new validator to check if country code is in the format ISO-3166-1 ALPHA-2.

## [0.0.4] - 2020-00-00
## Refactor
- Moved the unit tests to the root folder of tests.
### Added
- Added a new validator to check if country code is in the format ISO-3166-1 ALPHA-2.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "lfbn/json-resume-validator",
"description": "Validate your JSON Resume",
"version": "0.0.3",
"version": "0.0.4",
"keywords": [
"JSON Resume",
"JSON Schema"
Expand Down
1 change: 1 addition & 0 deletions json-resume-validator.php
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?php
5 changes: 2 additions & 3 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>

<phpunit backupGlobals="false"
backupStaticAttributes="true"
colors="true"
Expand All @@ -11,8 +10,8 @@
bootstrap="vendor/autoload.php"
>
<testsuites>
<testsuite name="Integration">
<directory>./tests/integration/</directory>
<testsuite name="Unit tests">
<directory>./tests/</directory>
</testsuite>
</testsuites>

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 3d5dcf5

Please sign in to comment.