mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-30 04:23:11 +03:00
Added transclusion tests and fixed other tests
This commit is contained in:
@ -60,7 +60,7 @@ class TestCase extends Illuminate\Foundation\Testing\TestCase
|
||||
*/
|
||||
public function asEditor()
|
||||
{
|
||||
if($this->editor === null) {
|
||||
if ($this->editor === null) {
|
||||
$this->editor = $this->getEditor();
|
||||
}
|
||||
return $this->actingAs($this->editor);
|
||||
|
Reference in New Issue
Block a user