public function testTheShouldBeCheckedShouldThrowExceptionOnNonExistentSelector() { $this->setSessionExpectation(false); $this->setExpectedException('\\RuntimeException'); $this->context->theShouldBeChecked('say what'); }