Skip to content

Commit

Permalink
Showing 3 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -73,7 +73,7 @@
"@form8ion/nuxt": "2.0.0",
"@form8ion/octoherd-script": "1.0.0",
"@form8ion/ossf-scorecard": "1.2.1",
"@form8ion/php": "1.4.0",
"@form8ion/php": "1.5.0",
"@form8ion/probot-scaffolder": "1.0.0-alpha.5",
"@form8ion/project": "20.0.0",
"@form8ion/react-components-scaffolder": "3.0.3",
Original file line number Diff line number Diff line change
@@ -15,4 +15,5 @@ Given('the project language should be PHP', async function () {

Then('the core PHP files are present', async function () {
assert(await fileExists(`${this.projectRoot}/composer.json`));
assert(await fileExists(`${this.projectRoot}/build.xml`));
});

0 comments on commit ddef731

Please sign in to comment.