Skip to content

Commit

Permalink
Merge pull request #72 from mtmail/add-phpunit
Browse files Browse the repository at this point in the history
Add phpunit tests
  • Loading branch information
Zverik authored Jun 11, 2024
2 parents fa92855 + 6cc6fc5 commit 820a18e
Show file tree
Hide file tree
Showing 8 changed files with 1,890 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
www/data/
www/locale/
locales/transifex_config

/vendor/
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ Oh, one more thing: there will be a lot of `.base` files in the data directory.

Localization strings are managed with [Transifex](https://www.transifex.com/projects/p/level0/). There are not many of them, please add a translation for your language when you have time.

## Development

Run tests using `phpunit --display-warnings test/`

## License and authors

Level0 is written by Ilya Zverev and published under WTFPL license.
9 changes: 9 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"name": "zverik/level0",
"description": "Web-based OpenStreetMap Editor",
"type": "project",
"require-dev": {
"phpunit/phpunit": "^11.2"
},
"license": "WTFPL"
}
Loading

0 comments on commit 820a18e

Please sign in to comment.