Skip to content

Commit

Permalink
Fix WoollyM driver test on incompatible PHP 8.2 #2
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-boudry committed Apr 22, 2024
1 parent c990a80 commit 5529f3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@
use CondorcetPHP\Condorcet\DataManager\DataHandlerDrivers\WoollyDriver\WoollyDriver;
use CondorcetPHP\Condorcet\Throwable\DataHandlerException;
use PHPUnit\Framework\Attributes\Group;
use PHPUnit\Framework\Attributes\RequiresPhp;
use PHPUnit\Framework\TestCase;

#[RequiresPhp('8.3')]
#[Group('DataHandlerDrivers')]
class WoollyDriverTest extends TestCase
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@
use CondorcetPHP\Condorcet\Throwable\Internal\CondorcetInternalError;
use MammothPHP\WoollyM\DataDrivers\DriversExceptions\KeyNotExistException;
use MammothPHP\WoollyM\DataFrame;
use PHPUnit\Framework\Attributes\RequiresPhp;

#[RequiresPhp('8.3')]
class WoollyDriver implements DataHandlerDriverInterface
{
public string $voteColumnName = 'vote';
Expand Down

0 comments on commit 5529f3a

Please sign in to comment.