Skip to content

Commit

Permalink
#198 - testing (wip)
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztofrewak committed Mar 27, 2024
1 parent cb0a43b commit cf01e65
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 22 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.js.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Checking app: testing and linting PHP"
name: "Checking app: testing and linting JS"

on:
pull_request:
Expand Down
20 changes: 0 additions & 20 deletions tests/CreatesApplication.php

This file was deleted.

1 change: 0 additions & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@

abstract class TestCase extends BaseTestCase
{
use CreatesApplication;
}

0 comments on commit cf01e65

Please sign in to comment.