-
### What Happened
I tried to run the Pest Arch Laravel Preset on one of my projects and it simply failed silently without outputting anything.
With a lot of try and error I detected, that on of …
-
Installed on an existing project and added to tests, but when running the project in Sail the tests do not run. Running `sail artisan test --list-tests` does not show any tests. But running `php artis…
-
I'm working to add some codes to pest to support generating statically typed syntax tree in my [fork](https://github.com/theverydarkness/pest), and I'm going to make a pull request after fixing all bu…
-
To implement pest/disease impacts on crop/pasture production we need an interface for plant to provide status info to the pest/disease model and it to send status changes back to the plant.
- This…
-
### What Happened
I use composer config to change `vendor/` directory to `libs/`. (see : https://getcomposer.org/doc/06-config.md#vendor-dir )
But when I use `./libs/bin/pest --init`, I have somes e…
-
## Goal:
Create compact TensorFlow Lite (TFLite) models that can be deployed on mobile devices for offline use, specifically for agricultural pest detection and document handling tasks. These models …
-
**Describe the bug**
When creating a relationship on a table that references other records of the same table, the routes generated use the entity name rather than the relationship name. For instance,…
-
### What Happened
With using a mixed-in expectation object, method chaining results in IDE type errors:
```php
expect($response->content())
->toBeJson()
->json…
-
### What Happened
![image](https://github.com/pestphp/pest/assets/41639197/891176fc-668f-4dfe-8cf5-2c468cef595c)
when run pest with --parallel flag on github action always get
INFO Unknown…
-
Hi,
Consider these statements ...
```rust
let x = 1;
let const x = 1;
fn main() {}
fn main() -> void {}
```
We often have such instances where the default token is assumed, if it is no…