-<?php namespace Tests\Entity;
+<?php
-use BookStack\Entities\Chapter;
+namespace Tests\Entity;
+
+use BookStack\Entities\Models\Chapter;
use Tests\TestCase;
class ChapterTest extends TestCase
$redirectReq = $this->get($deleteReq->baseResponse->headers->get('location'));
$redirectReq->assertNotificationContains('Chapter Successfully Deleted');
}
-}
\ No newline at end of file
+}