Minor - Remove blog and wiki tools

pull/3924/head
Julio Montoya 5 years ago
parent a3d6901e82
commit 2c039fce14
  1. 2
      tests/CoreBundle/Repository/Node/CourseRepositoryTest.php

@ -60,7 +60,7 @@ class CourseRepositoryTest extends WebTestCase
$this->assertSame(1, $count);
// Check tools.
$this->assertSame(25, \count($course->getTools()));
$this->assertSame(23, \count($course->getTools()));
// The course should connected with the current Access URL.
$this->assertSame(1, $course->getUrls()->count());

Loading…
Cancel
Save