File tree Expand file tree Collapse file tree 4 files changed +3
-5
lines changed
Resources/templates/content Expand file tree Collapse file tree 4 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 88test ('command "build" calls methods from StaticBuilder ' , function () {
99 $ app = getLibrarian ();
1010 $ app ->runCommand (['minicli ' , 'build ' ]);
11- })->expectOutputRegex ("/Finished building static website/ " );
11+ })->expectOutputRegex ("/Finished building static website/ " );
Original file line number Diff line number Diff line change @@ -101,4 +101,3 @@ function getCustomIndexPageApp(): App
101101
102102 return $ app ;
103103}
104-
Original file line number Diff line number Diff line change 1- template index
1+ template index
Original file line number Diff line number Diff line change 66use Librarian \Provider \TwigServiceProvider ;
77use Minicli \App ;
88
9- beforeEach (function () {
9+ beforeEach (function () {
1010 $ app = new App (getDefaultAppConfig ());
1111 $ app ->addService ('builder ' , new StaticBuilder ());
1212 $ app ->addService ('twig ' , new TwigServiceProvider ());
7070 $ builder ->cleanUp ();
7171 expect (is_file ($ builder ->outputPath . '/index.html ' ))->toBeFalse ();
7272});
73-
You can’t perform that action at this time.
0 commit comments