Skip to content

Commit

Permalink
IHF: Namespaced base class used.
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-ivanov committed Sep 16, 2016
1 parent 508ab3b commit d8ee3fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php

abstract class TestCase extends PHPUnit_Framework_TestCase
abstract class TestCase extends \PHPUnit\Framework\TestCase
{
}

0 comments on commit d8ee3fe

Please sign in to comment.