Completed
Push — 1.10 ( 93e51c...7f32fb )
by
unknown
11:06
created
Bundle/SalesBundle/Tests/Functional/Controller/API/RestLeadPhoneApiTest.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,9 +3,7 @@
 block discarded – undo
3 3
 namespace OroCRM\Bundle\SalesBundle\Tests\Functional\API;
4 4
 
5 5
 use FOS\RestBundle\Util\Codes;
6
-
7 6
 use Oro\Bundle\TestFrameworkBundle\Test\WebTestCase;
8
-
9 7
 use OroCRM\Bundle\SalesBundle\Tests\Functional\Fixture\LoadLeadPhoneData;
10 8
 
11 9
 /**
Please login to merge, or discard this patch.
SalesBundle/Tests/Functional/Controller/B2bCustomerControllerTest.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -4,9 +4,7 @@
 block discarded – undo
4 4
 
5 5
 use OroCRM\Bundle\SalesBundle\Tests\Functional\Fixture\LoadSalesBundleFixtures;
6 6
 use Symfony\Component\DomCrawler\Form;
7
-
8 7
 use Oro\Bundle\DataGridBundle\Tests\Functional\AbstractDatagridTestCase;
9
-
10 8
 use OroCRM\Bundle\AccountBundle\Entity\Account;
11 9
 use OroCRM\Bundle\ChannelBundle\Entity\Channel;
12 10
 use OroCRM\Bundle\SalesBundle\Entity\B2bCustomer;
Please login to merge, or discard this patch.
SalesBundle/Tests/Functional/Controller/LeadAddressControllersTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Symfony\Component\DomCrawler\Form;
6 6
 use Symfony\Component\DomCrawler\Field\ChoiceFormField;
7
-
8 7
 use Oro\Bundle\TestFrameworkBundle\Test\WebTestCase;
9 8
 
10 9
 /**
Please login to merge, or discard this patch.
Bundle/SalesBundle/Tests/Functional/Controller/LeadControllersTest.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -5,9 +5,7 @@
 block discarded – undo
5 5
 use Symfony\Component\DomCrawler\Form;
6 6
 use Symfony\Component\DomCrawler\Field\ChoiceFormField;
7 7
 use Symfony\Component\DomCrawler\Field\InputFormField;
8
-
9 8
 use Oro\Bundle\DataGridBundle\Tests\Functional\AbstractDatagridTestCase;
10
-
11 9
 use OroCRM\Bundle\SalesBundle\Tests\Functional\Fixture\LoadSalesBundleFixtures;
12 10
 
13 11
 /**
Please login to merge, or discard this patch.
SalesBundle/Tests/Functional/DataFixtures/LoadB2bCustomerEntitiesData.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Doctrine\Common\DataFixtures\AbstractFixture;
6 6
 use Doctrine\Common\Persistence\ObjectManager;
7
-
8 7
 use OroCRM\Bundle\SalesBundle\Entity\B2bCustomer;
9 8
 
10 9
 class LoadB2bCustomerEntitiesData extends AbstractFixture
Please login to merge, or discard this patch.
Tests/Functional/Fixture/LoadCampaignByCloseRevenueWidgetFixture.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,12 +3,10 @@
 block discarded – undo
3 3
 
4 4
 use Doctrine\Common\DataFixtures\AbstractFixture;
5 5
 use Doctrine\Common\Persistence\ObjectManager;
6
-
7 6
 use Oro\Bundle\DashboardBundle\Entity\Dashboard;
8 7
 use Oro\Bundle\DashboardBundle\Entity\Widget;
9 8
 use Oro\Bundle\EntityExtendBundle\Tools\ExtendHelper;
10 9
 use Oro\Bundle\OrganizationBundle\Entity\Organization;
11
-
12 10
 use OroCRM\Bundle\CampaignBundle\Entity\Campaign;
13 11
 use OroCRM\Bundle\SalesBundle\Entity\Lead;
14 12
 use OroCRM\Bundle\SalesBundle\Entity\Opportunity;
Please login to merge, or discard this patch.
SalesBundle/Tests/Functional/Fixture/LoadCampaignLeadsWidgetFixture.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -34,6 +34,10 @@
 block discarded – undo
34 34
         $this->createLead($createdAt, ++$i);
35 35
     }
36 36
 
37
+    /**
38
+     * @param \DateTime $createdAt
39
+     * @param integer $id
40
+     */
37 41
     public function createLead($createdAt, $id)
38 42
     {
39 43
         $lead = new Lead();
Please login to merge, or discard this patch.
Bundle/SalesBundle/Tests/Functional/Fixture/LoadForecastWidgetFixtures.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Doctrine\Common\DataFixtures\AbstractFixture;
6 6
 use Doctrine\Common\Persistence\ObjectManager;
7
-
8 7
 use Oro\Bundle\DashboardBundle\Entity\Dashboard;
9 8
 use Oro\Bundle\DashboardBundle\Entity\Widget;
10 9
 use Oro\Bundle\EntityExtendBundle\Tools\ExtendHelper;
Please login to merge, or discard this patch.
Tests/Functional/Fixture/LoadOpportunityByStatusWidgetFixture.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -36,8 +36,8 @@
 block discarded – undo
36 36
     }
37 37
 
38 38
     /**
39
-     * @param $createdAt
40
-     * @param $id
39
+     * @param \DateTime $createdAt
40
+     * @param integer $id
41 41
      */
42 42
     protected function createOpportunity($createdAt, $id)
43 43
     {
Please login to merge, or discard this patch.