Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/141'
Browse files Browse the repository at this point in the history
Close #141
  • Loading branch information
weierophinney committed Nov 7, 2017
2 parents 9569f7e + 02866ba commit 4427038
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/ConfigProviderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@

namespace ZendTest\InputFilter;

use PHPUnit\Framework\TestCase;
use Zend\InputFilter\ConfigProvider;
use Zend\InputFilter\InputFilterAbstractServiceFactory;
use Zend\InputFilter\InputFilterPluginManager;
use Zend\InputFilter\InputFilterPluginManagerFactory;

final class ConfigProviderTest extends \PHPUnit_Framework_TestCase
final class ConfigProviderTest extends TestCase
{
public function testProvidesExpectedConfiguration()
{
Expand Down

0 comments on commit 4427038

Please sign in to comment.