]> BookStack Code Mirror - bookstack/commit
Added further attribute endpoints and added tests
authorDan Brown <redacted>
Sat, 7 May 2016 13:29:43 +0000 (14:29 +0100)
committerDan Brown <redacted>
Sat, 7 May 2016 13:29:43 +0000 (14:29 +0100)
commitfcfb9470c96c9bff054dbc28a7dea1d7b87ccb91
tree0f714de4228b8f53cddcd431433180e66ae0982e
parentc99653f0f2799a8adb73ab0ebc761c649debfb44
Added further attribute endpoints and added tests
14 files changed:
app/Entity.php
app/Http/Controllers/AttributeController.php
app/Http/Controllers/Controller.php
app/Http/routes.php
app/Repos/AttributeRepo.php
app/Repos/PageRepo.php
database/factories/ModelFactory.php
tests/Auth/AuthTest.php
tests/Entity/AttributeTests.php [new file with mode: 0644]
tests/Entity/EntityTest.php
tests/Entity/PageDraftTest.php
tests/Permissions/RestrictionsTest.php
tests/TestCase.php
tests/UserProfileTest.php