Commit 553a8cf 1 parent a190726 commit 553a8cf Copy full SHA for 553a8cf
File tree 1 file changed +13
-5
lines changed
packages/framework/tests/Unit
1 file changed +13
-5
lines changed Original file line number Diff line number Diff line change 5
5
namespace Hyde \Framework \Testing \Unit ;
6
6
7
7
use Mockery ;
8
- use Hyde \Hyde ;
9
8
use Hyde \Testing \UnitTestCase ;
10
9
use Hyde \Foundation \HydeKernel ;
11
10
use Illuminate \Console \OutputStyle ;
@@ -207,13 +206,22 @@ public function testWithOpenArgument()
207
206
{
208
207
HydeKernel::setInstance (new HydeKernel ());
209
208
210
- $ command = new class (['open ' => true ]) extends ServeCommandMock {
209
+ $ command = new class (['open ' => true ]) extends ServeCommandMock
210
+ {
211
211
public bool $ openInBrowserCalled = false ;
212
212
213
213
// Void unrelated methods
214
- protected function configureOutput (): void {}
215
- protected function printStartMessage (): void {}
216
- protected function runServerProcess (string $ command ): void {}
214
+ protected function configureOutput (): void
215
+ {
216
+ }
217
+
218
+ protected function printStartMessage (): void
219
+ {
220
+ }
221
+
222
+ protected function runServerProcess (string $ command ): void
223
+ {
224
+ }
217
225
218
226
protected function openInBrowser (): void
219
227
{
You can’t perform that action at this time.
0 commit comments