An open API service indexing awesome lists of open source software.

https://github.com/phootwork/xml

[READ-ONLY] XML utilities
https://github.com/phootwork/xml

Last synced: 5 months ago
JSON representation

[READ-ONLY] XML utilities

Awesome Lists containing this project

README

          

# xml

![Tests](https://github.com/phootwork/phootwork/workflows/Tests/badge.svg)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/phootwork/phootwork/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/phootwork/phootwork/?branch=master)
[![Code Coverage](https://scrutinizer-ci.com/g/phootwork/phootwork/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/phootwork/phootwork/?branch=master)
[![License](https://img.shields.io/github/license/phootwork/xml.svg?style=flat-square)](https://packagist.org/packages/phootwork/xml)

XML utilities

## Running tests

This package is a part of the Phootwork library. In order to run the test suite, you have to download the full library.

```
git clone https://github.com/phootwork/phootwork
```
Then install the dependencies via composer:

```
composer install
```
Now, run the *xml* test suite:

```
vendor/bin/phpunit --testsuite xml
```
If you want to run the whole library tests, simply run:

```
vendor/bin/phpunit
```