Skip to content

Commit 03b0af5

Browse files
author
Romaric Drigon
committed
Migrated to Atoum 1.2
1 parent 87fab83 commit 03b0af5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -355,8 +355,8 @@ A few limitations, some relative to XML Schema, apply:
355355

356356
## Test
357357

358-
The project is fully tested using [atoum](https://github.com/mageekguy/atoum).
359-
To launch tests, just run in a shell `./bin/test --test-all`
358+
The project is fully tested using [atoum](https://github.com/atoum/atoum).
359+
To launch tests, just run in a shell `./bin/test -d test`
360360

361361
## Extending
362362

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"symfony/yaml": "~2.3|~3.0"
1616
},
1717
"require-dev": {
18-
"atoum/atoum": "dev-master#c6ec75d4cf132728e80ec8ed1470b83cb53fc1c9"
18+
"atoum/atoum": "~1"
1919
}
2020
}

0 commit comments

Comments
 (0)