Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
xabbuh committed Jun 22, 2024
1 parent d801518 commit ce2b32e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public function testResetService()

$this->assertSame($foo, $container->get('foo'));
$this->assertInstanceOf(ObjectManager::class, $foo);
$this->assertFalse(isset($foo->bar));
$this->assertFalse(property_exists($foo, 'bar'));
}

/**
Expand Down

0 comments on commit ce2b32e

Please sign in to comment.