public function testInvalidPluginCall() { $this->setExpectedException('BadMethodCallException'); $this->filesystem->invalidCall(); }