PHPackages                             xodej/php-olest - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. xodej/php-olest

ActiveLibrary

xodej/php-olest
===============

Jedox OLAP data integrity tests

243PHPCI failing

Since Jul 31Pushed 1y ago1 watchersCompare

[ Source](https://github.com/xodej/php-olest)[ Packagist](https://packagist.org/packages/xodej/php-olest)[ RSS](/packages/xodej-php-olest/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

php-olest
=========

[](#php-olest)

a pure PHP lib for (continuous) testing of a Jedox OLAP
-------------------------------------------------------

[](#a-pure-php-lib-for-continuous-testing-of-a-jedox-olap)

This repository is **unstable**. Please be careful when updating your app. Some APIs/methods might break or change. If you use the library for professional work you should either fork the version you develop with or refer to a specific commit.

Based on [phpunit](https://phpunit.de/).

Installation
------------

[](#installation)

Requires PHP 7.3+

```
composer require xodej/php-olapi:dev-master
composer require xodej/php-olest:dev-master

```

Run tests
---------

[](#run-tests)

```
./vendor/bin/phpunit --bootstrap vendor/autoload.php tests/AdminTest

```

Example
-------

[](#example)

```
