PHPackages                             axelerant/mdtt - 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. [Testing &amp; Quality](/categories/testing)
4. /
5. axelerant/mdtt

AbandonedArchivedProject[Testing &amp; Quality](/categories/testing)

axelerant/mdtt
==============

Migrated data testing tool

0.1.0(4y ago)1584PHP

Since Mar 30Pushed 2y ago2 watchersCompare

[ Source](https://github.com/axelerant/mdtt)[ Packagist](https://packagist.org/packages/axelerant/mdtt)[ RSS](/packages/axelerant-mdtt/feed)WikiDiscussions main Synced 6d ago

READMEChangelog (6)Dependencies (12)Versions (8)Used By (0)

Migrated Data Testing Tool (MDTT)
=================================

[](#migrated-data-testing-tool-mdtt)

[![Tests](https://github.com/axelerant/mdtt/actions/workflows/tests.yml/badge.svg)](https://github.com/axelerant/mdtt/actions/workflows/tests.yml)

This tools helps you to verify the quality of your migrated data.

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

[](#installation)

```
composer require --dev axelerant/mdtt
```

Usage
-----

[](#usage)

Basically you follow these steps:

1. Specify test specifications
2. Specify test definitions
3. *Optionally*, specify transform plugins
4. Run the tests

You can find the basic template for the tool usage [here](https://github.com/axelerant/mdtt-usage).

### Test specification

[](#test-specification)

Specify the test specification inside the directory `tests/mdtt`. The specification must be written inside the `spec.php`. Below is a sample specification:

```
