Skip to content

Instantly share code, notes, and snippets.

@RaymondBenc
Created March 31, 2014 14:42
Show Gist options
  • Save RaymondBenc/9893935 to your computer and use it in GitHub Desktop.
Save RaymondBenc/9893935 to your computer and use it in GitHub Desktop.
<?php
namespace M9;
(new Test(function(M9Test $tester) {
if ($tester->is_logged_in()){
$tester->log_out();
$tester->log_in_as("normal");
}
}));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment