Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.1 #1

Merged
merged 13 commits into from
May 2, 2017
Prev Previous commit
Next Next commit
Updated PHPUnit version (for support compatibility with PHP 5.6 and P…
…HP 7.0)
byjg committed Mar 18, 2017
commit 7b025e428c302f1bbf771a3fa8bd2a6a08483ce6
13 changes: 5 additions & 8 deletions tests/BaseCommand.php
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
<?php
/**
* User: jg
* Date: 19/02/17
* Time: 19:52
*/


use ByJG\DbMigration\Commands\SqliteCommand;

// backward compatibility
if (!class_exists('\PHPUnit\Framework\TestCase') &&
class_exists('\PHPUnit_Framework_TestCase')) {
class_alias('\PHPUnit_Framework_TestCase', '\PHPUnit\Framework\TestCase');
}

abstract class BaseCommand extends PHPUnit_Framework_TestCase
{