Skip to content

Commit

Permalink
anonymous user name test update
Browse files Browse the repository at this point in the history
  • Loading branch information
Vítězslav Dvořák committed Jun 20, 2024
1 parent 548ea71 commit 3f08bd9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/src/Ease/AnonymTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ protected function tearDown(): void
*/
public function testSetObjectName()
{
$this->assertEquals(
get_class($this->object),
$this->object->setObjectName()
);
$this->assertEquals('Test', $this->object->setObjectName('Test'));
$_SERVER['REMOTE_ADDR'] = '127.0.0.1';
$this->assertEquals(
Expand Down

0 comments on commit 3f08bd9

Please sign in to comment.