Commit 59bec3a5 by Scott

Fix CodeSniffer errors

parent 1ef5dfe5
......@@ -104,7 +104,5 @@ class AppOptionsTest extends PHPUnit_Framework_TestCase
$this->assertSame(false, qa_get_vote_view('Q', true));
$this->assertSame(false, qa_get_vote_view('A', true));
$this->assertSame(false, qa_get_vote_view('C', true));
}
}
......@@ -114,5 +114,4 @@ class AppVotesTest extends PHPUnit_Framework_TestCase
// can't test more right now due to qa_user_limits_remaining() call from qa_user_permit_error()
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment