]> BookStack Code Mirror - bookstack/commit
Removed browserkit from a couple of classess
authorDan Brown <redacted>
Mon, 13 Sep 2021 21:54:21 +0000 (22:54 +0100)
committerDan Brown <redacted>
Mon, 13 Sep 2021 21:54:21 +0000 (22:54 +0100)
commitbadaf08e554e172051db0b8e210b734d8355ba58
treea189cc1c560abb00db5a2c21b4b8025ccc4a0488
parent85651871388f2051cc7ad1279f6aeeff8d820848
Removed browserkit from a couple of classess

Done a little reorganisation while there of misplaced tests.
Moved MarkdownTest to a new PageEditorTest to avoid confusion with
other markdown elements and to align with other page tests.
app/Entities/Models/Book.php
tests/BrowserKitTest.php
tests/Entity/MarkdownTest.php [deleted file]
tests/Entity/PageDraftTest.php
tests/Entity/PageEditorTest.php [new file with mode: 0644]
tests/SharedTestHelpers.php
tests/User/UserManagementTest.php
tests/User/UserPreferencesTest.php
tests/User/UserProfileTest.php