Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Added test for FSProcess
  • Loading branch information
fractalzombie committed Dec 31, 2018
commit 940f8dc7207a7d350c7533ba34319115a7b91a94
2 changes: 1 addition & 1 deletion tests/HotReload/FSProcessTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public function testItCanCreateHotReloadProcessWithNeededConfiguration()
'.*',
'-i',
"\\.php$",
base_path(),
__DIR__,
];

$this->assertInstanceOf(FSProcess::class, $process);
Expand Down