Skip to content

Commit

Permalink
Created TestDataGridFilter test
Browse files Browse the repository at this point in the history
  • Loading branch information
apphp committed Jan 11, 2021
1 parent 6bde6ed commit 5f059cf
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions tests/TestDataGridFilter.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?php

namespace Apphp\DataGrid\Tests;

use Tests\TestCase;
use Apphp\DataGrid\Filter;


class TestDataGridFilter extends TestCase
{

/**
* Test filter is empty
*/
public function testA(): void
{
$this->assertEquals(1, 1);
}


}

0 comments on commit 5f059cf

Please sign in to comment.