-
Notifications
You must be signed in to change notification settings - Fork 123
/
Copy path.phpunit.result.cache
executable file
·1 lines (1 loc) · 32.3 KB
/
.phpunit.result.cache
1
{"version":1,"defects":{"Tests\\Unit\\Admin\\Dashboard\\DashboardControllerTest::test_getTotalSalesInInr_gettingTotalSalesInr":4,"Tests\\Unit\\Admin\\Dashboard\\DashboardControllerTest::test_getYearlySalesInInr_gettingYearlySalesInr":4,"Tests\\Unit\\Admin\\Dashboard\\DashboardControllerTest::test_getYearlySalesInInr_whenInvoiceTotalIsFromPreviousYear":4,"Tests\\Unit\\Admin\\Dashboard\\DashboardControllerTest::test_getSoldProducts_whenNumberOfDaysIsNotPassed_shouldGiveAllRecords":4,"Tests\\Unit\\Admin\\Dashboard\\DashboardControllerTest::test_getExpiringSubscriptions_whenLast30DaysIsFalse_shouldGiveSubscriptionsWhichAreExpiringIn30Days":3,"Tests\\Unit\\Admin\\Dashboard\\DashboardControllerTest::test_getExpiringSubscriptions_whenLast30DaysIsTrue_shouldGiveSubscriptionsWhichHasExpiredInLast30Days":3,"Tests\\Unit\\Admin\\Invoice\\InvoiceControllerTest::test_generateInvoice_generatesInvoiceAndInvoiceItem":4,"Tests\\Unit\\Admin\\Invoice\\InvoiceControllerTest::test_createInvoiceItems_createsNewInvoiceItem":4,"Tests\\Unit\\Admin\\Invoice\\InvoiceControllerTest::test_invoiceGenerateByForm_createsNewInvoice":4,"Tests\\Unit\\Admin\\Invoice\\PaymentsAndInvoicesTest::test_getAgents_whenAgentsIsPassed_returnsNoOfAgents":4,"Tests\\Unit\\Admin\\Invoice\\PaymentsAndInvoicesTest::test_getAgents_whenAgentsIsPassedIsNull_returnsNoOfAgents":4,"Tests\\Unit\\Admin\\Invoice\\PaymentsAndInvoicesTest::test_getAgents_whenAgentsIsPassedIsNullWhenPlanDoesNotExistForProduct_returnsNoOfAgents":4,"Tests\\Unit\\Admin\\Invoice\\PaymentsAndInvoicesTest::test_getQuantity_whenQuantityIsPassed_returnsProductQuantity":4,"Tests\\Unit\\Admin\\Invoice\\PaymentsAndInvoicesTest::test_getAgents_whenQtyIsPassedIsNull_returnsProductQuantity":4,"Tests\\Unit\\Admin\\Invoice\\PaymentsAndInvoicesTest::test_getAgents_whenQtyIsPassedIsNullWhenPlanDoesNotExistForProduct_returnsProductQuantity":4,"Tests\\Unit\\Admin\\Invoice\\TaxCalculationTest::test_calculateTax_whenNoTaxIsAppliedOnProduct":4,"Tests\\Unit\\Admin\\Invoice\\TaxCalculationTest::test_calculateTax_whenIntraStateGstAppliedOnProductWhenGstIsDisabled_taxValueIsNull":4,"Tests\\Unit\\Admin\\Invoice\\TaxCalculationTest::test_calculateTax_whenIntraStateGstAppliedOnProduct_taxValueAndNameIsReturned":4,"Tests\\Unit\\Admin\\Invoice\\TaxCalculationTest::test_calculateTax_whenInterStateGstAppliedButUserStateEqualsOriginState_taxValueIsNull":4,"Tests\\Unit\\Admin\\Invoice\\TaxCalculationTest::test_calculateTax_whenInterStateGstApplied_taxValueAndNameIsReturned":4,"Tests\\Unit\\Admin\\Invoice\\TaxCalculationTest::test_calculateTax_whenInterStateGstAppliedWhenStatusIsInactive_taxValueIsNull":4,"Tests\\Unit\\Admin\\Invoice\\TaxCalculationTest::test_calculateTax_whenUnionTerritoryGstAppliedWhenUserStateIsNotUT_taxValueIsNull":4,"Tests\\Unit\\Admin\\Invoice\\TaxCalculationTest::test_calculateTax_whenUnionTerritoryGstApplied_taxValueAndNameIsReturned":4,"Tests\\Unit\\Admin\\Invoice\\TaxCalculationTest::test_calculateTax_whenOtherTaxAppliedWhenUserStateIsIndian_taxValueIsNull":4,"Tests\\Unit\\Admin\\Invoice\\TaxCalculationTest::test_calculateTax_whenOtherTaxApplied_taxValueAndNameIsReturned":4,"Tests\\Unit\\Admin\\Invoice\\TaxCalculationTest::test_calculateTax_whenOtherTaxAppliedwhenTaxIsInactive_taxValueIsNull":4,"Tests\\Unit\\Admin\\Invoice\\TaxCalculationTest::test_calculateTax_whenOtherTaxAppliedwhenWhenUserIsFromOtherState_taxValueIsNull":4,"Tests\\Unit\\Admin\\Invoice\\TaxCalculationTest::test_calculateTax_whenOtherTaxAppliedwhenWhenUserIsFromOtherState_taxValueAndNameIsReturned":4,"Tests\\Unit\\Admin\\Invoice\\TaxCalculationTest::test_calculateTax_whenOtherTaxAppliedWhenUserIsFromSameCountryOtherState_taxValueIsNull":4,"Tests\\Unit\\Admin\\Invoice\\TaxCalculationTest::test_calculateTax_whenOtherTaxAppliedForAllStatesofUsersCountry_taxValueAndNameIsReturned":4,"Tests\\Unit\\Admin\\Invoice\\TaxCalculationTest::test_calculateTax_whenOtherTaxAppliedForAllStatesWhenTaxInactive_taxValueIsNull":4,"Tests\\Unit\\Admin\\Invoice\\TaxCalculationTest::test_calculateTax_whenTaxIsCreatedButNotLinkedToAProduct_taxValueIsNull":4,"Tests\\Unit\\Admin\\Invoice\\TaxCalculationTest::test_calculateTax_whenTaxIsAppliedToAllCountriesAllStates_taxValueAndNameIsReturned":4,"Tests\\Unit\\Admin\\Invoice\\TaxCalculationTest::test_calculateTax_whenTaxIsAppliedToAllCountriesAllStateUserStateIsNull_taxValueAndNameIsReturned":4,"Tests\\Unit\\Admin\\Invoice\\TaxCalculationTest::test_calculateTax_whenTaxIsAppliedToAllCountriesAllStateWhenGstDisabled_taxValueAndNameIsReturned":4,"Tests\\Unit\\Admin\\Invoice\\TaxCalculationTest::test_calculateTax_whenOtherTaxAppliedUserIsIndianGstDisabled_taxValueIsNull":4,"Tests\\Unit\\Admin\\Order\\OrderSearchControllerTest::test_getBaseQueryForOrders_givesRequiredColumnsWhenCalled":3,"Tests\\Unit\\Admin\\Order\\OrderSearchControllerTest::test_getSelectedVersionOrders_whenVersionFromIsNullAndVersionTillIsNull_shouldNotChangeTheQuery":3,"Tests\\Unit\\Admin\\Order\\OrderSearchControllerTest::test_getSelectedVersionOrders_whenVersionFromIsNullButVersionTillIsNotNull_shouldGiveResultWhichAreLessThanEqualPassedVersion":3,"Tests\\Unit\\Admin\\Order\\OrderSearchControllerTest::test_getSelectedVersionOrders_whenVersionFromIsNotNullButVersionTillIsNull_shouldGiveResultWhichAreGreaterThanEqualToPassedVersion":3,"Tests\\Unit\\Admin\\Order\\OrderSearchControllerTest::test_subFrom_whenSubscriptionFromIsNotNullButVersionTillIsNull_shouldGiveResultFromDatePassed":4,"Tests\\Unit\\Admin\\Order\\OrderSearchControllerTest::test_subTill_whenSubscriptionFromIsNullButVersionTillIsNotNull_shouldGiveResultTillDatePassed":4,"Tests\\Unit\\Admin\\Order\\OrderSearchControllerTest::test_getSelectedVersionOrders_whenVersionFromIsNotNullAndVersionTillIsNotNull_shouldGiveIntersectionOfBoth":3,"Tests\\Unit\\Admin\\Order\\OrderSearchControllerTest::test_allInstallations_seachInstalledProducts_shouldGiveInstalledProduct":3,"Tests\\Unit\\Admin\\Order\\OrderSearchControllerTest::test_allInstallations_seachINotnstalledProducts_shouldGiveNotInstalledSubscripion":3,"Tests\\Unit\\Admin\\Order\\OrderSearchControllerTest::test_allInstallations_checkActiveInstallation_shouldGiveActiveInstallation":3,"Tests\\Unit\\Admin\\Payment\\PromotionControllerTest::test_getPromotionDetails_whenCodeHasExpired_throwsException":3,"Tests\\Unit\\Admin\\Payment\\PromotionControllerTest::test_getPromotionDetails_whenProductIsNotLinkedToCode_throwsException":3,"Tests\\Unit\\Admin\\Payment\\PromotionControllerTest::test_getPromotionDetails_whenUsageCountHasExpired_throwsException":3,"Tests\\Unit\\Admin\\Payment\\PromotionControllerTest::test_getPromotionDetails_whenValidCodePassed_returnsSuccess":4,"Tests\\Unit\\Admin\\Payment\\PromotionControllerTest::test_findCostAfterDiscount_whenCodeTypeIsInPercents_returnsDiscountedPrice":4,"Tests\\Unit\\Admin\\Payment\\PromotionControllerTest::test_findCostAfterDiscount_whenCodeTypeIsFixedAmount_returnsDiscountedPrice":4,"Tests\\Unit\\Admin\\Payment\\PromotionControllerTest::test_checkCode_whenFixedAmtCouponCodeEnteredWithCartConditions_returnsUpdatedCartPrice":4,"Tests\\Unit\\Admin\\Payment\\PromotionControllerTest::test_checkCode_whenPercentCouponCodeEnteredWithCartConditions_returnsUpdatedCartPrice":4,"Tests\\Unit\\Admin\\Payment\\PromotionControllerTest::test_checkCode_whenCouponCodeIsEneteredForNonDiscountedProduct_throwsException":3,"Tests\\Unit\\Admin\\Payment\\PromotionControllerTest::test_checkCode_whenCouponCodeIsEneteredTwiceInSameSession_throwsException":3,"Tests\\Unit\\Admin\\Payment\\PromotionControllerTest::test_store_saveNewPromotionCode_returnsSuccessMessage":4,"Tests\\Unit\\Admin\\User\\ClientControllerTest::test_getBaseQueryForUserSearch_whenCountryIsPresentInTheRequest_filtersResultByThatCountry":4,"Tests\\Unit\\Admin\\User\\ClientControllerTest::test_getBaseQueryForUserSearch_whenRoleIsPresentInTheRequest_filtersResultByThatRole":4,"Tests\\Unit\\Admin\\User\\ClientControllerTest::test_getBaseQueryForUserSearch_GivesPhoneNumberFormattedWithCountryCode":4,"Tests\\Unit\\Admin\\User\\InvoiceAndPaymentCalculationTest::test_change_invoiceTotal_whenInvoiceIsUpdated":4,"Tests\\Unit\\Admin\\User\\InvoiceAndPaymentCalculationTest::test_change_get_clients_invoiceDetailsWhenInvoiceIsViewed":3,"Tests\\Unit\\Admin\\User\\SoftDeleteControllerTest::test_softDeletedUsers_checkUserIsSoftDeleted":3,"Tests\\Unit\\Client\\Account\\InvoiceTest::test_Invoices":3,"Tests\\Unit\\Client\\Cart\\BaseCartControllerTest::test_getCartValues_calculatesAgentQtyPriceOfCartWhenReducingAgtAllowed_returnArrayToBeAdded":4,"Tests\\Unit\\Client\\Cart\\BaseCartControllerTest::test_getCartValues_calculateAgentQtyPriceOfCartWhenIncreasinAgtAllowed_returnArrayToBeAdded":3,"Tests\\Unit\\Client\\Cart\\BaseCartControllerTest::test_getCartValues_calculateAgentQtyPriceOfCartWhenInvalidProductPassed_throwsException":3,"Tests\\Unit\\Client\\Cart\\BaseCartControllerTest::test_updateAgentQty_updatesCart_returnsUpdatedCart":3,"Tests\\Unit\\Client\\Cart\\BaseCartControllerTest::test_updateAgentQty_updatesCartWhenModifyingAgentNotAllowed_returnsSameCartValues":4,"Tests\\Unit\\Client\\Cart\\BaseCartControllerTest::test_updateProductQty_updatesCartWhenModifyingQtyAllowed_returnsUpdatedCart":3,"Tests\\Unit\\Client\\Cart\\BaseCartControllerTest::test_updateProductQty_updatesCartWhenModifyingQtyNotAllowed_throwsException":3,"Tests\\Unit\\Client\\Cart\\BaseCartControllerTest::test_reduceProductQty_reduceCartQtyWhenModifyingQtyAllowed_returnsUpdatedCart":3,"Tests\\Unit\\Client\\Cart\\BaseCartControllerTest::test_reduceProductQty_updatesCartWhenModifyingQtyNotAllowed_throwsException":3,"Tests\\Unit\\Client\\Cart\\CartControllerTest::test_addProduct_addNewProductToCart_returnArrayOfProductDetails":4,"Tests\\Unit\\Client\\Cart\\CartControllerTest::test_planCost_getCostForProductPlan_returnCost":4,"Tests\\Unit\\Client\\Cart\\CartControllerTest::test_planCost_whenPlanIdNotRelatedToProductPassed_throwsException":3,"Tests\\Unit\\Client\\Cart\\CartControllerTest::test_planCost_whenPlanIdNotPassed_returnsProductCost":4,"Tests\\Unit\\Client\\Cart\\CartControllerTest::test_planCost_whenPlanIdForOtherProductPassed_throwsException":3,"Tests\\Unit\\Client\\Cart\\CartControllerTest::test_cartRemove_removeAnItemFromCart_returnEmptyCart":4,"Tests\\Unit\\Client\\Cart\\CartControllerTest::test_cartRemove_clearsCart_returnEmptyCart":4,"Tests\\Unit\\Client\\Cart\\CouponTest::test_checkCode_whenExpiredCouponProvided":3,"Tests\\Unit\\Client\\Cart\\CouponTest::test_checkCode_whenInvalidCouponProvided":3,"Tests\\Unit\\Client\\Product\\DownloadApiTest::test_downloadValidation_whenValidParamasPassed_returnstrue":4,"Tests\\Unit\\Client\\Product\\DownloadApiTest::test_downloadValidation_whenInValidProductIdPassed_returnsFalse":4,"Tests\\Unit\\Client\\Product\\DownloadApiTest::test_downloadValidation_whenInValidInvoiceNoPassed_returnsFalse":3,"Tests\\Unit\\Client\\Product\\DownloadApiTest::test_downloadValidation_whenNoOrdersAttachedToAnInvoice_returnsFalse":3,"Tests\\Unit\\Client\\Product\\DownloadApiTest::test_downloadValidation_whenUserRoleIsAdmin_returnsTrue":4,"Tests\\Unit\\Common\\HelpersTest::test_userCurrency_whenUserIsNotLoggedIn_returnsCurrencyAndSymbol":4,"Tests\\Unit\\Common\\HelpersTest::test_userCurrency_whenUserIsLoggedInAndRoleIsClient_returnsCurrencyAndSymbol":4,"Tests\\Unit\\Common\\HelpersTest::test_userCurrency_whenUserIsLoggedInAndRoleIsAdmin_returnsCurrencyAndSymbol":4,"Tests\\Unit\\FreeTrailControllerTest::test_firstLoginAttempt_generateinvoiceorder_returnstatus200":4,"Tests\\Unit\\LocalizedLicenseControllerTest::test_downloadFile_clientDownloadsLicenseFile_return200WithFile":3,"Tests\\SyncBillingToLatestVersionTest::test_sync_syncBillingToLatestVersion_returnstatus200":4,"Tests\\SyncBillingToLatestVersionTest::test_sync_syncBillingToLatestVersion_updateversion":4,"Tests\\Unit\\Admin\\Dashboard\\DashboardControllerTest::test_getSoldProducts_whenNumberOfDaysIsPassed_shouldGetOrdersForPassedNumberOfDays":4,"Tests\\Unit\\Admin\\Invoice\\BaseInvoiceControllerTest::test_calculateTotal_calculateTotalAfterApplyingRateWhenInclusiveOfTax_returnsPriceAfterAddingTax":4,"Tests\\Unit\\Admin\\Invoice\\BaseInvoiceControllerTest::test_calculateTotal_calculateTotalAfterApplyingRateWhenExclusiveOfTax_returnsPriceWithoutTax":4,"Tests\\Unit\\Admin\\Setting\\Tax\\TaxOptionTest::test_options_whenGstIsEnable":4,"Tests\\Unit\\Admin\\Setting\\Tax\\TaxOptionTest::test_options_whenTaxClassIsCreated_whenTaxTypeIsOthers":4,"Tests\\Unit\\Admin\\Setting\\Tax\\TaxOptionTest::test_options_whenTaxClassIsCreated_whenTaxTypeIsGst":4,"Tests\\Unit\\Admin\\User\\ClientControllerTest::test_getBaseQueryForUserSearch_whenIndustryIsPresentInTheRequest_filtersResultByThatIndustry":4,"Tests\\Unit\\Admin\\User\\ClientControllerTest::test_getBaseQueryForUserSearch_whenPositionIsPresentInTheRequest_filtersResultByThatPosition":4,"Tests\\Unit\\Admin\\User\\ClientControllerTest::test_getBaseQueryForUserSearch_whenAccountManagerIsPresentInTheRequest_filtersResultByThatAccountManager":4,"Tests\\Unit\\Admin\\User\\ClientControllerTest::test_getBaseQueryForUserSearch_whenSalesManagerIsPresentInTheRequest_filtersResultByThatSalesManager":4,"Tests\\Unit\\Admin\\User\\EditUserTest::test_clientController_whenUserUpdatesDetails":3,"Tests\\Unit\\Client\\Account\\ProfileTest::test_profile_whenClientUpdatesProfile":3,"Tests\\Unit\\Client\\Account\\ProfileTest::test_profile_whenOldAndNewPasswordDoesNotMatch":3,"Tests\\Unit\\Common\\HelpersTest::test_getTimeInLoggedInUserTimeZone_whenUserTimezoneIsPresent_shouldConsiderTimezoneAsUserTimezone":4,"Tests\\Unit\\Common\\HelpersTest::test_getDateHtml_whenValidDateTimeStringIsPassedAsNull_shouldReturnFormattedDateInHTMLForm":3,"Tests\\Unit\\Common\\HelpersTest::test_bifurcateTax_whenIntraStateTaxPassed_returnsArrayOfTaxAndValue":4,"Tests\\Unit\\Common\\HelpersTest::test_bifurcateTax_whenInterStateTaxPassed_returnsArrayOfTaxAndValue":3,"Tests\\Unit\\Common\\HelpersTest::test_bifurcateTax_whenUnionTerretoryTaxPassed_returnsArrayOfTaxAndValue":4,"Tests\\Unit\\Common\\HelpersTest::test_bifurcateTax_whenUserFromOtherCountry_returnsArrayOfTaxAndValue":3,"Tests\\Unit\\Common\\HelpersTest::test_rounding_whenRoundingIsOn_returnsRoundedOffPrice":3,"Tests\\Unit\\Common\\HelpersTest::test_rounding_whenRoundingIsOff_returnsPriceUptoTwoDecimalPlace":4,"Tests\\Unit\\LocalizedLicenseControllerTest::test_chooseLicenseMode_fileChosen_returnStatusChangeSuccessfully":3,"Tests\\Unit\\LocalizedLicenseControllerTest::test_storeFile_enterDomainToGenerateLicenseFile_returnstatus302":3,"Tests\\Unit\\LocalizedLicenseControllerTest::test_downloadPrivate_clientDownloadsPrivateKey_returb":3,"Tests\\Unit\\LocalizedLicenseControllerTest::test_downloadFileAdmin_adminDownloadsLicense_should200WithFile":3,"Tests\\Unit\\LocalizedLicenseControllerTest::test_downloadPrivateKeyAdmin_adminDownloadPrivateKey_should200WithFile":3,"Tests\\Unit\\LocalizedLicenseControllerTest::test_deleteFile_deleteLicenseFile_should":3,"Tests\\Unit\\LocalizedLicenseControllerTest::test_chooseLicenseMode_DatabaseChosen_returnStatusChangeSuccessfully":3},"times":{"Tests\\Unit\\Admin\\Dashboard\\DashboardControllerTest::test_getTotalSalesInInr_gettingTotalSalesInr":0.132,"Tests\\Unit\\Admin\\Dashboard\\DashboardControllerTest::test_getYearlySalesInInr_gettingYearlySalesInr":0.063,"Tests\\Unit\\Admin\\Dashboard\\DashboardControllerTest::test_getYearlySalesInInr_whenInvoiceTotalIsFromPreviousYear":0.062,"Tests\\Unit\\Admin\\Dashboard\\DashboardControllerTest::test_getAllUsers_getListOfRecentUsers":0.163,"Tests\\Unit\\Admin\\Dashboard\\DashboardControllerTest::test_getRecentOrders_getsRecentlySoldProductInLast30DaysWithCorrespondingCount":0.079,"Tests\\Unit\\Admin\\Dashboard\\DashboardControllerTest::test_getSoldProducts_whenNumberOfDaysIsPassed_shouldGetOrdersForPassedNumberOfDays":0.073,"Tests\\Unit\\Admin\\Dashboard\\DashboardControllerTest::test_getSoldProducts_whenNumberOfDaysIsNotPassed_shouldGiveAllRecords":0.07,"Tests\\Unit\\Admin\\Dashboard\\DashboardControllerTest::test_getExpiringSubscriptions_whenLast30DaysIsFalse_shouldGiveSubscriptionsWhichAreExpiringIn30Days":0.072,"Tests\\Unit\\Admin\\Dashboard\\DashboardControllerTest::test_getExpiringSubscriptions_whenLast30DaysIsTrue_shouldGiveSubscriptionsWhichHasExpiredInLast30Days":0.075,"Tests\\Unit\\Admin\\Dashboard\\DashboardControllerTest::test_getRecentOrders_shouldGiveOrdersInLast30DaysOrderedByDescCreatedAt":0.068,"Tests\\Unit\\Admin\\Dashboard\\DashboardControllerTest::test_getClientsUsingOldVersions_whenNoSubscriptionIsPresentInTheDB_shouldGiveEmptyArray":0.063,"Tests\\Unit\\Admin\\Dashboard\\DashboardControllerTest::test_getClientsUsingOldVersions_shouldShowClientsWhichAreUsingOlderVersionInOrderOfTheirVersion":0.084,"Tests\\Unit\\Admin\\Dashboard\\DashboardControllerTest::test_getClientsUsingOldVersions_whenUnpaidOrderArePresent_shouldExcludeThoseOrders":0.074,"Tests\\Unit\\Admin\\Dashboard\\DashboardControllerTest::test_getClientsUsingOldVersions_whenSubscriptionUpdateOlderThan30DaysArePresent_shouldExcludeThoseOrders":0.077,"Tests\\Unit\\Admin\\Invoice\\BaseInvoiceControllerTest::test_calculateTotal_calculateTotalAfterApplyingRateWhenInclusiveOfTax_returnsPriceAfterAddingTax":0.066,"Tests\\Unit\\Admin\\Invoice\\BaseInvoiceControllerTest::test_calculateTotal_calculateTotalAfterApplyingRateWhenExclusiveOfTax_returnsPriceWithoutTax":0.062,"Tests\\Unit\\Admin\\Invoice\\InvoiceControllerTest::test_generateInvoice_generatesInvoiceAndInvoiceItem":0.067,"Tests\\Unit\\Admin\\Invoice\\InvoiceControllerTest::test_createInvoiceItems_createsNewInvoiceItem":0.069,"Tests\\Unit\\Admin\\Invoice\\InvoiceControllerTest::test_invoiceGenerateByForm_createsNewInvoice":0.063,"Tests\\Unit\\Admin\\Invoice\\PaymentsAndInvoicesTest::test_getAgents_whenAgentsIsPassed_returnsNoOfAgents":0.063,"Tests\\Unit\\Admin\\Invoice\\PaymentsAndInvoicesTest::test_getAgents_whenAgentsIsPassedIsNull_returnsNoOfAgents":0.062,"Tests\\Unit\\Admin\\Invoice\\PaymentsAndInvoicesTest::test_getAgents_whenAgentsIsPassedIsNullWhenPlanDoesNotExistForProduct_returnsNoOfAgents":0.063,"Tests\\Unit\\Admin\\Invoice\\PaymentsAndInvoicesTest::test_getQuantity_whenQuantityIsPassed_returnsProductQuantity":0.066,"Tests\\Unit\\Admin\\Invoice\\PaymentsAndInvoicesTest::test_getAgents_whenQtyIsPassedIsNull_returnsProductQuantity":0.063,"Tests\\Unit\\Admin\\Invoice\\PaymentsAndInvoicesTest::test_getAgents_whenQtyIsPassedIsNullWhenPlanDoesNotExistForProduct_returnsProductQuantity":0.063,"Tests\\Unit\\Admin\\Invoice\\TaxCalculationTest::test_calculateTax_whenNoTaxIsAppliedOnProduct":0.064,"Tests\\Unit\\Admin\\Invoice\\TaxCalculationTest::test_calculateTax_whenIntraStateGstAppliedOnProductWhenGstIsDisabled_taxValueIsNull":0.079,"Tests\\Unit\\Admin\\Invoice\\TaxCalculationTest::test_calculateTax_whenIntraStateGstAppliedOnProduct_taxValueAndNameIsReturned":0.067,"Tests\\Unit\\Admin\\Invoice\\TaxCalculationTest::test_calculateTax_whenInterStateGstAppliedButUserStateEqualsOriginState_taxValueIsNull":0.067,"Tests\\Unit\\Admin\\Invoice\\TaxCalculationTest::test_calculateTax_whenInterStateGstApplied_taxValueAndNameIsReturned":0.068,"Tests\\Unit\\Admin\\Invoice\\TaxCalculationTest::test_calculateTax_whenInterStateGstAppliedWhenStatusIsInactive_taxValueIsNull":0.075,"Tests\\Unit\\Admin\\Invoice\\TaxCalculationTest::test_calculateTax_whenUnionTerritoryGstAppliedWhenUserStateIsNotUT_taxValueIsNull":0.07,"Tests\\Unit\\Admin\\Invoice\\TaxCalculationTest::test_calculateTax_whenUnionTerritoryGstApplied_taxValueAndNameIsReturned":0.071,"Tests\\Unit\\Admin\\Invoice\\TaxCalculationTest::test_calculateTax_whenOtherTaxAppliedWhenUserStateIsIndian_taxValueIsNull":0.068,"Tests\\Unit\\Admin\\Invoice\\TaxCalculationTest::test_calculateTax_whenOtherTaxApplied_taxValueAndNameIsReturned":0.073,"Tests\\Unit\\Admin\\Invoice\\TaxCalculationTest::test_calculateTax_whenOtherTaxAppliedwhenTaxIsInactive_taxValueIsNull":0.067,"Tests\\Unit\\Admin\\Invoice\\TaxCalculationTest::test_calculateTax_whenOtherTaxAppliedwhenWhenUserIsFromOtherState_taxValueIsNull":0.068,"Tests\\Unit\\Admin\\Invoice\\TaxCalculationTest::test_calculateTax_whenOtherTaxAppliedwhenWhenUserIsFromOtherState_taxValueAndNameIsReturned":0.068,"Tests\\Unit\\Admin\\Invoice\\TaxCalculationTest::test_calculateTax_whenOtherTaxAppliedWhenUserIsFromSameCountryOtherState_taxValueIsNull":0.074,"Tests\\Unit\\Admin\\Invoice\\TaxCalculationTest::test_calculateTax_whenOtherTaxAppliedForAllStatesofUsersCountry_taxValueAndNameIsReturned":0.071,"Tests\\Unit\\Admin\\Invoice\\TaxCalculationTest::test_calculateTax_whenOtherTaxAppliedForAllStatesWhenTaxInactive_taxValueIsNull":0.069,"Tests\\Unit\\Admin\\Invoice\\TaxCalculationTest::test_calculateTax_whenTaxIsCreatedButNotLinkedToAProduct_taxValueIsNull":0.068,"Tests\\Unit\\Admin\\Invoice\\TaxCalculationTest::test_calculateTax_whenTaxIsAppliedToAllCountriesAllStates_taxValueAndNameIsReturned":0.074,"Tests\\Unit\\Admin\\Invoice\\TaxCalculationTest::test_calculateTax_whenTaxIsAppliedToAllCountriesAllStateUserStateIsNull_taxValueAndNameIsReturned":0.068,"Tests\\Unit\\Admin\\Invoice\\TaxCalculationTest::test_calculateTax_whenTaxIsAppliedToAllCountriesAllStateWhenGstDisabled_taxValueAndNameIsReturned":0.068,"Tests\\Unit\\Admin\\Invoice\\TaxCalculationTest::test_calculateTax_whenOtherTaxAppliedUserIsIndianGstDisabled_taxValueIsNull":0.069,"Tests\\Unit\\Admin\\Order\\OrderSearchControllerTest::test_getBaseQueryForOrders_givesRequiredColumnsWhenCalled":0.076,"Tests\\Unit\\Admin\\Order\\OrderSearchControllerTest::test_getSelectedVersionOrders_whenVersionFromIsNullAndVersionTillIsNull_shouldNotChangeTheQuery":0.07,"Tests\\Unit\\Admin\\Order\\OrderSearchControllerTest::test_getSelectedVersionOrders_whenVersionFromIsNullButVersionTillIsNotNull_shouldGiveResultWhichAreLessThanEqualPassedVersion":0.072,"Tests\\Unit\\Admin\\Order\\OrderSearchControllerTest::test_getSelectedVersionOrders_whenVersionFromIsNotNullButVersionTillIsNull_shouldGiveResultWhichAreGreaterThanEqualToPassedVersion":0.072,"Tests\\Unit\\Admin\\Order\\OrderSearchControllerTest::test_subFrom_whenSubscriptionFromIsNotNullButVersionTillIsNull_shouldGiveResultFromDatePassed":0.071,"Tests\\Unit\\Admin\\Order\\OrderSearchControllerTest::test_subTill_whenSubscriptionFromIsNullButVersionTillIsNotNull_shouldGiveResultTillDatePassed":0.076,"Tests\\Unit\\Admin\\Order\\OrderSearchControllerTest::test_getSelectedVersionOrders_whenVersionFromIsNotNullAndVersionTillIsNotNull_shouldGiveIntersectionOfBoth":0.071,"Tests\\Unit\\Admin\\Order\\OrderSearchControllerTest::test_allInstallations_seachInstalledProducts_shouldGiveInstalledProduct":0.071,"Tests\\Unit\\Admin\\Order\\OrderSearchControllerTest::test_allInstallations_seachINotnstalledProducts_shouldGiveNotInstalledSubscripion":0.071,"Tests\\Unit\\Admin\\Order\\OrderSearchControllerTest::test_allInstallations_checkActiveInstallation_shouldGiveActiveInstallation":0.072,"Tests\\Unit\\Admin\\Payment\\PromotionControllerTest::test_getPromotionDetails_whenRandomCodePassed_throwsException":0.02,"Tests\\Unit\\Admin\\Payment\\PromotionControllerTest::test_getPromotionDetails_whenCodeHasExpired_throwsException":0.019,"Tests\\Unit\\Admin\\Payment\\PromotionControllerTest::test_getPromotionDetails_whenProductIsNotLinkedToCode_throwsException":0.011,"Tests\\Unit\\Admin\\Payment\\PromotionControllerTest::test_getPromotionDetails_whenUsageCountHasExpired_throwsException":0.063,"Tests\\Unit\\Admin\\Payment\\PromotionControllerTest::test_getPromotionDetails_whenValidCodePassed_returnsSuccess":0.011,"Tests\\Unit\\Admin\\Payment\\PromotionControllerTest::test_findCostAfterDiscount_whenCodeTypeIsInPercents_returnsDiscountedPrice":0.067,"Tests\\Unit\\Admin\\Payment\\PromotionControllerTest::test_findCostAfterDiscount_whenCodeTypeIsFixedAmount_returnsDiscountedPrice":0.063,"Tests\\Unit\\Admin\\Payment\\PromotionControllerTest::test_checkCode_whenFixedAmtCouponCodeEnteredWithCartConditions_returnsUpdatedCartPrice":0.062,"Tests\\Unit\\Admin\\Payment\\PromotionControllerTest::test_checkCode_whenPercentCouponCodeEnteredWithCartConditions_returnsUpdatedCartPrice":0.062,"Tests\\Unit\\Admin\\Payment\\PromotionControllerTest::test_checkCode_whenCouponCodeIsEneteredForNonDiscountedProduct_throwsException":0.062,"Tests\\Unit\\Admin\\Payment\\PromotionControllerTest::test_checkCode_whenCouponCodeIsEneteredTwiceInSameSession_throwsException":0.068,"Tests\\Unit\\Admin\\Payment\\PromotionControllerTest::test_store_saveNewPromotionCode_returnsSuccessMessage":0.063,"Tests\\Unit\\Admin\\Setting\\Tax\\TaxOptionTest::test_options_whenGstIsEnable":0.021,"Tests\\Unit\\Admin\\Setting\\Tax\\TaxOptionTest::test_options_whenTaxClassIsCreated_whenTaxTypeIsOthers":0.02,"Tests\\Unit\\Admin\\Setting\\Tax\\TaxOptionTest::test_options_whenTaxClassIsCreated_whenTaxTypeIsGst":0.021,"Tests\\Unit\\Admin\\User\\ClientControllerTest::test_getBaseQueryForUserSearch_whenCountryIsPresentInTheRequest_filtersResultByThatCountry":0.015,"Tests\\Unit\\Admin\\User\\ClientControllerTest::test_getBaseQueryForUserSearch_whenIndustryIsPresentInTheRequest_filtersResultByThatIndustry":0.014,"Tests\\Unit\\Admin\\User\\ClientControllerTest::test_getBaseQueryForUserSearch_whenRoleIsPresentInTheRequest_filtersResultByThatRole":0.013,"Tests\\Unit\\Admin\\User\\ClientControllerTest::test_getBaseQueryForUserSearch_whenPositionIsPresentInTheRequest_filtersResultByThatPosition":0.011,"Tests\\Unit\\Admin\\User\\ClientControllerTest::test_getBaseQueryForUserSearch_whenAccountManagerIsPresentInTheRequest_filtersResultByThatAccountManager":0.018,"Tests\\Unit\\Admin\\User\\ClientControllerTest::test_getBaseQueryForUserSearch_whenSalesManagerIsPresentInTheRequest_filtersResultByThatSalesManager":0.012,"Tests\\Unit\\Admin\\User\\ClientControllerTest::test_getBaseQueryForUserSearch_GivesPhoneNumberFormattedWithCountryCode":0.011,"Tests\\Unit\\Admin\\User\\EditUserTest::test_clientController_whenUserUpdatesDetails":0.077,"Tests\\Unit\\Admin\\User\\InvoiceAndPaymentCalculationTest::test_change_invoiceTotal_whenInvoiceIsUpdated":0.064,"Tests\\Unit\\Admin\\User\\InvoiceAndPaymentCalculationTest::test_change_get_clients_invoiceDetailsWhenInvoiceIsViewed":0.068,"Tests\\Unit\\Admin\\User\\SoftDeleteControllerTest::test_softDeletedUsers_checkUserIsSoftDeleted":0.07,"Tests\\Unit\\Admin\\User\\SoftDeleteControllerTest::test_restoreUser_checkSoftDeletedUserIsRestored":0.065,"Tests\\Unit\\Admin\\User\\SoftDeleteControllerTest::test_permanentDeleteUser_deleteUserPermanently":0.071,"Tests\\Unit\\Admin\\User\\SoftDeleteControllerTest::test_permanentDeleteUser_deleteInvoiceOrderCommnetPermanently":0.135,"Tests\\Unit\\Client\\Account\\InvoiceTest::test_Invoices":0.064,"Tests\\Unit\\Client\\Account\\ProfileTest::test_profile_whenClientUpdatesProfile":0.243,"Tests\\Unit\\Client\\Account\\ProfileTest::test_profile_whenOldAndNewPasswordDoesNotMatch":0.229,"Tests\\Unit\\Client\\Cart\\BaseCartControllerTest::test_getCartValues_calculatesAgentQtyPriceOfCartWhenReducingAgtAllowed_returnArrayToBeAdded":0.842,"Tests\\Unit\\Client\\Cart\\BaseCartControllerTest::test_getCartValues_calculateAgentQtyPriceOfCartWhenIncreasinAgtAllowed_returnArrayToBeAdded":0.417,"Tests\\Unit\\Client\\Cart\\BaseCartControllerTest::test_getCartValues_calculateAgentQtyPriceOfCartWhenInvalidProductPassed_throwsException":0.418,"Tests\\Unit\\Client\\Cart\\BaseCartControllerTest::test_updateAgentQty_updatesCart_returnsUpdatedCart":0.54,"Tests\\Unit\\Client\\Cart\\BaseCartControllerTest::test_updateAgentQty_updatesCartWhenModifyingAgentNotAllowed_returnsSameCartValues":0.498,"Tests\\Unit\\Client\\Cart\\BaseCartControllerTest::test_updateProductQty_updatesCartWhenModifyingQtyAllowed_returnsUpdatedCart":0.503,"Tests\\Unit\\Client\\Cart\\BaseCartControllerTest::test_updateProductQty_updatesCartWhenModifyingQtyNotAllowed_throwsException":0.435,"Tests\\Unit\\Client\\Cart\\BaseCartControllerTest::test_reduceProductQty_reduceCartQtyWhenModifyingQtyAllowed_returnsUpdatedCart":0.501,"Tests\\Unit\\Client\\Cart\\BaseCartControllerTest::test_reduceProductQty_updatesCartWhenModifyingQtyNotAllowed_throwsException":0.421,"Tests\\Unit\\Client\\Cart\\CartControllerTest::test_addProduct_addNewProductToCart_returnArrayOfProductDetails":0.065,"Tests\\Unit\\Client\\Cart\\CartControllerTest::test_planCost_getCostForProductPlan_returnCost":0.063,"Tests\\Unit\\Client\\Cart\\CartControllerTest::test_planCost_whenPlanIdNotRelatedToProductPassed_throwsException":0.063,"Tests\\Unit\\Client\\Cart\\CartControllerTest::test_planCost_whenPlanIdNotPassed_returnsProductCost":0.064,"Tests\\Unit\\Client\\Cart\\CartControllerTest::test_planCost_whenPlanIdForOtherProductPassed_throwsException":0.075,"Tests\\Unit\\Client\\Cart\\CartControllerTest::test_cartRemove_removeAnItemFromCart_returnEmptyCart":0.064,"Tests\\Unit\\Client\\Cart\\CartControllerTest::test_cartRemove_clearsCart_returnEmptyCart":0.063,"Tests\\Unit\\Client\\Cart\\CouponTest::test_checkCode_whenExpiredCouponProvided":0.062,"Tests\\Unit\\Client\\Cart\\CouponTest::test_checkCode_whenInvalidCouponProvided":0.064,"Tests\\Unit\\Client\\Product\\DownloadApiTest::test_downloadValidation_whenValidParamasPassed_returnstrue":0.077,"Tests\\Unit\\Client\\Product\\DownloadApiTest::test_downloadValidation_whenInValidProductIdPassed_returnsFalse":0.076,"Tests\\Unit\\Client\\Product\\DownloadApiTest::test_downloadValidation_whenInValidInvoiceNoPassed_returnsFalse":0.064,"Tests\\Unit\\Client\\Product\\DownloadApiTest::test_downloadValidation_whenNoOrdersAttachedToAnInvoice_returnsFalse":0.072,"Tests\\Unit\\Client\\Product\\DownloadApiTest::test_downloadValidation_whenUserRoleIsAdmin_returnsTrue":0.069,"Tests\\Unit\\Client\\RegistrationTest::test_when_user_registers_emailAndUsername_not_given":0.086,"Tests\\Unit\\Client\\RegistrationTest::test_postRegister_whenPasswordDoesNotMatch":0.064,"Tests\\Unit\\Common\\HelpersTest::test_getTimeInLoggedInUserTimeZone_whenUserTimezoneIsPresent_shouldConsiderTimezoneAsUserTimezone":0.073,"Tests\\Unit\\Common\\HelpersTest::test_getTimeInLoggedInUserTimeZone_cachesUserTimezoneForFiveSeconds":0.071,"Tests\\Unit\\Common\\HelpersTest::test_getDateHtml_whenDateTimeStringIsPassedAsNull_shouldReturnDash":0.071,"Tests\\Unit\\Common\\HelpersTest::test_getDateHtml_whenValidDateTimeStringIsPassedAsNull_shouldReturnFormattedDateInHTMLForm":0.065,"Tests\\Unit\\Common\\HelpersTest::test_getDateHtml_whenAnInValidAndNonEmptyDateIsPassed_shouldGiveReturnEmptyDate":0.063,"Tests\\Unit\\Common\\HelpersTest::test_bifurcateTax_whenIntraStateTaxPassed_returnsArrayOfTaxAndValue":0.063,"Tests\\Unit\\Common\\HelpersTest::test_bifurcateTax_whenInterStateTaxPassed_returnsArrayOfTaxAndValue":0.063,"Tests\\Unit\\Common\\HelpersTest::test_bifurcateTax_whenUnionTerretoryTaxPassed_returnsArrayOfTaxAndValue":0.062,"Tests\\Unit\\Common\\HelpersTest::test_bifurcateTax_whenUserFromOtherCountry_returnsArrayOfTaxAndValue":0.074,"Tests\\Unit\\Common\\HelpersTest::test_userCurrency_whenUserIsNotLoggedIn_returnsCurrencyAndSymbol":0.011,"Tests\\Unit\\Common\\HelpersTest::test_userCurrency_whenUserIsLoggedInAndRoleIsClient_returnsCurrencyAndSymbol":0.061,"Tests\\Unit\\Common\\HelpersTest::test_userCurrency_whenUserIsLoggedInAndRoleIsAdmin_returnsCurrencyAndSymbol":0.062,"Tests\\Unit\\Common\\HelpersTest::test_rounding_whenRoundingIsOn_returnsRoundedOffPrice":0.063,"Tests\\Unit\\Common\\HelpersTest::test_rounding_whenRoundingIsOff_returnsPriceUptoTwoDecimalPlace":0.072,"Tests\\Unit\\FreeTrailControllerTest::test_firstLoginAttempt_generateinvoiceorder_returnstatus200":0.065,"Tests\\Unit\\LocalizedLicenseControllerTest::test_chooseLicenseMode_fileChosen_returnStatusChangeSuccessfully":0.022,"Tests\\Unit\\LocalizedLicenseControllerTest::test_storeFile_enterDomainToGenerateLicenseFile_returnstatus302":0.07,"Tests\\Unit\\LocalizedLicenseControllerTest::test_downloadFile_clientDownloadsLicenseFile_return200WithFile":0.087,"Tests\\Unit\\LocalizedLicenseControllerTest::test_downloadPrivate_clientDownloadsPrivateKey_returb":0.016,"Tests\\Unit\\LocalizedLicenseControllerTest::test_downloadFileAdmin_adminDownloadsLicense_should200WithFile":0.016,"Tests\\Unit\\LocalizedLicenseControllerTest::test_downloadPrivateKeyAdmin_adminDownloadPrivateKey_should200WithFile":0.023,"Tests\\Unit\\LocalizedLicenseControllerTest::test_deleteFile_deleteLicenseFile_should":0.016,"Tests\\Unit\\LocalizedLicenseControllerTest::test_chooseLicenseMode_DatabaseChosen_returnStatusChangeSuccessfully":0.018,"Tests\\Unit\\LoginTest::test_postLogin_forVerifiedUsers":0.065,"Tests\\Unit\\LoginTest::test_postLogin_forAdmin":0.074,"Tests\\Unit\\LoginTest::test_postLogin_when_mobile_is_Unverified":0.062,"Tests\\Unit\\LoginTest::test_postLogin_when_email_is_Unverified":0.063,"Tests\\Unit\\LoginTest::test_postLogin_when_email_and_mobile_are_Unverified":0.062,"Tests\\SyncBillingToLatestVersionTest::test_sync_syncBillingToLatestVersion_returnstatus200":0.001,"Tests\\SyncBillingToLatestVersionTest::test_sync_syncBillingToLatestVersion_updateversion":0.055,"Tests\\Unit\\FreeTrailControllerTest::test_firstLoginAttempt_return_exception_when_not_first_time_register_users":0.383}}