public function testGetUpdateStateWithoutUpdate() { $this->updater->expects($this->once())->method('check')->willReturn([]); $expected = []; $this->assertSame($expected, $this->updateChecker->getUpdateState()); }