File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,12 +55,7 @@ public function testSendMessageWhenFixturesAreModified()
5555 Config::new ()
5656 ->mountFilesystemVia (static fn () => Attempt::result ($ adapter ))
5757 ->useServerControl (Server::via (
58- function ($ command ) use (&$ count ) {
59- $ this ->assertSame (
60- "find '/vendor/package/fixtures/' '-type' 'f' | xargs '-n' '1' '-r' 'stat' '-f' '%Sm %N' '-t' '%Y-%m-%dT%H-%M-%S' " ,
61- $ command ->toString (),
62- );
63-
58+ static function ($ command ) use (&$ count ) {
6459 $ builder = Builder::foreground (2 );
6560 $ builder = match ($ count ) {
6661 0 => $ builder ->success ([['output ' , 'output ' ]]),
Original file line number Diff line number Diff line change @@ -55,12 +55,7 @@ public function testSendMessageWhenProofsAreModified()
5555 Config::new ()
5656 ->mountFilesystemVia (static fn () => Attempt::result ($ adapter ))
5757 ->useServerControl (Server::via (
58- function ($ command ) use (&$ count ) {
59- $ this ->assertSame (
60- "find '/vendor/package/proofs/' '-type' 'f' | xargs '-n' '1' '-r' 'stat' '-f' '%Sm %N' '-t' '%Y-%m-%dT%H-%M-%S' " ,
61- $ command ->toString (),
62- );
63-
58+ static function ($ command ) use (&$ count ) {
6459 $ builder = Builder::foreground (2 );
6560 $ builder = match ($ count ) {
6661 0 => $ builder ->success ([['output ' , 'output ' ]]),
Original file line number Diff line number Diff line change @@ -55,12 +55,7 @@ public function testSendMessageWhenSourcesAreModified()
5555 Config::new ()
5656 ->mountFilesystemVia (static fn () => Attempt::result ($ adapter ))
5757 ->useServerControl (Server::via (
58- function ($ command ) use (&$ count ) {
59- $ this ->assertSame (
60- "find '/vendor/package/properties/' '-type' 'f' | xargs '-n' '1' '-r' 'stat' '-f' '%Sm %N' '-t' '%Y-%m-%dT%H-%M-%S' " ,
61- $ command ->toString (),
62- );
63-
58+ static function ($ command ) use (&$ count ) {
6459 $ builder = Builder::foreground (2 );
6560 $ builder = match ($ count ) {
6661 0 => $ builder ->success ([['output ' , 'output ' ]]),
Original file line number Diff line number Diff line change @@ -55,12 +55,7 @@ public function testSendMessageWhenSourcesAreModified()
5555 Config::new ()
5656 ->mountFilesystemVia (static fn () => Attempt::result ($ adapter ))
5757 ->useServerControl (Server::via (
58- function ($ command ) use (&$ count ) {
59- $ this ->assertSame (
60- "find '/vendor/package/src/' '-type' 'f' | xargs '-n' '1' '-r' 'stat' '-f' '%Sm %N' '-t' '%Y-%m-%dT%H-%M-%S' " ,
61- $ command ->toString (),
62- );
63-
58+ static function ($ command ) use (&$ count ) {
6459 $ builder = Builder::foreground (2 );
6560 $ builder = match ($ count ) {
6661 0 => $ builder ->success ([['output ' , 'output ' ]]),
Original file line number Diff line number Diff line change @@ -55,12 +55,7 @@ public function testSendMessageWhenSourcesAreModified()
5555 Config::new ()
5656 ->mountFilesystemVia (static fn () => Attempt::result ($ adapter ))
5757 ->useServerControl (Server::via (
58- function ($ command ) use (&$ count ) {
59- $ this ->assertSame (
60- "find '/vendor/package/tests/' '-type' 'f' | xargs '-n' '1' '-r' 'stat' '-f' '%Sm %N' '-t' '%Y-%m-%dT%H-%M-%S' " ,
61- $ command ->toString (),
62- );
63-
58+ static function ($ command ) use (&$ count ) {
6459 $ builder = Builder::foreground (2 );
6560 $ builder = match ($ count ) {
6661 0 => $ builder ->success ([['output ' , 'output ' ]]),
You can’t perform that action at this time.
0 commit comments