diff options
author | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2016-10-25 07:58:13 +0200 |
---|---|---|
committer | Ivan Enderlin <ivan.enderlin@hoa-project.net> | 2016-10-25 07:58:13 +0200 |
commit | 8ea8d7a8cc6ef075b6152cfff2a670d3812b9619 (patch) | |
tree | 8c7276a110499ca3ff5440ba01c06199dd20118a /Test/Unit | |
parent | 896aeee24147f05a4a7bb4eb38c8545236c27e84 (diff) | |
download | Ustring-8ea8d7a8cc6ef075b6152cfff2a670d3812b9619.zip Ustring-8ea8d7a8cc6ef075b6152cfff2a670d3812b9619.tar.gz Ustring-8ea8d7a8cc6ef075b6152cfff2a670d3812b9619.tar.bz2 |
Test: Add the `Decorrelated` interface.
Diffstat (limited to 'Test/Unit')
-rw-r--r-- | Test/Unit/Issue.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/Unit/Issue.php b/Test/Unit/Issue.php index efd07f0..c0b2dcc 100644 --- a/Test/Unit/Issue.php +++ b/Test/Unit/Issue.php @@ -47,7 +47,7 @@ use Hoa\Ustring as LUT; * @copyright Copyright © 2007-2016 Hoa community * @license New BSD License */ -class Issue extends Test\Unit\Suite +class Issue extends Test\Unit\Suite implements Test\Decorrelated { public function case_github_26() { |