Skip to content

Commit

Permalink
docs: update dev docs
Browse files Browse the repository at this point in the history
  • Loading branch information
uwla committed Aug 12, 2024
1 parent fa71b3c commit bdcbed1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ git clone https://github.com/uwla/lacl && cd lacl && composer install && compose

- `database/migration/`: database migration files
- `src/`: source files
- `src/Contracts`: interfaces used in the package
- `src/Models`: database eloquent models
- `src/Traits`: traits provided by the package
- `src/Contracts/`: interfaces used in the package
- `src/Models/`: database eloquent models
- `src/Traits/`: traits provided by the package
- `src/AclServiceProvider.php`: this Service Provider publishes migration files
- `tests`: test files
- `tests/app`: sample `app` for mocking tests
- `tests/Feature`: integration tests
- `tests/`: test files
- `tests/app/`: sample `app` for mocking tests
- `tests/Feature/`: integration tests
-
## Testing

Expand All @@ -44,4 +44,4 @@ To run the the tests you need `pdo_sqlite` extension installed and enabled in `p
* Run a single test (for example, `HasPermissionTest`:
```shell
composer test ./tests/Feature/HasPermissionTest.php
```
```

0 comments on commit bdcbed1

Please sign in to comment.