getApi(); $this->assertEquals( '+\\', $api->getToken() ); } public function provideTokenTypes() { return [ [ 'csrf' ], [ 'edit' ], ]; } }