Skip to content
Snippets Groups Projects

Fix master

Merged Sebastien ANDRE requested to merge fix_master into master
Compare and
2 files
+ 2
2
Preferences
Compare changes
Files
2
@@ -240,7 +240,7 @@ class IndexControllerWithGitTest extends Admin_IndexControllerTestCase
$this->_next_version = BOKEH_MAJOR_VERSION
. '.' . BOKEH_MINOR_VERSION
. '.' . (BOKEH_PATCH_VERSION + 1)
. BOKEH_NAMED_VERSION;
. '-' . BOKEH_NAMED_VERSION;
$mock_http = $this->mock()
->whenCalled('open_url')