mirror of
https://github.com/jonathan-martz/pocketbase-php-sdk.git
synced 2026-04-03 07:27:42 +00:00
start with create collection item test
This commit is contained in:
@@ -27,9 +27,7 @@ final class CollectionGetOneTest extends TestCase
|
||||
public function test_getOneWrongId(): void
|
||||
{
|
||||
$id = '6588yk36406qqva';
|
||||
|
||||
$this->expectException(ClientException::class);
|
||||
|
||||
$this->collection->getOne($id);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user