remove php docs from collection, add methods for token url collection

This commit is contained in:
Jonathan Martz
2025-01-26 22:50:10 +01:00
parent 0d7255d77e
commit d90cda9613
2 changed files with 36 additions and 45 deletions

View File

@@ -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);
}