Test Setup Failed
Push — master ( 98ab4f...895d6e )
by Angel Fernando Quiroz
347:10 queued 285:29
created
src/Chamilo/CoreBundle/Migrations/Data/ORM/LoadPortalData.php 1 patch
Unused Use Statements   -5 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@  discard block
 block discarded – undo
6 6
 use Chamilo\CoreBundle\Entity\CourseCategory;
7 7
 use Chamilo\CoreBundle\Entity\Language;
8 8
 use Chamilo\CoreBundle\Entity\AccessUrl;
9
-use Chamilo\CoreBundle\Entity\AccessUrlRelUser;
10 9
 use Chamilo\CoreBundle\Entity\SystemTemplate;
11 10
 use Chamilo\CoreBundle\Entity\UserFriendRelationType;
12 11
 use Chamilo\CoreBundle\Entity\Skill;
@@ -15,16 +14,12 @@  discard block
 block discarded – undo
15 14
 use Chamilo\CoreBundle\Entity\BranchSync;
16 15
 use Chamilo\CoreBundle\Entity\BranchTransactionStatus;
17 16
 use Chamilo\CoreBundle\Entity\Tool;
18
-
19
-use Doctrine\Common\DataFixtures\FixtureInterface;
20 17
 use Doctrine\Common\DataFixtures\OrderedFixtureInterface;
21 18
 use Doctrine\Common\DataFixtures\AbstractFixture;
22 19
 use Doctrine\Common\Persistence\ObjectManager;
23
-
24 20
 use Symfony\Component\DependencyInjection\ContainerAwareInterface;
25 21
 use Symfony\Component\DependencyInjection\ContainerInterface;
26 22
 use Symfony\Component\Intl\Intl;
27
-use Symfony\Component\Finder\Finder;
28 23
 use Oro\Bundle\MigrationBundle\Fixture\VersionedFixtureInterface;
29 24
 
30 25
 /**
Please login to merge, or discard this patch.
main/admin/skill_create.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 /* For licensing terms, see /license.txt */
3 3
 
4
-use ChamiloSession as Session;
5 4
 use Symfony\Component\Finder\Finder;
6 5
 
7 6
 require_once '../inc/global.inc.php';
Please login to merge, or discard this patch.
main/admin/skill_edit.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -1,7 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 /* For licensing terms, see /license.txt */
3 3
 
4
-use ChamiloSession as Session;
5 4
 use Symfony\Component\Finder\Finder;
6 5
 
7 6
 require_once '../inc/global.inc.php';
Please login to merge, or discard this patch.
main/admin/update_last_login.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -1,8 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 /* For licensing terms, see /license.txt */
3 3
 
4
-use Chamilo\CoreBundle\Framework\Container;
5
-
6 4
 api_protect_admin_script();
7 5
 
8 6
 $tableUser = Database::get_main_table(TABLE_MAIN_USER);
Please login to merge, or discard this patch.
src/Chamilo/UserBundle/Form/Type/RegistrationFormType.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -7,9 +7,6 @@
 block discarded – undo
7 7
 use Symfony\Component\Form\AbstractType;
8 8
 use Symfony\Component\Form\FormBuilderInterface;
9 9
 use Symfony\Component\OptionsResolver\OptionsResolverInterface;
10
-use Symfony\Component\Security\Core\SecurityContext;
11
-use Symfony\Component\Form\FormEvent;
12
-use Symfony\Component\Form\FormEvents;
13 10
 use Symfony\Component\OptionsResolver\OptionsResolver;
14 11
 
15 12
 /**
Please login to merge, or discard this patch.
main/admin/inactive_user_list.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -1,8 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 /* For licensing terms, see /license.txt */
3 3
 
4
-use Chamilo\CoreBundle\Framework\Container;
5
-
6 4
 api_protect_admin_script();
7 5
 
8 6
 $tableUser = Database::get_main_table(TABLE_MAIN_USER);
Please login to merge, or discard this patch.
main/admin/skills.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -1,8 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 /* For licensing terms, see /license.txt */
3 3
 
4
-use Chamilo\CoreBundle\Framework\Container;
5
-
6 4
 api_protect_admin_script();
7 5
 
8 6
 $tableUser = Database::get_main_table(TABLE_MAIN_USER);
Please login to merge, or discard this patch.
main/inc/lib/groupmanager.lib.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -1,9 +1,7 @@
 block discarded – undo
1 1
 <?php
2 2
 /* For licensing terms, see /license.txt */
3 3
 
4
-use Chamilo\CoreBundle\Framework\Container;
5 4
 use Chamilo\CourseBundle\Entity\CGroupInfo;
6
-use Chamilo\CourseBundle\Entity\CGroupCategory;
7 5
 
8 6
 /**
9 7
  * This library contains some functions for group-management.
Please login to merge, or discard this patch.
src/Chamilo/CoreBundle/Component/Editor/Editor.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 namespace Chamilo\CoreBundle\Component\Editor;
5 5
 
6 6
 use Chamilo\CoreBundle\Framework\Template;
7
-use Symfony\Component\Translation\Translator;
8 7
 use Symfony\Component\Routing\RouterInterface;
9 8
 use Symfony\Component\Translation\TranslatorInterface;
10 9
 
Please login to merge, or discard this patch.