SYMBOL INDEX (277 symbols across 88 files) FILE: app/Console/Commands/Inspire.php class Inspire (line 8) | class Inspire extends Command method handle (line 29) | public function handle() FILE: app/Console/Kernel.php class Kernel (line 8) | class Kernel extends ConsoleKernel method schedule (line 25) | protected function schedule(Schedule $schedule) FILE: app/Events/Event.php class Event (line 5) | abstract class Event FILE: app/Exceptions/Handler.php class Handler (line 12) | class Handler extends ExceptionHandler method report (line 34) | public function report(Exception $e) method render (line 46) | public function render($request, Exception $e) FILE: app/Http/Controllers/Auth/AuthController.php class AuthController (line 11) | class AuthController extends Controller method __construct (line 38) | public function __construct() method validator (line 49) | protected function validator(array $data) method create (line 64) | protected function create(array $data) FILE: app/Http/Controllers/Auth/PasswordController.php class PasswordController (line 8) | class PasswordController extends Controller method __construct (line 28) | public function __construct() FILE: app/Http/Controllers/Controller.php class Controller (line 10) | class Controller extends BaseController FILE: app/Http/Controllers/HomeController.php class HomeController (line 7) | class HomeController extends Controller method __construct (line 14) | public function __construct() method show (line 26) | public function show() FILE: app/Http/Controllers/WelcomeController.php class WelcomeController (line 7) | class WelcomeController extends Controller method show (line 14) | public function show() FILE: app/Http/Kernel.php class Kernel (line 7) | class Kernel extends HttpKernel FILE: app/Http/Middleware/Authenticate.php class Authenticate (line 8) | class Authenticate method handle (line 18) | public function handle($request, Closure $next, $guard = null) FILE: app/Http/Middleware/EncryptCookies.php class EncryptCookies (line 7) | class EncryptCookies extends BaseEncrypter FILE: app/Http/Middleware/RedirectIfAuthenticated.php class RedirectIfAuthenticated (line 8) | class RedirectIfAuthenticated method handle (line 18) | public function handle($request, Closure $next, $guard = null) FILE: app/Http/Middleware/VerifyCsrfToken.php class VerifyCsrfToken (line 7) | class VerifyCsrfToken extends BaseVerifier FILE: app/Http/Requests/Request.php class Request (line 7) | abstract class Request extends FormRequest FILE: app/Jobs/Job.php class Job (line 7) | abstract class Job FILE: app/Providers/AppServiceProvider.php class AppServiceProvider (line 7) | class AppServiceProvider extends ServiceProvider method boot (line 14) | public function boot() method register (line 24) | public function register() FILE: app/Providers/AuthServiceProvider.php class AuthServiceProvider (line 8) | class AuthServiceProvider extends ServiceProvider method boot (line 25) | public function boot(GateContract $gate) FILE: app/Providers/BroadcastServiceProvider.php class BroadcastServiceProvider (line 8) | class BroadcastServiceProvider extends ServiceProvider method boot (line 15) | public function boot() FILE: app/Providers/EventServiceProvider.php class EventServiceProvider (line 8) | class EventServiceProvider extends ServiceProvider method boot (line 75) | public function boot() FILE: app/Providers/RouteServiceProvider.php class RouteServiceProvider (line 8) | class RouteServiceProvider extends ServiceProvider method boot (line 25) | public function boot() method map (line 38) | public function map(Router $router) method mapWebRoutes (line 55) | protected function mapWebRoutes(Router $router) method mapApiRoutes (line 70) | protected function mapApiRoutes(Router $router) FILE: app/Providers/SparkServiceProvider.php class SparkServiceProvider (line 8) | class SparkServiceProvider extends ServiceProvider method booted (line 51) | public function booted() FILE: app/Providers/SparkTestServiceProvider.php class SparkServiceProvider (line 8) | class SparkServiceProvider extends ServiceProvider method booted (line 53) | public function booted() FILE: app/Team.php class Team (line 7) | class Team extends SparkTeam FILE: app/User.php class User (line 9) | class User extends SparkUser FILE: database/migrations/2016_04_17_124529_create_performance_indicators_table.php class CreatePerformanceIndicatorsTable (line 6) | class CreatePerformanceIndicatorsTable extends Migration method up (line 13) | public function up() method down (line 32) | public function down() FILE: database/migrations/2016_04_17_124530_create_announcements_table.php class CreateAnnouncementsTable (line 6) | class CreateAnnouncementsTable extends Migration method up (line 13) | public function up() method down (line 30) | public function down() FILE: database/migrations/2016_04_17_124532_create_users_table.php class CreateUsersTable (line 6) | class CreateUsersTable extends Migration method up (line 13) | public function up() method down (line 52) | public function down() FILE: database/migrations/2016_04_17_124535_create_password_resets_table.php class CreatePasswordResetsTable (line 6) | class CreatePasswordResetsTable extends Migration method up (line 13) | public function up() method down (line 27) | public function down() FILE: database/migrations/2016_04_17_124539_create_api_tokens_table.php class CreateApiTokensTable (line 6) | class CreateApiTokensTable extends Migration method up (line 13) | public function up() method down (line 35) | public function down() FILE: database/migrations/2016_04_17_124544_create_subscriptions_table.php class CreateSubscriptionsTable (line 6) | class CreateSubscriptionsTable extends Migration method up (line 13) | public function up() method down (line 45) | public function down() FILE: database/migrations/2016_04_17_124550_create_invoices_table.php class CreateInvoicesTable (line 6) | class CreateInvoicesTable extends Migration method up (line 13) | public function up() method down (line 38) | public function down() FILE: database/migrations/2016_04_17_124557_create_notifications_table.php class CreateNotificationsTable (line 6) | class CreateNotificationsTable extends Migration method up (line 13) | public function up() method down (line 35) | public function down() FILE: database/migrations/2016_04_17_124605_create_teams_table.php class CreateTeamsTable (line 6) | class CreateTeamsTable extends Migration method up (line 13) | public function up() method down (line 43) | public function down() FILE: database/migrations/2016_04_17_124614_create_team_users_table.php class CreateTeamUsersTable (line 6) | class CreateTeamUsersTable extends Migration method up (line 13) | public function up() method down (line 29) | public function down() FILE: database/migrations/2016_04_17_124624_create_invitations_table.php class CreateInvitationsTable (line 6) | class CreateInvitationsTable extends Migration method up (line 13) | public function up() method down (line 30) | public function down() FILE: database/seeds/DatabaseSeeder.php class DatabaseSeeder (line 5) | class DatabaseSeeder extends Seeder method run (line 12) | public function run() FILE: public/js/app.js function __webpack_require__ (line 6) | function __webpack_require__(moduleId) { FILE: resources/assets/js/components/home.js method ready (line 4) | ready() { FILE: tests/BraintreeWebhookControllerTest.php class BraintreeWebhookControllerTest (line 15) | class BraintreeWebhookControllerTest extends TestCase method test_local_invoices_are_stored (line 19) | public function test_local_invoices_are_stored() method test_local_team_invoices_are_stored (line 51) | public function test_local_team_invoices_are_stored() method test_events_are_fired_when_subscriptions_are_deleted (line 85) | public function test_events_are_fired_when_subscriptions_are_deleted() method test_team_events_are_fired_when_subscriptions_are_deleted (line 101) | public function test_team_events_are_fired_when_subscriptions_are_dele... class SparkBraintreeWebhookControllerTestStub (line 122) | class SparkBraintreeWebhookControllerTestStub extends Laravel\Spark\Http... method parseBraintreeNotification (line 130) | protected function parseBraintreeNotification($request) FILE: tests/CanJoinTeamsTest.php class CanJoinTeamsTest (line 7) | class CanJoinTeamsTest extends TestCase method test_has_teams_indicates_if_user_belongs_to_any_teams (line 11) | public function test_has_teams_indicates_if_user_belongs_to_any_teams() method test_owns_team_returns_true_if_user_owns_the_given_team (line 25) | public function test_owns_team_returns_true_if_user_owns_the_given_team() method test_owns_team_returns_false_if_user_doesnt_own_the_given_team (line 35) | public function test_owns_team_returns_false_if_user_doesnt_own_the_gi... method test_current_role_can_be_retrieved_for_team (line 47) | public function test_current_role_can_be_retrieved_for_team() method test_current_team_returns_the_active_team_for_the_user (line 56) | public function test_current_team_returns_the_active_team_for_the_user() method test_current_team_on_trial_determines_if_current_team_is_on_trial (line 68) | public function test_current_team_on_trial_determines_if_current_team_... method test_current_team_on_trial_determines_if_current_team_is_on_trial_using_braintree (line 83) | public function test_current_team_on_trial_determines_if_current_team_... method test_current_team_will_gracefully_reset_when_current_team_id_is_null (line 95) | public function test_current_team_will_gracefully_reset_when_current_t... method test_users_can_switch_to_another_active_team (line 105) | public function test_users_can_switch_to_another_active_team() FILE: tests/CancelBraintreeSubscriptionTest.php class CancelBraintreeSubscriptionTest (line 9) | class CancelBraintreeSubscriptionTest extends TestCase method test_subscription_can_be_cancelled (line 13) | public function test_subscription_can_be_cancelled() FILE: tests/CancelBraintreeTeamSubscriptionTest.php class CancelBraintreeTeamSubscriptionTest (line 10) | class CancelBraintreeTeamSubscriptionTest extends TestCase method test_subscription_can_be_cancelled (line 14) | public function test_subscription_can_be_cancelled() FILE: tests/CancelSubscriptionTest.php class CancelSubscriptionTest (line 9) | class CancelSubscriptionTest extends TestCase method test_subscription_can_be_cancelled (line 13) | public function test_subscription_can_be_cancelled() FILE: tests/CancelTeamSubscriptionTest.php class CancelTeamSubscriptionTest (line 10) | class CancelTeamSubscriptionTest extends TestCase method test_subscription_can_be_cancelled (line 14) | public function test_subscription_can_be_cancelled() FILE: tests/CreateApiTokenTest.php class CreateApiTokenTest (line 6) | class CreateApiTokenTest extends TestCase method test_api_token_can_be_created (line 10) | public function test_api_token_can_be_created() method test_name_is_required (line 23) | public function test_name_is_required() method test_tokens_can_be_created_with_abilities (line 34) | public function test_tokens_can_be_created_with_abilities() method test_abilities_must_be_valid_abilities (line 57) | public function test_abilities_must_be_valid_abilities() FILE: tests/CreateTeamTest.php class CreateTeamTest (line 6) | class CreateTeamTest extends TestCase method test_teams_can_be_created (line 10) | public function test_teams_can_be_created() method test_name_is_required (line 23) | public function test_name_is_required() FILE: tests/CreatesTeams.php type CreatesTeams (line 6) | trait CreatesTeams method createTeam (line 13) | public function createTeam($user = null, $role = 'owner') FILE: tests/InteractsWithPaymentProviders.php type InteractsWithPaymentProviders (line 5) | trait InteractsWithPaymentProviders method createSubscribedUser (line 12) | public function createSubscribedUser($plan) method createBraintreeSubscribedUser (line 26) | public function createBraintreeSubscribedUser($plan) method getStripeToken (line 40) | protected function getStripeToken() FILE: tests/MailedInvitationTest.php class MailedInvitationTest (line 7) | class MailedInvitationTest extends TestCase method test_invitations_can_be_created (line 11) | public function test_invitations_can_be_created() method test_email_addess_is_required (line 25) | public function test_email_addess_is_required() method test_email_must_not_already_be_on_team (line 38) | public function test_email_must_not_already_be_on_team() method test_email_must_not_already_be_invited (line 51) | public function test_email_must_not_already_be_invited() method test_invitation_cannot_be_created_if_would_exceed_max_team_members (line 70) | public function test_invitation_cannot_be_created_if_would_exceed_max_... method test_invitation_cannot_be_created_if_would_exceed_max_team_collaborators (line 90) | public function test_invitation_cannot_be_created_if_would_exceed_max_... method test_invitations_can_be_deleted (line 112) | public function test_invitations_can_be_deleted() method test_owner_is_only_one_who_can_delete_invitations (line 129) | public function test_owner_is_only_one_who_can_delete_invitations() FILE: tests/NotificationsTest.php class NotificationsTest (line 9) | class NotificationsTest extends TestCase method test_notification_can_be_created (line 13) | public function test_notification_can_be_created() method test_notification_can_be_created_with_body_only (line 36) | public function test_notification_can_be_created_with_body_only() class TestNotificationStub (line 55) | class TestNotificationStub extends Notification method __construct (line 57) | public function __construct($message) method via (line 62) | public function via($notifiable) method toSpark (line 67) | public function toSpark($notifiable) FILE: tests/PendingInvitationTest.php class PendingInvitationTest (line 7) | class PendingInvitationTest extends TestCase method test_invitations_can_be_accepted (line 11) | public function test_invitations_can_be_accepted() method test_invitatation_cannot_be_accepted_by_anyone_other_than_owner (line 33) | public function test_invitatation_cannot_be_accepted_by_anyone_other_t... method test_invitations_can_be_rejected (line 53) | public function test_invitations_can_be_rejected() method test_invitatation_cannot_be_rejected_by_anyone_other_than_owner (line 75) | public function test_invitatation_cannot_be_rejected_by_anyone_other_t... FILE: tests/RedeemCouponTest.php class RedeemCouponTest (line 8) | class RedeemCouponTest extends TestCase method test_valid_coupon_can_be_redeemed (line 12) | public function test_valid_coupon_can_be_redeemed() method test_coupon_code_must_be_valid (line 33) | public function test_coupon_code_must_be_valid() FILE: tests/RedeemTeamCouponTest.php class RedeemTeamCouponTest (line 9) | class RedeemTeamCouponTest extends TestCase method test_valid_coupon_can_be_redeemed (line 13) | public function test_valid_coupon_can_be_redeemed() method test_coupon_code_must_be_valid (line 35) | public function test_coupon_code_must_be_valid() FILE: tests/RegistrationBillingAddressTest.php class RegistrationBillingAddressTest (line 10) | class RegistrationBillingAddressTest extends TestCase method test_user_can_register (line 14) | public function test_user_can_register() method test_address_is_required (line 40) | public function test_address_is_required() method test_declared_country_must_match_stripe_country (line 61) | public function test_declared_country_must_match_stripe_country() method test_state_must_be_valid_for_country (line 89) | public function test_state_must_be_valid_for_country() FILE: tests/RegistrationBraintreeTest.php class RegistrationBraintreeTest (line 10) | class RegistrationBraintreeTest extends TestCase method test_user_can_subscribe_to_plan (line 14) | public function test_user_can_subscribe_to_plan() FILE: tests/RegistrationTest.php class RegistrationTest (line 10) | class RegistrationTest extends TestCase method test_users_can_register (line 14) | public function test_users_can_register() method test_user_can_subscribe_to_plan (line 37) | public function test_user_can_subscribe_to_plan() method test_user_can_register_with_invitation (line 63) | public function test_user_can_register_with_invitation() FILE: tests/ResumeBraintreeSubscriptionTest.php class ResumeBraintreeSubscriptionTest (line 9) | class ResumeBraintreeSubscriptionTest extends TestCase method test_subscription_can_be_resumed (line 13) | public function test_subscription_can_be_resumed() FILE: tests/ResumeBraintreeTeamSubscriptionTest.php class ResumeBraintreeTeamSubscriptionTest (line 10) | class ResumeBraintreeTeamSubscriptionTest extends TestCase method test_team_subscription_can_be_resumed (line 14) | public function test_team_subscription_can_be_resumed() FILE: tests/ResumeSubscriptionTest.php class ResumeSubscriptionTest (line 9) | class ResumeSubscriptionTest extends TestCase method test_subscription_can_be_resumed (line 13) | public function test_subscription_can_be_resumed() FILE: tests/ResumeTeamSubscriptionTest.php class ResumeTeamSubscriptionTest (line 10) | class ResumeTeamSubscriptionTest extends TestCase method test_team_subscription_can_be_resumed (line 17) | public function test_team_subscription_can_be_resumed() FILE: tests/StripeWebhookControllerTest.php class StripeWebhookControllerTest (line 12) | class StripeWebhookControllerTest extends TestCase method test_local_invoices_are_stored (line 16) | public function test_local_invoices_are_stored() method test_local_team_invoices_are_stored (line 46) | public function test_local_team_invoices_are_stored() method test_events_are_fired_when_subscriptions_are_deleted (line 78) | public function test_events_are_fired_when_subscriptions_are_deleted() method test_team_events_are_fired_when_subscriptions_are_deleted (line 98) | public function test_team_events_are_fired_when_subscriptions_are_dele... FILE: tests/SubscribeBillingAddressTest.php class SubscribeBillingAddressTest (line 9) | class SubscribeBillingAddressTest extends TestCase method test_users_can_subscribe (line 13) | public function test_users_can_subscribe() method test_billing_address_country_must_match_stripe_country (line 38) | public function test_billing_address_country_must_match_stripe_country() method test_billing_address_state_must_be_valid_for_country (line 59) | public function test_billing_address_state_must_be_valid_for_country() FILE: tests/SubscribeBraintreeTeamTest.php class SubscribeBraintreeTeamTest (line 10) | class SubscribeBraintreeTeamTest extends TestCase method test_teams_can_subscribe (line 14) | public function test_teams_can_subscribe() method test_braintree_token_is_required (line 34) | public function test_braintree_token_is_required() method test_braintree_type_is_required (line 47) | public function test_braintree_type_is_required() method test_plan_name_must_be_a_valid_team_plan (line 61) | public function test_plan_name_must_be_a_valid_team_plan() FILE: tests/SubscribeBraintreeTest.php class SubscribeBraintreeTest (line 9) | class SubscribeBraintreeTest extends TestCase method test_users_can_subscribe (line 13) | public function test_users_can_subscribe() method test_braintree_token_is_required (line 30) | public function test_braintree_token_is_required() method test_braintree_type_is_required (line 40) | public function test_braintree_type_is_required() method test_plan_name_must_be_a_valid_plan (line 51) | public function test_plan_name_must_be_a_valid_plan() FILE: tests/SubscribeTeamTest.php class SubscribeTeamTest (line 10) | class SubscribeTeamTest extends TestCase method test_teams_can_subscribe (line 14) | public function test_teams_can_subscribe() method test_stripe_token_is_required (line 33) | public function test_stripe_token_is_required() method test_plan_name_must_be_a_valid_team_plan (line 46) | public function test_plan_name_must_be_a_valid_team_plan() FILE: tests/SubscribeTest.php class SubscribeTest (line 9) | class SubscribeTest extends TestCase method test_users_can_subscribe (line 13) | public function test_users_can_subscribe() method test_stripe_token_is_required (line 29) | public function test_stripe_token_is_required() method test_plan_name_must_be_a_valid_plan (line 39) | public function test_plan_name_must_be_a_valid_plan() FILE: tests/SubscribedMiddlewareTest.php class SubscribedMiddlewareTest (line 10) | class SubscribedMiddlewareTest extends TestCase method test_middleware_allows_requests_to_pass_for_subscribed_users (line 14) | public function test_middleware_allows_requests_to_pass_for_subscribed... method test_middleware_allows_requests_to_pass_for_trialing_users (line 30) | public function test_middleware_allows_requests_to_pass_for_trialing_u... method test_middleware_allows_requests_to_fail_for_unsubscribed_users (line 48) | public function test_middleware_allows_requests_to_fail_for_unsubscrib... method test_middleware_allows_requests_to_pass_for_subscribed_users_for_a_specific_plan (line 62) | public function test_middleware_allows_requests_to_pass_for_subscribed... method test_middleware_allows_requests_to_fail_for_subscribed_users_for_a_missing_plan (line 80) | public function test_middleware_allows_requests_to_fail_for_subscribed... FILE: tests/TeamSubscribedMiddlewareTest.php class TeamSubscribedMiddlewareTest (line 10) | class TeamSubscribedMiddlewareTest extends TestCase method test_middleware_allows_requests_to_pass_for_subscribed_users (line 14) | public function test_middleware_allows_requests_to_pass_for_subscribed... method test_middleware_allows_requests_to_pass_for_trialing_users (line 33) | public function test_middleware_allows_requests_to_pass_for_trialing_u... method test_middleware_allows_requests_to_fail_for_unsubscribed_users (line 52) | public function test_middleware_allows_requests_to_fail_for_unsubscrib... method test_middleware_allows_requests_to_pass_for_subscribed_users_for_a_specific_plan (line 67) | public function test_middleware_allows_requests_to_pass_for_subscribed... method test_middleware_allows_requests_to_fail_for_subscribed_users_for_a_missing_plan (line 87) | public function test_middleware_allows_requests_to_fail_for_subscribed... FILE: tests/TestCase.php class TestCase (line 3) | class TestCase extends Illuminate\Foundation\Testing\TestCase method createApplication (line 17) | public function createApplication() FILE: tests/TwoFactorAuthenticationTest.php class TwoFactorAuthenticationTest (line 6) | class TwoFactorAuthenticationTest extends TestCase method test_authentication_can_be_enabled (line 10) | public function test_authentication_can_be_enabled() method test_country_code_is_required (line 28) | public function test_country_code_is_required() method test_phone_is_required (line 42) | public function test_phone_is_required() method test_authentication_can_be_disabled (line 56) | public function test_authentication_can_be_disabled() FILE: tests/UpdateApiTokenTest.php class UpdateApiTokenTest (line 7) | class UpdateApiTokenTest extends TestCase method test_name_can_be_updated (line 14) | public function test_name_can_be_updated() method test_name_is_required (line 39) | public function test_name_is_required() method test_abilities_can_be_updated (line 58) | public function test_abilities_can_be_updated() method test_abilities_must_be_valid_abilities (line 89) | public function test_abilities_must_be_valid_abilities() FILE: tests/UpdateBraintreePaymentMethodTest.php class UpdateBraintreePaymentMethodTest (line 11) | class UpdateBraintreePaymentMethodTest extends TestCase method test_payment_method_for_braintree_can_be_updated (line 15) | public function test_payment_method_for_braintree_can_be_updated() method test_braintree_token_is_required_to_update_payment_method (line 32) | public function test_braintree_token_is_required_to_update_payment_met... method test_braintree_type_is_required_to_update_payment_method (line 48) | public function test_braintree_type_is_required_to_update_payment_meth... FILE: tests/UpdateBraintreeSubscriptionTest.php class UpdateBraintreeSubscriptionTest (line 9) | class UpdateBraintreeSubscriptionTest extends TestCase method test_subscription_can_be_updated (line 13) | public function test_subscription_can_be_updated() method test_plan_is_required (line 30) | public function test_plan_is_required() method test_plan_must_be_a_valid_plan (line 39) | public function test_plan_must_be_a_valid_plan() FILE: tests/UpdateBraintreeTeamPaymentMethodTest.php class UpdateBraintreeTeamPaymentMethodTest (line 12) | class UpdateBraintreeTeamPaymentMethodTest extends TestCase method test_payment_method_for_stripe_can_be_updated (line 16) | public function test_payment_method_for_stripe_can_be_updated() method test_braintree_token_is_required_to_update_payment_method (line 33) | public function test_braintree_token_is_required_to_update_payment_met... method test_braintree_type_is_required_to_update_payment_method (line 48) | public function test_braintree_type_is_required_to_update_payment_meth... FILE: tests/UpdateContactInformationTest.php class UpdateContactInformationTest (line 6) | class UpdateContactInformationTest extends TestCase method test_contact_information_can_be_updated (line 10) | public function test_contact_information_can_be_updated() method test_name_is_required (line 25) | public function test_name_is_required() method test_email_is_required (line 36) | public function test_email_is_required() FILE: tests/UpdateExtraBillingInformationTest.php class UpdateExtraBillingInformationTest (line 6) | class UpdateExtraBillingInformationTest extends TestCase method test_billing_information_can_be_updated (line 10) | public function test_billing_information_can_be_updated() FILE: tests/UpdatePasswordTest.php class UpdatePasswordTest (line 6) | class UpdatePasswordTest extends TestCase method test_password_can_be_updated (line 10) | public function test_password_can_be_updated() method test_old_password_is_required (line 29) | public function test_old_password_is_required() method test_old_password_must_match_current_password (line 44) | public function test_old_password_must_match_current_password() method test_new_passwords_are_required (line 59) | public function test_new_passwords_are_required() method test_new_passwords_must_match (line 79) | public function test_new_passwords_must_match() method test_new_passwords_must_be_at_least_six_characters (line 92) | public function test_new_passwords_must_be_at_least_six_characters() FILE: tests/UpdatePaymentMethodBillingAddressTest.php class UpdatePaymentMethodBillingAddressTest (line 12) | class UpdatePaymentMethodBillingAddressTest extends TestCase method test_payment_method_for_stripe_can_be_updated (line 16) | public function test_payment_method_for_stripe_can_be_updated() method test_payment_method_country_must_match_stripe_country (line 37) | public function test_payment_method_country_must_match_stripe_country() method test_payment_method_state_must_be_valid_for_country (line 58) | public function test_payment_method_state_must_be_valid_for_country() FILE: tests/UpdatePaymentMethodTest.php class UpdatePaymentMethodTest (line 12) | class UpdatePaymentMethodTest extends TestCase method test_payment_method_for_stripe_can_be_updated (line 16) | public function test_payment_method_for_stripe_can_be_updated() method test_stripe_token_is_required_to_update_payment_method (line 29) | public function test_stripe_token_is_required_to_update_payment_method() FILE: tests/UpdateProfilePhotoTest.php class UpdateProfilePhotoTest (line 7) | class UpdateProfilePhotoTest extends TestCase method test_profile_photo_can_be_updated (line 11) | public function test_profile_photo_can_be_updated() FILE: tests/UpdateSubscriptionTest.php class UpdateSubscriptionTest (line 9) | class UpdateSubscriptionTest extends TestCase method test_subscription_can_be_updated (line 13) | public function test_subscription_can_be_updated() method test_plan_is_required (line 30) | public function test_plan_is_required() method test_plan_must_be_a_valid_plan (line 39) | public function test_plan_must_be_a_valid_plan() FILE: tests/UpdateTeamExtraBillingInformationTest.php class UpdateTeamExtraBillingInformationTest (line 7) | class UpdateTeamExtraBillingInformationTest extends TestCase method test_billing_information_can_be_updated (line 11) | public function test_billing_information_can_be_updated() FILE: tests/UpdateTeamPaymentMethodBillingAddressTest.php class UpdateTeamPaymentMethodBillingAddressTest (line 12) | class UpdateTeamPaymentMethodBillingAddressTest extends TestCase method test_payment_method_for_stripe_can_be_updated (line 16) | public function test_payment_method_for_stripe_can_be_updated() method test_payment_method_country_must_match_stripe_country (line 41) | public function test_payment_method_country_must_match_stripe_country() method test_payment_method_state_must_be_valid_for_country (line 65) | public function test_payment_method_state_must_be_valid_for_country() FILE: tests/UpdateTeamPaymentMethodTest.php class UpdateTeamPaymentMethodTest (line 12) | class UpdateTeamPaymentMethodTest extends TestCase method test_payment_method_for_stripe_can_be_updated (line 16) | public function test_payment_method_for_stripe_can_be_updated() method test_stripe_token_is_required_to_update_payment_method (line 32) | public function test_stripe_token_is_required_to_update_payment_method() FILE: tests/UpdateTeamPhotoTest.php class UpdateTeamPhotoTest (line 8) | class UpdateTeamPhotoTest extends TestCase method test_team_photo_can_be_updated (line 12) | public function test_team_photo_can_be_updated() FILE: tests/UpdateTeamTest.php class UpdateTeamTest (line 7) | class UpdateTeamTest extends TestCase method test_name_can_be_updated (line 11) | public function test_name_can_be_updated() method test_name_is_required (line 28) | public function test_name_is_required() FILE: tests/VatCalculationTest.php class VatCalculationTest (line 6) | class VatCalculationTest extends TestCase method test_vat_can_be_calculated (line 8) | public function test_vat_can_be_calculated() method test_vat_id_can_be_validated (line 47) | public function test_vat_id_can_be_validated()