mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-21 09:12:14 +00:00
helpers refactoring
This commit is contained in:
12
tests/Feature/External/SubscriptionTest.php
vendored
12
tests/Feature/External/SubscriptionTest.php
vendored
@@ -195,9 +195,9 @@ class SubscriptionTest extends TestCase
|
||||
"capacity" => 1000,
|
||||
"capacity_formatted" => "1TB",
|
||||
"slug" => "business-pack",
|
||||
"canceled_at" => format_date(Carbon::now(), '%d. %B. %Y'),
|
||||
"created_at" => format_date(Carbon::now(), '%d. %B. %Y'),
|
||||
"ends_at" => format_date(Carbon::now()->addMonth(), '%d. %B. %Y'),
|
||||
"canceled_at" => format_date(now(), '%d. %B. %Y'),
|
||||
"created_at" => format_date(now(), '%d. %B. %Y'),
|
||||
"ends_at" => format_date(now()->addMonth(), '%d. %B. %Y'),
|
||||
]
|
||||
]
|
||||
]);
|
||||
@@ -265,9 +265,9 @@ class SubscriptionTest extends TestCase
|
||||
"capacity" => 1000,
|
||||
"capacity_formatted" => "1TB",
|
||||
"slug" => "business-pack",
|
||||
"canceled_at" => format_date(Carbon::now(), '%d. %B. %Y'),
|
||||
"created_at" => format_date(Carbon::now(), '%d. %B. %Y'),
|
||||
"ends_at" => format_date(Carbon::now()->addMonth(), '%d. %B. %Y'),
|
||||
"canceled_at" => format_date(now(), '%d. %B. %Y'),
|
||||
"created_at" => format_date(now(), '%d. %B. %Y'),
|
||||
"ends_at" => format_date(now()->addMonth(), '%d. %B. %Y'),
|
||||
]
|
||||
]
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user