'text@example.com', 'password' => 'password', ]); $this->account = new Account($config); } protected function tearDown() { $this->account = null; } public function testAdd() { $result = $this->account->getConfig(); $this->assertInstanceOf( \Shikiryu\LBCReposter\Config::class, $result ); } }