mirror of
https://github.com/jonathan-martz/pocketbase-php-sdk.git
synced 2026-04-03 07:27:42 +00:00
remove php docs from collection, add methods for token url collection
This commit is contained in:
@@ -22,7 +22,7 @@ class CollectionCreateTest extends TestCase
|
||||
|
||||
public function testCreateCollectionItemAuthed(){
|
||||
$this->collection->authAsUser('admin@jmartz.de', 'rockt123?!');
|
||||
self::assertNotEmpty($this->collection::$token);
|
||||
self::assertNotEmpty($this->collection);
|
||||
// $response = $this->collection->create(['name' => 'Hallo Welt']);
|
||||
// var_dump($response);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user