Skip to content

Commit

Permalink
Test added
Browse files Browse the repository at this point in the history
  • Loading branch information
Nayjest committed Apr 4, 2016
1 parent 20b601f commit c43e4ff
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions tests/phpunit/Processor/FilterProcessorTest.php
@@ -0,0 +1,17 @@
<?php

namespace ViewComponents\Eloquent\Test\Processor;

use ViewComponents\Eloquent\EloquentDataProvider;
use ViewComponents\Eloquent\Test\Mock\TestUser;
use ViewComponents\ViewComponents\Test\Data\AbstractFilterTest;

require __DIR__ .'/../../../vendor/view-components/view-components/tests/phpunit/Data/AbstractFilterTest.php';

class FilterProcessorTest extends AbstractFilterTest
{
protected function getDataProvider()
{
return new EloquentDataProvider(TestUser::class);
}
}

0 comments on commit c43e4ff

Please sign in to comment.