SYMBOL INDEX (5659 symbols across 1166 files) FILE: build.php function getPhpLevel (line 47) | function getPhpLevel($tag) FILE: lazy/Carbon/MessageFormatter/MessageFormatterMapperStrongType.php class LazyMessageFormatter (line 17) | abstract class LazyMessageFormatter implements MessageFormatterInterface method format (line 19) | public function format(string $message, string $locale, array $paramet... FILE: lazy/Carbon/MessageFormatter/MessageFormatterMapperWeakType.php class LazyMessageFormatter (line 18) | abstract class LazyMessageFormatter implements MessageFormatterInterface... method transformLocale (line 20) | abstract protected function transformLocale(?string $locale): ?string; method format (line 22) | public function format($message, $locale, array $parameters = []) method choiceFormat (line 31) | public function choiceFormat($message, $number, $locale, array $parame... FILE: lazy/Carbon/ProtectedDatePeriod.php class DatePeriodBase (line 17) | class DatePeriodBase extends DatePeriod FILE: lazy/Carbon/TranslatorStrongType.php class LazyTranslator (line 17) | class LazyTranslator extends AbstractTranslator implements TranslatorStr... method trans (line 19) | public function trans(?string $id, array $parameters = [], ?string $do... method getFromCatalogue (line 24) | public function getFromCatalogue(MessageCatalogueInterface $catalogue,... method getPrivateProperty (line 45) | private function getPrivateProperty($instance, string $field) FILE: lazy/Carbon/TranslatorWeakType.php class LazyTranslator (line 15) | class LazyTranslator extends AbstractTranslator method trans (line 27) | public function trans($id, array $parameters = [], $domain = null, $lo... FILE: lazy/Carbon/UnprotectedDatePeriod.php class DatePeriodBase (line 17) | class DatePeriodBase extends DatePeriod FILE: phpdoc.php function unitName (line 67) | function unitName($unit) function pluralize (line 76) | function pluralize($word) function dumpValue (line 85) | function dumpValue($value) function cleanClassName (line 101) | function cleanClassName($name) function dumpType (line 118) | function dumpType(ReflectionType $type, bool $deep = true, bool $allowsN... function dumpParameter (line 142) | function dumpParameter(string $method, ReflectionParameter $parameter): ... function compileDoc (line 655) | function compileDoc($autoDocLines, $file) function getMethodReturnType (line 735) | function getMethodReturnType(ReflectionMethod $method): string FILE: sponsors.php function getMaxHistoryMonthsByAmount (line 16) | function getMaxHistoryMonthsByAmount($amount): int function getHtmlAttribute (line 29) | function getHtmlAttribute($rawValue): string function getOpenCollectiveSponsors (line 38) | function getOpenCollectiveSponsors(): string FILE: src/Carbon/AbstractTranslator.php class AbstractTranslator (line 26) | abstract class AbstractTranslator extends SymfonyTranslator method get (line 73) | public static function get(?string $locale = null): static method __construct (line 91) | public function __construct($locale, ?MessageFormatterInterface $forma... method getDirectories (line 99) | public function getDirectories(): array method setDirectories (line 111) | public function setDirectories(array $directories): static method addDirectory (line 125) | public function addDirectory(string $directory): static method removeDirectory (line 139) | public function removeDirectory(string $directory): static method resetMessages (line 154) | public function resetMessages(?string $locale = null): bool method getLocalesFiles (line 200) | public function getLocalesFiles(string $prefix = ''): array method getAvailableLocales (line 221) | public function getAvailableLocales(string $prefix = ''): array method translate (line 232) | protected function translate(?string $id, array $parameters = [], ?str... method loadMessagesFromFile (line 265) | protected function loadMessagesFromFile(string $locale): bool method setMessages (line 278) | public function setMessages(string $locale, array $messages): static method setTranslations (line 297) | public function setTranslations(array $messages): static method getMessages (line 306) | public function getMessages(?string $locale = null): array method setLocale (line 316) | public function setLocale($locale): void method __debugInfo (line 381) | public function __debugInfo() method __serialize (line 388) | public function __serialize(): array method __unserialize (line 395) | public function __unserialize(array $data): void method initialize (line 400) | private function initialize($locale, ?MessageFormatterInterface $forma... method compareChunkLists (line 410) | private static function compareChunkLists($referenceChunks, $chunks) method modifyResources (line 430) | private function modifyResources(callable $callback): void method getPhpFilesInDirectory (line 441) | private static function getPhpFilesInDirectory(string $directory, stri... method getDefaultLangDirectory (line 464) | private static function getDefaultLangDirectory(): string method getInternallySupportedLocales (line 470) | private static function getInternallySupportedLocales(): array FILE: src/Carbon/Callback.php class Callback (line 26) | final class Callback method __construct (line 30) | private function __construct(private readonly Closure $closure) method fromClosure (line 34) | public static function fromClosure(Closure $closure): self method parameter (line 39) | public static function parameter(mixed $closure, mixed $value, string|... method getReflectionFunction (line 48) | public function getReflectionFunction(): ReflectionFunction method prepareParameter (line 53) | public function prepareParameter(mixed $value, string|int $index = 0):... method call (line 80) | public function call(mixed ...$arguments): mixed method getParameterType (line 91) | private function getParameterType(string|int $index): ?ReflectionType method getPromotedClass (line 109) | private function getPromotedClass(mixed $value): ?string FILE: src/Carbon/Carbon.php class Carbon (line 836) | class Carbon extends DateTime implements CarbonInterface method isMutable (line 843) | public static function isMutable(): bool FILE: src/Carbon/CarbonConverterInterface.php type CarbonConverterInterface (line 18) | interface CarbonConverterInterface method convertDate (line 20) | public function convertDate(DateTimeInterface $dateTime, bool $negated... FILE: src/Carbon/CarbonImmutable.php class CarbonImmutable (line 836) | class CarbonImmutable extends DateTimeImmutable implements CarbonInterface method __clone (line 842) | public function __clone(): void method startOfTime (line 854) | public static function startOfTime(): static method endOfTime (line 867) | public static function endOfTime(): static method getEndOfTimeYear (line 878) | private static function getEndOfTimeYear(): int method getStartOfTimeYear (line 886) | private static function getStartOfTimeYear(): int FILE: src/Carbon/CarbonInterface.php type CarbonInterface (line 858) | interface CarbonInterface extends DateTimeInterface, JsonSerializable, D... method __call (line 870) | public function __call(string $method, array $parameters): mixed; method __callStatic (line 880) | public static function __callStatic(string $method, array $parameters)... method __clone (line 885) | public function __clone(): void; method __construct (line 895) | public function __construct(DateTimeInterface|WeekDay|Month|string|int... method __debugInfo (line 900) | public function __debugInfo(): array; method __get (line 909) | public function __get(string $name): mixed; method __isset (line 918) | public function __isset($name); method __set (line 930) | public function __set($name, $value); method __set_state (line 939) | #[ReturnTypeWillChange] method __toString (line 950) | public function __toString(); method add (line 965) | #[ReturnTypeWillChange] method addRealUnit (line 979) | public function addRealUnit(string $unit, $value = 1): static; method addUTCUnit (line 990) | public function addUTCUnit(string $unit, $value = 1): static; method addUnit (line 995) | public function addUnit(Unit|string $unit, $value = 1, ?bool $overflow... method addUnitNoOverflow (line 1004) | public function addUnitNoOverflow(string $valueUnit, int $value, strin... method ago (line 1034) | public function ago($syntax = null, $short = false, $parts = 1, $optio... method average (line 1044) | public function average($date = null); method avoidMutation (line 1054) | public function avoidMutation(): static; method between (line 1073) | public function between(DateTimeInterface|string $date1, DateTimeInter... method betweenExcluded (line 1085) | public function betweenExcluded(DateTimeInterface|string $date1, DateT... method betweenIncluded (line 1097) | public function betweenIncluded(DateTimeInterface|string $date1, DateT... method calendar (line 1110) | public function calendar($referenceTime = null, array $formats = []); method canBeCreatedFromFormat (line 1122) | public static function canBeCreatedFromFormat(?string $date, string $f... method carbonize (line 1132) | public function carbonize($date = null); method cast (line 1143) | public function cast(string $className): mixed; method ceil (line 1148) | public function ceil(DateInterval|string|int|float $precision = 1): st... method ceilUnit (line 1153) | public function ceilUnit(string $unit, DateInterval|string|int|float $... method ceilWeek (line 1160) | public function ceilWeek(WeekDay|int|null $weekStartsAt = null): static; method change (line 1176) | public function change($modifier); method cleanupDumpProperties (line 1185) | public function cleanupDumpProperties(); method clone (line 1194) | public function clone(); method closest (line 1204) | public function closest($date1, $date2); method copy (line 1211) | public function copy(); method create (line 1237) | public static function create($year = 0, $month = 1, $day = 1, $hour =... method createFromDate (line 1251) | public static function createFromDate($year = null, $month = null, $da... method createFromFormat (line 1264) | #[ReturnTypeWillChange] method createFromIsoFormat (line 1280) | public static function createFromIsoFormat(string $format, string $tim... method createFromLocaleFormat (line 1294) | public static function createFromLocaleFormat(string $format, string $... method createFromLocaleIsoFormat (line 1308) | public static function createFromLocaleIsoFormat(string $format, strin... method createFromTime (line 1322) | public static function createFromTime($hour = 0, $minute = 0, $second ... method createFromTimeString (line 1329) | public static function createFromTimeString(string $time, DateTimeZone... method createFromTimestamp (line 1336) | #[ReturnTypeWillChange] method createFromTimestampMs (line 1344) | public static function createFromTimestampMs(string|int|float $timesta... method createFromTimestampMsUTC (line 1355) | public static function createFromTimestampMsUTC($timestamp): static; method createFromTimestampUTC (line 1362) | public static function createFromTimestampUTC(string|int|float $timest... method createMidnightDate (line 1376) | public static function createMidnightDate($year = null, $month = null,... method createSafe (line 1405) | public static function createSafe($year = null, $month = null, $day = ... method createStrict (line 1424) | public static function createStrict(?int $year = 0, ?int $month = 1, ?... method dayOfYear (line 1439) | public function dayOfYear(?int $value = null): static|int; method diffAsCarbonInterval (line 1451) | public function diffAsCarbonInterval($date = null, bool $absolute = fa... method diffAsDateInterval (line 1463) | public function diffAsDateInterval($date = null, bool $absolute = fals... method diffFiltered (line 1475) | public function diffFiltered(CarbonInterval $ci, Closure $callback, $d... method diffForHumans (line 1527) | public function diffForHumans($other = null, $syntax = null, $short = ... method diffInDays (line 1538) | public function diffInDays($date = null, bool $absolute = false, bool ... method diffInDaysFiltered (line 1549) | public function diffInDaysFiltered(Closure $callback, $date = null, bo... method diffInHours (line 1559) | public function diffInHours($date = null, bool $absolute = false): float; method diffInHoursFiltered (line 1570) | public function diffInHoursFiltered(Closure $callback, $date = null, b... method diffInMicroseconds (line 1580) | public function diffInMicroseconds($date = null, bool $absolute = fals... method diffInMilliseconds (line 1590) | public function diffInMilliseconds($date = null, bool $absolute = fals... method diffInMinutes (line 1600) | public function diffInMinutes($date = null, bool $absolute = false): f... method diffInMonths (line 1611) | public function diffInMonths($date = null, bool $absolute = false, boo... method diffInQuarters (line 1622) | public function diffInQuarters($date = null, bool $absolute = false, b... method diffInSeconds (line 1632) | public function diffInSeconds($date = null, bool $absolute = false): f... method diffInUnit (line 1644) | public function diffInUnit(Unit|string $unit, $date = null, bool $abso... method diffInWeekdays (line 1654) | public function diffInWeekdays($date = null, bool $absolute = false): ... method diffInWeekendDays (line 1664) | public function diffInWeekendDays($date = null, bool $absolute = false... method diffInWeeks (line 1675) | public function diffInWeeks($date = null, bool $absolute = false, bool... method diffInYears (line 1686) | public function diffInYears($date = null, bool $absolute = false, bool... method disableHumanDiffOption (line 1693) | public static function disableHumanDiffOption(int $humanDiffOption): v... method enableHumanDiffOption (line 1700) | public static function enableHumanDiffOption(int $humanDiffOption): void; method endOf (line 1712) | public function endOf(Unit|string $unit, mixed ...$params): static; method endOfCentury (line 1724) | public function endOfCentury(); method endOfDay (line 1736) | public function endOfDay(); method endOfDecade (line 1748) | public function endOfDecade(); method endOfHour (line 1758) | public function endOfHour(): static; method endOfMillennium (line 1770) | public function endOfMillennium(); method endOfMillisecond (line 1782) | public function endOfMillisecond(): static; method endOfMinute (line 1792) | public function endOfMinute(): static; method endOfMonth (line 1804) | public function endOfMonth(); method endOfQuarter (line 1816) | public function endOfQuarter(); method endOfSecond (line 1828) | public function endOfSecond(): static; method endOfWeek (line 1844) | public function endOfWeek(WeekDay|int|null $weekEndsAt = null): static; method endOfYear (line 1856) | public function endOfYear(); method eq (line 1870) | public function eq(DateTimeInterface|string $date): bool; method equalTo (line 1882) | public function equalTo(DateTimeInterface|string $date): bool; method executeWithLocale (line 1893) | public static function executeWithLocale(string $locale, callable $fun... method farthest (line 1903) | public function farthest($date1, $date2); method firstOfMonth (line 1915) | public function firstOfMonth($dayOfWeek = null); method firstOfQuarter (line 1927) | public function firstOfQuarter($dayOfWeek = null); method firstOfYear (line 1939) | public function firstOfYear($dayOfWeek = null); method floor (line 1944) | public function floor(DateInterval|string|int|float $precision = 1): s... method floorUnit (line 1949) | public function floorUnit(string $unit, DateInterval|string|int|float ... method floorWeek (line 1956) | public function floorWeek(WeekDay|int|null $weekStartsAt = null): static; method from (line 1992) | public function from($other = null, $syntax = null, $short = false, $p... method fromNow (line 2022) | public function fromNow($syntax = null, $short = false, $parts = 1, $o... method fromSerialized (line 2042) | public static function fromSerialized($value, array $options = []): st... method genericMacro (line 2052) | public static function genericMacro(callable $macro, int $priority = 0... method get (line 2061) | public function get(Unit|string $name): mixed; method getAltNumber (line 2068) | public function getAltNumber(string $key): string; method getAvailableLocales (line 2076) | public static function getAvailableLocales(); method getAvailableLocalesInfo (line 2084) | public static function getAvailableLocalesInfo(); method getCalendarFormats (line 2091) | public function getCalendarFormats(?string $locale = null): array; method getClock (line 2093) | public function getClock(): ?WrapperClock; method getDays (line 2098) | public static function getDays(): array; method getDaysFromStartOfWeek (line 2108) | public function getDaysFromStartOfWeek(WeekDay|int|null $weekStartsAt ... method getFallbackLocale (line 2115) | public static function getFallbackLocale(): ?string; method getFormatsToIsoReplacements (line 2120) | public static function getFormatsToIsoReplacements(): array; method getHumanDiffOptions (line 2125) | public static function getHumanDiffOptions(): int; method getIsoFormats (line 2132) | public function getIsoFormats(?string $locale = null): array; method getIsoUnits (line 2137) | public static function getIsoUnits(): array; method getLastErrors (line 2142) | public static function getLastErrors(): array|false; method getLocalMacro (line 2147) | public function getLocalMacro(string $name): ?callable; method getLocalTranslator (line 2152) | public function getLocalTranslator(): TranslatorInterface; method getLocale (line 2159) | public static function getLocale(): string; method getMacro (line 2164) | public static function getMacro(string $name): ?callable; method getMidDayAt (line 2171) | public static function getMidDayAt(); method getOffsetString (line 2181) | public function getOffsetString(string $separator = ':'): string; method getPaddedUnit (line 2191) | public function getPaddedUnit($unit, $length = 2, $padString = '0', $p... method getPreciseTimestamp (line 2211) | public function getPreciseTimestamp($precision = 6): float; method getSettings (line 2216) | public function getSettings(): array; method getTestNow (line 2224) | public static function getTestNow(): Closure|self|null; method getTimeFormatByPrecision (line 2231) | public static function getTimeFormatByPrecision(string $unitPrecision)... method getTimestampMs (line 2238) | public function getTimestampMs(): int; method getTranslatedDayName (line 2247) | public function getTranslatedDayName(?string $context = null, string $... method getTranslatedMinDayName (line 2254) | public function getTranslatedMinDayName(?string $context = null): string; method getTranslatedMonthName (line 2263) | public function getTranslatedMonthName(?string $context = null, string... method getTranslatedShortDayName (line 2270) | public function getTranslatedShortDayName(?string $context = null): st... method getTranslatedShortMonthName (line 2277) | public function getTranslatedShortMonthName(?string $context = null): ... method getTranslationMessage (line 2289) | public function getTranslationMessage(string $key, ?string $locale = n... method getTranslationMessageWith (line 2301) | public static function getTranslationMessageWith($translator, string $... method getTranslator (line 2306) | public static function getTranslator(): TranslatorInterface; method getWeekEndsAt (line 2315) | public static function getWeekEndsAt(?string $locale = null): int; method getWeekStartsAt (line 2322) | public static function getWeekStartsAt(?string $locale = null): int; method getWeekendDays (line 2327) | public static function getWeekendDays(): array; method greaterThan (line 2339) | public function greaterThan(DateTimeInterface|string $date): bool; method greaterThanOrEqualTo (line 2351) | public function greaterThanOrEqualTo(DateTimeInterface|string $date): ... method gt (line 2365) | public function gt(DateTimeInterface|string $date): bool; method gte (line 2379) | public function gte(DateTimeInterface|string $date): bool; method hasFormat (line 2390) | public static function hasFormat(string $date, string $format): bool; method hasFormatWithModifiers (line 2406) | public static function hasFormatWithModifiers(?string $date, string $f... method hasLocalMacro (line 2411) | public function hasLocalMacro(string $name): bool; method hasLocalTranslator (line 2416) | public function hasLocalTranslator(): bool; method hasMacro (line 2425) | public static function hasMacro(string $name): bool; method hasRelativeKeywords (line 2432) | public static function hasRelativeKeywords(?string $time): bool; method hasTestNow (line 2440) | public static function hasTestNow(): bool; method instance (line 2445) | public static function instance(DateTimeInterface $date): static; method is (line 2469) | public function is(WeekDay|Month|string $tester): bool; method isAfter (line 2483) | public function isAfter(DateTimeInterface|string $date): bool; method isBefore (line 2497) | public function isBefore(DateTimeInterface|string $date): bool; method isBetween (line 2512) | public function isBetween(DateTimeInterface|string $date1, DateTimeInt... method isBirthday (line 2529) | public function isBirthday(DateTimeInterface|string|null $date = null)... method isCurrentUnit (line 2544) | public function isCurrentUnit(string $unit): bool; method isDayOfWeek (line 2561) | public function isDayOfWeek($dayOfWeek): bool; method isEndOfCentury (line 2566) | public function isEndOfCentury(Unit|DateInterval|Closure|CarbonConvert... method isEndOfDay (line 2588) | public function isEndOfDay(Unit|DateInterval|Closure|CarbonConverterIn... method isEndOfDecade (line 2593) | public function isEndOfDecade(Unit|DateInterval|Closure|CarbonConverte... method isEndOfHour (line 2598) | public function isEndOfHour(Unit|DateInterval|Closure|CarbonConverterI... method isEndOfMillennium (line 2603) | public function isEndOfMillennium(Unit|DateInterval|Closure|CarbonConv... method isEndOfMillisecond (line 2608) | public function isEndOfMillisecond(Unit|DateInterval|Closure|CarbonCon... method isEndOfMinute (line 2613) | public function isEndOfMinute(Unit|DateInterval|Closure|CarbonConverte... method isEndOfMonth (line 2618) | public function isEndOfMonth(Unit|DateInterval|Closure|CarbonConverter... method isEndOfQuarter (line 2623) | public function isEndOfQuarter(Unit|DateInterval|Closure|CarbonConvert... method isEndOfSecond (line 2628) | public function isEndOfSecond(Unit|DateInterval|Closure|CarbonConverte... method isEndOfTime (line 2635) | public function isEndOfTime(): bool; method isEndOfUnit (line 2646) | public function isEndOfUnit(Unit $unit, Unit|DateInterval|Closure|Carb... method isEndOfWeek (line 2657) | public function isEndOfWeek(Unit|DateInterval|Closure|CarbonConverterI... method isEndOfYear (line 2662) | public function isEndOfYear(Unit|DateInterval|Closure|CarbonConverterI... method isFuture (line 2673) | public function isFuture(): bool; method isImmutable (line 2678) | public static function isImmutable(): bool; method isLastOfMonth (line 2692) | public function isLastOfMonth(): bool; method isLeapYear (line 2703) | public function isLeapYear(): bool; method isLongIsoYear (line 2719) | public function isLongIsoYear(): bool; method isLongYear (line 2737) | public function isLongYear(): bool; method isMidday (line 2750) | public function isMidday(): bool; method isMidnight (line 2762) | public function isMidnight(): bool; method isModifiableUnit (line 2771) | public static function isModifiableUnit($unit): bool; method isMutable (line 2776) | public static function isMutable(): bool; method isNowOrFuture (line 2788) | public function isNowOrFuture(): bool; method isNowOrPast (line 2800) | public function isNowOrPast(): bool; method isPast (line 2811) | public function isPast(): bool; method isSameAs (line 2825) | public function isSameAs(string $format, DateTimeInterface|string $dat... method isSameMonth (line 2843) | public function isSameMonth(DateTimeInterface|string $date, bool $ofSa... method isSameQuarter (line 2861) | public function isSameQuarter(DateTimeInterface|string $date, bool $of... method isSameUnit (line 2879) | public function isSameUnit(string $unit, DateTimeInterface|string $dat... method isStartOfCentury (line 2884) | public function isStartOfCentury(Unit|DateInterval|Closure|CarbonConve... method isStartOfDay (line 2904) | public function isStartOfDay(Unit|DateInterval|Closure|CarbonConverter... method isStartOfDecade (line 2909) | public function isStartOfDecade(Unit|DateInterval|Closure|CarbonConver... method isStartOfHour (line 2914) | public function isStartOfHour(Unit|DateInterval|Closure|CarbonConverte... method isStartOfMillennium (line 2919) | public function isStartOfMillennium(Unit|DateInterval|Closure|CarbonCo... method isStartOfMillisecond (line 2924) | public function isStartOfMillisecond(Unit|DateInterval|Closure|CarbonC... method isStartOfMinute (line 2929) | public function isStartOfMinute(Unit|DateInterval|Closure|CarbonConver... method isStartOfMonth (line 2934) | public function isStartOfMonth(Unit|DateInterval|Closure|CarbonConvert... method isStartOfQuarter (line 2939) | public function isStartOfQuarter(Unit|DateInterval|Closure|CarbonConve... method isStartOfSecond (line 2944) | public function isStartOfSecond(Unit|DateInterval|Closure|CarbonConver... method isStartOfTime (line 2951) | public function isStartOfTime(): bool; method isStartOfUnit (line 2962) | public function isStartOfUnit(Unit $unit, Unit|DateInterval|Closure|Ca... method isStartOfWeek (line 2973) | public function isStartOfWeek(Unit|DateInterval|Closure|CarbonConverte... method isStartOfYear (line 2978) | public function isStartOfYear(Unit|DateInterval|Closure|CarbonConverte... method isStrictModeEnabled (line 2986) | public static function isStrictModeEnabled(): bool; method isToday (line 2997) | public function isToday(): bool; method isTomorrow (line 3008) | public function isTomorrow(): bool; method isWeekday (line 3019) | public function isWeekday(): bool; method isWeekend (line 3030) | public function isWeekend(): bool; method isYesterday (line 3041) | public function isYesterday(): bool; method isoFormat (line 3048) | public function isoFormat(string $format, ?string $originalFormat = nu... method isoWeek (line 3061) | public function isoWeek($week = null, $dayOfWeek = null, $dayOfYear = ... method isoWeekYear (line 3074) | public function isoWeekYear($year = null, $dayOfWeek = null, $dayOfYea... method isoWeekday (line 3081) | public function isoWeekday(WeekDay|int|null $value = null): static|int; method isoWeeksInYear (line 3093) | public function isoWeeksInYear($dayOfWeek = null, $dayOfYear = null); method jsonSerialize (line 3098) | public function jsonSerialize(): mixed; method lastOfMonth (line 3110) | public function lastOfMonth($dayOfWeek = null); method lastOfQuarter (line 3122) | public function lastOfQuarter($dayOfWeek = null); method lastOfYear (line 3134) | public function lastOfYear($dayOfWeek = null); method lessThan (line 3146) | public function lessThan(DateTimeInterface|string $date): bool; method lessThanOrEqualTo (line 3158) | public function lessThanOrEqualTo(DateTimeInterface|string $date): bool; method locale (line 3168) | public function locale(?string $locale = null, string ...$fallbackLoca... method localeHasDiffOneDayWords (line 3178) | public static function localeHasDiffOneDayWords(string $locale): bool; method localeHasDiffSyntax (line 3188) | public static function localeHasDiffSyntax(string $locale): bool; method localeHasDiffTwoDayWords (line 3198) | public static function localeHasDiffTwoDayWords(string $locale): bool; method localeHasPeriodSyntax (line 3208) | public static function localeHasPeriodSyntax($locale); method localeHasShortUnits (line 3218) | public static function localeHasShortUnits(string $locale): bool; method lt (line 3232) | public function lt(DateTimeInterface|string $date): bool; method lte (line 3246) | public function lte(DateTimeInterface|string $date): bool; method macro (line 3267) | public static function macro(string $name, ?callable $macro): void; method make (line 3281) | public static function make($var, DateTimeZone|string|null $timezone =... method max (line 3290) | public function max($date = null); method maximum (line 3301) | public function maximum($date = null); method meridiem (line 3308) | public function meridiem(bool $isLower = false): string; method midDay (line 3315) | public function midDay(); method min (line 3324) | public function min($date = null); method minimum (line 3335) | public function minimum($date = null); method mixin (line 3364) | public static function mixin(object|string $mixin): void; method modify (line 3373) | #[ReturnTypeWillChange] method ne (line 3388) | public function ne(DateTimeInterface|string $date): bool; method next (line 3400) | public function next($modifier = null); method nextWeekday (line 3407) | public function nextWeekday(); method nextWeekendDay (line 3414) | public function nextWeekendDay(); method notEqualTo (line 3426) | public function notEqualTo(DateTimeInterface|string $date): bool; method now (line 3431) | public static function now(DateTimeZone|string|int|null $timezone = nu... method nowWithSameTz (line 3438) | public function nowWithSameTz(): static; method nthOfMonth (line 3451) | public function nthOfMonth($nth, $dayOfWeek); method nthOfQuarter (line 3464) | public function nthOfQuarter($nth, $dayOfWeek); method nthOfYear (line 3477) | public function nthOfYear($nth, $dayOfWeek); method ordinal (line 3482) | public function ordinal(string $key, ?string $period = null): string; method parse (line 3493) | public static function parse(DateTimeInterface|WeekDay|Month|string|in... method parseFromLocale (line 3505) | public static function parseFromLocale(string $time, ?string $locale =... method pluralUnit (line 3510) | public static function pluralUnit(string $unit): string; method previous (line 3522) | public function previous($modifier = null); method previousWeekday (line 3529) | public function previousWeekday(); method previousWeekendDay (line 3536) | public function previousWeekendDay(); method range (line 3545) | public function range($end = null, $interval = null, $unit = null): Ca... method rawAdd (line 3554) | public function rawAdd(DateInterval $interval): static; method rawCreateFromFormat (line 3567) | public static function rawCreateFromFormat(string $format, string $tim... method rawFormat (line 3572) | public function rawFormat(string $format): string; method rawParse (line 3583) | public static function rawParse(DateTimeInterface|WeekDay|Month|string... method rawSub (line 3588) | public function rawSub(DateInterval $interval): static; method resetMacros (line 3593) | public static function resetMacros(): void; method resetMonthsOverflow (line 3606) | public static function resetMonthsOverflow(): void; method resetToStringFormat (line 3613) | public static function resetToStringFormat(): void; method resetYearsOverflow (line 3626) | public static function resetYearsOverflow(): void; method round (line 3631) | public function round(DateInterval|string|int|float $precision = 1, ca... method roundUnit (line 3636) | public function roundUnit(string $unit, DateInterval|string|int|float ... method roundWeek (line 3643) | public function roundWeek(WeekDay|int|null $weekStartsAt = null): static; method secondsSinceMidnight (line 3650) | public function secondsSinceMidnight(): float; method secondsUntilEndOfDay (line 3657) | public function secondsUntilEndOfDay(): float; method serialize (line 3662) | public function serialize(): string; method serializeUsing (line 3670) | public static function serializeUsing(callable|string|null $format): v... method set (line 3679) | public function set(Unit|array|string $name, DateTimeZone|Month|string... method setDate (line 3686) | public function setDate(int $year, int $month, int $day): static; method setDateFrom (line 3691) | public function setDateFrom(DateTimeInterface|string $date): static; method setDateTime (line 3696) | public function setDateTime(int $year, int $month, int $day, int $hour... method setDateTimeFrom (line 3701) | public function setDateTimeFrom(DateTimeInterface|string $date): static; method setDaysFromStartOfWeek (line 3712) | public function setDaysFromStartOfWeek(int $numberOfDays, WeekDay|int|... method setFallbackLocale (line 3721) | public static function setFallbackLocale(string $locale): void; method setHumanDiffOptions (line 3728) | public static function setHumanDiffOptions(int $humanDiffOptions): void; method setISODate (line 3735) | public function setISODate(int $year, int $week, int $day = 1): static; method setLocalTranslator (line 3740) | public function setLocalTranslator(TranslatorInterface $translator); method setLocale (line 3748) | public static function setLocale(string $locale): void; method setMidDayAt (line 3764) | public static function setMidDayAt($hour); method setTestNow (line 3788) | public static function setTestNow(mixed $testNow = null): void; method setTestNowAndTimezone (line 3809) | public static function setTestNowAndTimezone($testNow = null, $timezon... method setTime (line 3816) | public function setTime(int $hour, int $minute, int $second = 0, int $... method setTimeFrom (line 3821) | public function setTimeFrom(DateTimeInterface|string $date): static; method setTimeFromTimeString (line 3826) | public function setTimeFromTimeString(string $time): static; method setTimestamp (line 3833) | public function setTimestamp(string|int|float $timestamp): static; method setTimezone (line 3838) | public function setTimezone(DateTimeZone|string|int $timeZone): static; method setToStringFormat (line 3852) | public static function setToStringFormat(Closure|string|null $format):... method setTranslator (line 3861) | public static function setTranslator(TranslatorInterface $translator):... method setUnit (line 3869) | public function setUnit(string $unit, Month|int|float|null $value = nu... method setUnitNoOverflow (line 3878) | public function setUnitNoOverflow(string $valueUnit, int $value, strin... method setWeekendDays (line 3903) | public static function setWeekendDays(array $days): void; method settings (line 3922) | public function settings(array $settings): static; method shiftTimezone (line 3927) | public function shiftTimezone(DateTimeZone|string $value): static; method shouldOverflowMonths (line 3934) | public static function shouldOverflowMonths(): bool; method shouldOverflowYears (line 3941) | public static function shouldOverflowYears(): bool; method since (line 3949) | public function since($other = null, $syntax = null, $short = false, $... method singularUnit (line 3954) | public static function singularUnit(string $unit): string; method sleep (line 3956) | public static function sleep(int|float $seconds): void; method startOf (line 3968) | public function startOf(Unit|string $unit, mixed ...$params): static; method startOfCentury (line 3980) | public function startOfCentury(); method startOfDay (line 3992) | public function startOfDay(); method startOfDecade (line 4004) | public function startOfDecade(); method startOfHour (line 4014) | public function startOfHour(): static; method startOfMillennium (line 4026) | public function startOfMillennium(); method startOfMillisecond (line 4038) | public function startOfMillisecond(): static; method startOfMinute (line 4048) | public function startOfMinute(): static; method startOfMonth (line 4060) | public function startOfMonth(); method startOfQuarter (line 4072) | public function startOfQuarter(); method startOfSecond (line 4084) | public function startOfSecond(): static; method startOfWeek (line 4100) | public function startOfWeek(WeekDay|int|null $weekStartsAt = null): st... method startOfYear (line 4112) | public function startOfYear(); method sub (line 4127) | #[ReturnTypeWillChange] method subRealUnit (line 4141) | public function subRealUnit($unit, $value = 1): static; method subUTCUnit (line 4152) | public function subUTCUnit($unit, $value = 1): static; method subUnit (line 4157) | public function subUnit(Unit|string $unit, $value = 1, ?bool $overflow... method subUnitNoOverflow (line 4166) | public function subUnitNoOverflow(string $valueUnit, int $value, strin... method subtract (line 4179) | public function subtract($unit, $value = 1, ?bool $overflow = null): s... method timespan (line 4187) | public function timespan($other = null, $timezone = null): string; method timestamp (line 4194) | public function timestamp(string|int|float $timestamp): static; method timezone (line 4199) | public function timezone(DateTimeZone|string|int $value): static; method to (line 4249) | public function to($other = null, $syntax = null, $short = false, $par... method toArray (line 4259) | public function toArray(): array; method toAtomString (line 4269) | public function toAtomString(): string; method toCookieString (line 4279) | public function toCookieString(): string; method toDate (line 4291) | public function toDate(): DateTime; method toDateString (line 4301) | public function toDateString(): string; method toDateTime (line 4311) | public function toDateTime(): DateTime; method toDateTimeImmutable (line 4321) | public function toDateTimeImmutable(): DateTimeImmutable; method toDateTimeLocalString (line 4333) | public function toDateTimeLocalString(string $unitPrecision = 'second'... method toDateTimeString (line 4343) | public function toDateTimeString(string $unitPrecision = 'second'): st... method toDayDateTimeString (line 4353) | public function toDayDateTimeString(): string; method toFormattedDateString (line 4363) | public function toFormattedDateString(): string; method toFormattedDayDateString (line 4373) | public function toFormattedDayDateString(): string; method toISOString (line 4387) | public function toISOString(bool $keepOffset = false): ?string; method toImmutable (line 4394) | public function toImmutable(); method toIso8601String (line 4404) | public function toIso8601String(): string; method toIso8601ZuluString (line 4414) | public function toIso8601ZuluString(string $unitPrecision = 'second'):... method toJSON (line 4424) | public function toJSON(): ?string; method toMutable (line 4431) | public function toMutable(); method toNow (line 4461) | public function toNow($syntax = null, $short = false, $parts = 1, $opt... method toObject (line 4471) | public function toObject(): object; method toPeriod (line 4480) | public function toPeriod($end = null, $interval = null, $unit = null):... method toRfc1036String (line 4490) | public function toRfc1036String(): string; method toRfc1123String (line 4500) | public function toRfc1123String(): string; method toRfc2822String (line 4510) | public function toRfc2822String(): string; method toRfc3339String (line 4521) | public function toRfc3339String(bool $extended = false): string; method toRfc7231String (line 4531) | public function toRfc7231String(): string; method toRfc822String (line 4541) | public function toRfc822String(): string; method toRfc850String (line 4551) | public function toRfc850String(): string; method toRssString (line 4561) | public function toRssString(): string; method toString (line 4571) | public function toString(): string; method toTimeString (line 4581) | public function toTimeString(string $unitPrecision = 'second'): string; method toW3cString (line 4591) | public function toW3cString(): string; method today (line 4596) | public static function today(DateTimeZone|string|int|null $timezone = ... method tomorrow (line 4601) | public static function tomorrow(DateTimeZone|string|int|null $timezone... method translate (line 4614) | public function translate(string $key, array $parameters = [], string|... method translateNumber (line 4623) | public function translateNumber(int $number): string; method translateTimeString (line 4641) | public static function translateTimeString(string $timeString, ?string... method translateTimeStringTo (line 4651) | public function translateTimeStringTo(string $timeString, ?string $to ... method translateWith (line 4663) | public static function translateWith(TranslatorInterface $translator, ... method translatedFormat (line 4669) | public function translatedFormat(string $format): string; method tz (line 4676) | public function tz(DateTimeZone|string|int|null $value = null): static... method unix (line 4685) | public function unix(): int; method until (line 4721) | public function until($other = null, $syntax = null, $short = false, $... method useMonthsOverflow (line 4736) | public static function useMonthsOverflow(bool $monthsOverflow = true):... method useStrictMode (line 4747) | public static function useStrictMode(bool $strictModeEnabled = true): ... method useYearsOverflow (line 4762) | public static function useYearsOverflow(bool $yearsOverflow = true): v... method utc (line 4767) | public function utc(): static; method utcOffset (line 4772) | public function utcOffset(?int $minuteOffset = null): static|int; method valueOf (line 4779) | public function valueOf(): float; method week (line 4792) | public function week($week = null, $dayOfWeek = null, $dayOfYear = null); method weekYear (line 4805) | public function weekYear($year = null, $dayOfWeek = null, $dayOfYear =... method weekday (line 4812) | public function weekday(WeekDay|int|null $value = null): static|int; method weeksInYear (line 4824) | public function weeksInYear($dayOfWeek = null, $dayOfYear = null); method withTestNow (line 4840) | public static function withTestNow(mixed $testNow, callable $callback)... method yesterday (line 4845) | public static function yesterday(DateTimeZone|string|int|null $timezon... FILE: src/Carbon/CarbonInterval.php class CarbonInterval (line 195) | class CarbonInterval extends DateInterval implements CarbonConverterInte... method setTimezone (line 308) | public function setTimezone(DateTimeZone|string|int $timezone): static method shiftTimezone (line 333) | public function shiftTimezone(DateTimeZone|string|int $timezone): static method getCascadeFactors (line 360) | public static function getCascadeFactors(): array method getDefaultCascadeFactors (line 365) | protected static function getDefaultCascadeFactors(): array method setCascadeFactors (line 384) | public static function setCascadeFactors(array $cascadeFactors) method enableFloatSetters (line 398) | public static function enableFloatSetters(bool $floatSettersEnabled = ... method __construct (line 421) | public function __construct($years = null, $months = null, $weeks = nu... method getFactor (line 565) | public static function getFactor($source, $target) method getFactorWithDefault (line 593) | public static function getFactorWithDefault($source, $target) method getDaysPerWeek (line 620) | public static function getDaysPerWeek() method getHoursPerDay (line 630) | public static function getHoursPerDay() method getMinutesPerHour (line 640) | public static function getMinutesPerHour() method getSecondsPerMinute (line 650) | public static function getSecondsPerMinute() method getMillisecondsPerSecond (line 660) | public static function getMillisecondsPerSecond() method getMicrosecondsPerMillisecond (line 670) | public static function getMicrosecondsPerMillisecond() method create (line 694) | public static function create($years = null, $months = null, $weeks = ... method createFromFormat (line 714) | public static function createFromFormat(string $format, ?string $inter... method original (line 771) | public function original() method start (line 781) | public function start(): ?CarbonInterface method end (line 793) | public function end(): ?CarbonInterface method optimize (line 805) | public function optimize(): static method copy (line 821) | public function copy(): static method clone (line 835) | public function clone(): static method __callStatic (line 851) | public static function __callStatic(string $method, array $parameters) method __set_state (line 883) | #[ReturnTypeWillChange] method this (line 898) | protected static function this(): static method fromString (line 931) | public static function fromString(string $intervalDefinition): static method parseFromLocale (line 1105) | public static function parseFromLocale(string $interval, ?string $loca... method diff (line 1118) | public static function diff($start, $end = null, bool $absolute = fals... method abs (line 1141) | public function abs(bool $absolute = false): static method absolute (line 1159) | public function absolute(bool $absolute = true): static method cast (line 1173) | public function cast(string $className): mixed method instance (line 1190) | public static function instance(DateInterval $interval, array $skip = ... method make (line 1213) | public static function make($interval, $unit = null, bool $skipCopy = ... method makeFromString (line 1242) | protected static function makeFromString(string $interval): ?self method resolveInterval (line 1259) | protected function resolveInterval($interval): ?self method createFromDateString (line 1277) | public static function createFromDateString(string $datetime): static method get (line 1311) | public function get(Unit|string $name): int|float|string|null method __get (line 1349) | public function __get(string $name): int|float|string|null method set (line 1364) | public function set($name, $value = null): static method __set (line 1471) | public function __set(string $name, $value) method weeksAndDays (line 1484) | public function weeksAndDays(int $weeks, int $days): static method isEmpty (line 1496) | public function isEmpty(): bool method macro (line 1523) | public static function macro(string $name, ?callable $macro): void method mixin (line 1561) | public static function mixin($mixin): void method hasMacro (line 1573) | public static function hasMacro(string $name): bool method callMacro (line 1586) | protected function callMacro(string $name, array $parameters) method __call (line 1612) | public function __call(string $method, array $parameters) method getForHumansInitialVariables (line 1645) | protected function getForHumansInitialVariables($syntax, $short): array method getForHumansParameters (line 1676) | protected function getForHumansParameters($syntax = null, $short = fal... method getRoundingMethodFromOptions (line 1755) | protected static function getRoundingMethodFromOptions(int $options): ... method toArray (line 1777) | public function toArray(): array method getNonZeroValues (line 1796) | public function getNonZeroValues(): array method getValuesSequence (line 1807) | public function getValuesSequence(): array method forHumans (line 1888) | public function forHumans($syntax = null, $short = false, $parts = sel... method format (line 2089) | public function format(string $format): string method __toString (line 2109) | public function __toString(): string method toDateInterval (line 2136) | public function toDateInterval(): DateInterval method toPeriod (line 2148) | public function toPeriod(...$params): CarbonPeriod method stepBy (line 2173) | public function stepBy($interval, Unit|string|null $unit = null): Carb... method invert (line 2202) | public function invert($inverted = null): static method solveNegativeInterval (line 2209) | protected function solveNegativeInterval(): static method add (line 2233) | public function add($unit, $value = 1): static method sub (line 2276) | public function sub($unit, $value = 1): static method subtract (line 2293) | public function subtract($unit, $value = 1): static method plus (line 2312) | public function plus( method minus (line 2342) | public function minus( method times (line 2373) | public function times($factor): static method shares (line 2406) | public function shares($divider): static method copyProperties (line 2411) | protected function copyProperties(self $interval, $ignoreSign = false)... method multiply (line 2435) | public function multiply($factor): static method divide (line 2463) | public function divide($divider): static method getDateIntervalSpec (line 2475) | public static function getDateIntervalSpec(DateInterval $interval, boo... method spec (line 2527) | public function spec(bool $microseconds = false): string method compareDateIntervals (line 2540) | public static function compareDateIntervals(DateInterval $first, DateI... method compare (line 2556) | public function compare(DateInterval $interval): int method cascade (line 2566) | public function cascade(): static method hasNegativeValues (line 2571) | public function hasNegativeValues(): bool method hasPositiveValues (line 2582) | public function hasPositiveValues(): bool method total (line 2602) | public function total(string $unit): float method eq (line 2707) | public function eq($interval): bool method equalTo (line 2719) | public function equalTo($interval): bool method ne (line 2753) | public function ne($interval): bool method notEqualTo (line 2765) | public function notEqualTo($interval): bool method gt (line 2779) | public function gt($interval): bool method greaterThan (line 2791) | public function greaterThan($interval): bool method gte (line 2807) | public function gte($interval): bool method greaterThanOrEqualTo (line 2819) | public function greaterThanOrEqualTo($interval): bool method lt (line 2833) | public function lt($interval): bool method lessThan (line 2845) | public function lessThan($interval): bool method lte (line 2861) | public function lte($interval): bool method lessThanOrEqualTo (line 2873) | public function lessThanOrEqualTo($interval): bool method between (line 2899) | public function between($interval1, $interval2, bool $equal = true): bool method betweenIncluded (line 2921) | public function betweenIncluded($interval1, $interval2): bool method betweenExcluded (line 2941) | public function betweenExcluded($interval1, $interval2): bool method isBetween (line 2963) | public function isBetween($interval1, $interval2, bool $equal = true):... method roundUnit (line 2973) | public function roundUnit(string $unit, DateInterval|string|int|float ... method floorUnit (line 3012) | public function floorUnit(string $unit, $precision = 1): static method ceilUnit (line 3027) | public function ceilUnit(string $unit, $precision = 1): static method round (line 3042) | public function round($precision = 1, string $function = 'round'): static method floor (line 3054) | public function floor(DateInterval|string|float|int $precision = 1): s... method ceil (line 3066) | public function ceil(DateInterval|string|float|int $precision = 1): st... method __unserialize (line 3071) | public function __unserialize(array $data): void method withOriginal (line 3147) | private static function withOriginal(mixed $interval, mixed $original)... method standardizeUnit (line 3156) | private static function standardizeUnit(string $unit): string method getFlipCascadeFactors (line 3163) | private static function getFlipCascadeFactors(): array method castIntervalToClass (line 3185) | private static function castIntervalToClass(DateInterval $interval, st... method buildInstance (line 3222) | private static function buildInstance( method buildSerializationString (line 3246) | private static function buildSerializationString( method copyStep (line 3290) | private static function copyStep(self $from, self $to): void method copyNegativeUnits (line 3295) | private static function copyNegativeUnits(DateInterval $from, DateInte... method invertCascade (line 3306) | private function invertCascade(array $values): static method doCascade (line 3313) | private function doCascade(bool $deep): static method needsDeclension (line 3380) | private function needsDeclension(string $mode, int $index, int $parts)... method checkIntegerValue (line 3388) | private function checkIntegerValue(string $name, mixed $value): void method assertSafeForInteger (line 3416) | private function assertSafeForInteger(string $name, mixed $value): void method handleDecimalPart (line 3423) | private function handleDecimalPart(string $unit, mixed $value, mixed $... method getInnerValues (line 3462) | private function getInnerValues(): array method checkStartAndEnd (line 3467) | private function checkStartAndEnd(): void method setSetting (line 3482) | private function setSetting(string $setting, mixed $value): self method incrementUnit (line 3517) | private static function incrementUnit(DateInterval $instance, string $... method setIntervalUnit (line 3536) | private static function setIntervalUnit(DateInterval $instance, string... FILE: src/Carbon/CarbonPeriod.php class CarbonPeriod (line 184) | class CarbonPeriod extends DatePeriodBase implements Countable, JsonSeri... method getIterator (line 329) | public function getIterator(): Generator method make (line 346) | public static function make(mixed $var): ?static method instance (line 358) | public static function instance(mixed $period): static method create (line 396) | public static function create(...$params): static method createFromArray (line 404) | public static function createFromArray(array $params): static method createFromIso (line 412) | public static function createFromIso(string $iso, ?int $options = null... method createFromISO8601String (line 424) | public static function createFromISO8601String(string $iso, ?int $opti... method intervalHasTime (line 432) | protected static function intervalHasTime(DateInterval $interval): bool method isIso8601 (line 443) | protected static function isIso8601(mixed $var): bool method parseIso8601 (line 462) | protected static function parseIso8601(string $iso): array method addMissingParts (line 493) | protected static function addMissingParts(string $source, string $targ... method makeInterval (line 502) | private static function makeInterval(mixed $input): ?CarbonInterval method makeTimezone (line 511) | private static function makeTimezone(mixed $input): ?CarbonTimeZone method macro (line 539) | public static function macro(string $name, ?callable $macro): void method mixin (line 574) | public static function mixin(object|string $mixin): void method hasMacro (line 582) | public static function hasMacro(string $name): bool method __callStatic (line 590) | public static function __callStatic(string $method, array $parameters)... method __construct (line 608) | public function __construct(...$arguments) method copy (line 742) | public function copy(): static method copyIfImmutable (line 751) | protected function copyIfImmutable(): static method getGetter (line 759) | protected function getGetter(string $name): ?callable method get (line 787) | public function get(string $name) method __get (line 805) | public function __get(string $name) method __isset (line 817) | public function __isset(string $name): bool method clone (line 829) | public function clone() method setDateClass (line 841) | public function setDateClass(string $dateClass) method getDateClass (line 864) | public function getDateClass(): string method setDateInterval (line 879) | public function setDateInterval(mixed $interval, Unit|string|null $uni... method resetDateInterval (line 913) | public function resetDateInterval(): static method invertDateInterval (line 926) | public function invertDateInterval(): static method setDates (line 939) | public function setDates(mixed $start, mixed $end): static method setOptions (line 951) | public function setOptions(?int $options): static method getOptions (line 964) | public function getOptions(): int method toggleOptions (line 979) | public function toggleOptions(int $options, ?bool $state = null): static method excludeStartDate (line 997) | public function excludeStartDate(bool $state = true): static method excludeEndDate (line 1005) | public function excludeEndDate(bool $state = true): static method getDateInterval (line 1013) | public function getDateInterval(): CarbonInterval method getStartDate (line 1023) | public function getStartDate(?string $rounding = null): CarbonInterface method getEndDate (line 1035) | public function getEndDate(?string $rounding = null): ?CarbonInterface method getRecurrences (line 1049) | #[ReturnTypeWillChange] method isStartExcluded (line 1058) | public function isStartExcluded(): bool method isEndExcluded (line 1066) | public function isEndExcluded(): bool method isStartIncluded (line 1074) | public function isStartIncluded(): bool method isEndIncluded (line 1082) | public function isEndIncluded(): bool method getIncludedStartDate (line 1090) | public function getIncludedStartDate(): CarbonInterface method getIncludedEndDate (line 1105) | public function getIncludedEndDate(): CarbonInterface method addFilter (line 1125) | public function addFilter(callable|string $callback, ?string $name = n... method prependFilter (line 1142) | public function prependFilter(callable|string $callback, ?string $name... method removeFilter (line 1157) | public function removeFilter(callable|string $filter): static method hasFilter (line 1177) | public function hasFilter(callable|string $filter): bool method getFilters (line 1193) | public function getFilters(): array method setFilters (line 1201) | public function setFilters(array $filters): static method resetFilters (line 1216) | public function resetFilters(): static method setRecurrences (line 1239) | public function setRecurrences(int|float|null $recurrences): static method setStartDate (line 1272) | public function setStartDate(mixed $date, ?bool $inclusive = null): st... method setEndDate (line 1298) | public function setEndDate(mixed $date, ?bool $inclusive = null): static method valid (line 1327) | public function valid(): bool method key (line 1335) | public function key(): ?int method current (line 1345) | public function current(): ?CarbonInterface method next (line 1357) | public function next(): void method rewind (line 1381) | public function rewind(): void method skip (line 1412) | public function skip(int $count = 1): bool method toIso8601String (line 1424) | public function toIso8601String(): string method toString (line 1448) | public function toString(): string method spec (line 1490) | public function spec(): string method cast (line 1502) | public function cast(string $className): object method toDatePeriod (line 1528) | public function toDatePeriod(): DatePeriod method isUnfilteredAndEndLess (line 1540) | public function isUnfilteredAndEndLess(): bool method toArray (line 1571) | public function toArray(): array method count (line 1593) | public function count(): int method first (line 1601) | public function first(): ?CarbonInterface method last (line 1619) | public function last(): ?CarbonInterface method __toString (line 1629) | public function __toString(): string method __call (line 1644) | public function __call(string $method, array $parameters): mixed method setTimezone (line 1797) | public function setTimezone(DateTimeZone|string|int $timezone): static method shiftTimezone (line 1817) | public function shiftTimezone(DateTimeZone|string|int $timezone): static method calculateEnd (line 1841) | public function calculateEnd(?string $rounding = null): CarbonInterface method getEndFromRecurrences (line 1860) | private function getEndFromRecurrences(): ?CarbonInterface method iterateUntilEnd (line 1888) | private function iterateUntilEnd(): ?CarbonInterface method overlaps (line 1913) | public function overlaps(mixed $rangeOrRangeStart, mixed $rangeEnd = n... method forEach (line 1937) | public function forEach(callable $callback): void method map (line 1955) | public function map(callable $callback): Generator method eq (line 1968) | public function eq(mixed $period): bool method equalTo (line 1977) | public function equalTo(mixed $period): bool method ne (line 1998) | public function ne(mixed $period): bool method notEqualTo (line 2007) | public function notEqualTo(mixed $period): bool method startsBefore (line 2016) | public function startsBefore(mixed $date = null): bool method startsBeforeOrAt (line 2025) | public function startsBeforeOrAt(mixed $date = null): bool method startsAfter (line 2034) | public function startsAfter(mixed $date = null): bool method startsAfterOrAt (line 2043) | public function startsAfterOrAt(mixed $date = null): bool method startsAt (line 2052) | public function startsAt(mixed $date = null): bool method endsBefore (line 2061) | public function endsBefore(mixed $date = null): bool method endsBeforeOrAt (line 2070) | public function endsBeforeOrAt(mixed $date = null): bool method endsAfter (line 2079) | public function endsAfter(mixed $date = null): bool method endsAfterOrAt (line 2088) | public function endsAfterOrAt(mixed $date = null): bool method endsAt (line 2097) | public function endsAt(mixed $date = null): bool method isStarted (line 2106) | public function isStarted(): bool method isEnded (line 2115) | public function isEnded(): bool method isInProgress (line 2124) | public function isInProgress(): bool method roundUnit (line 2132) | public function roundUnit( method floorUnit (line 2150) | public function floorUnit(string $unit, DateInterval|float|int|string|... method ceilUnit (line 2158) | public function ceilUnit(string $unit, DateInterval|float|int|string|n... method round (line 2166) | public function round( method floor (line 2179) | public function floor(DateInterval|float|int|string|null $precision = ... method ceil (line 2187) | public function ceil(DateInterval|float|int|string|null $precision = n... method jsonSerialize (line 2199) | public function jsonSerialize(): array method contains (line 2207) | public function contains(mixed $date = null): bool method follows (line 2220) | public function follows(mixed $period, mixed ...$arguments): bool method isFollowedBy (line 2232) | public function isFollowedBy(mixed $period, mixed ...$arguments): bool method isConsecutiveWith (line 2245) | public function isConsecutiveWith(mixed $period, mixed ...$arguments):... method __debugInfo (line 2250) | public function __debugInfo(): array method __unserialize (line 2266) | public function __unserialize(array $data): void method updateInternalState (line 2350) | protected function updateInternalState(): void method createFilterTuple (line 2366) | protected function createFilterTuple(array $parameters): array method isCarbonPredicateMethod (line 2381) | protected function isCarbonPredicateMethod(callable|string $callable):... method filterRecurrences (line 2392) | protected function filterRecurrences(CarbonInterface $current, int $ke... method filterEndDate (line 2406) | protected function filterEndDate(CarbonInterface $current): bool|callable method endIteration (line 2424) | protected function endIteration(): callable method handleChangedParameters (line 2432) | protected function handleChangedParameters(): void method validateCurrentDate (line 2451) | protected function validateCurrentDate(): bool|callable method checkFilters (line 2466) | protected function checkFilters(): bool|callable method prepareForReturn (line 2492) | protected function prepareForReturn(CarbonInterface $date) method incrementCurrentDateUntilValid (line 2508) | protected function incrementCurrentDateUntilValid(): void method callMacro (line 2526) | protected function callMacro(string $name, array $parameters): mixed method resolveCarbon (line 2547) | protected function resolveCarbon($date = null) method resolveCarbonPeriod (line 2555) | protected function resolveCarbonPeriod(mixed $period, mixed ...$argume... method orderCouple (line 2566) | private function orderCouple($first, $second): array method makeDateTime (line 2571) | private function makeDateTime($value): ?DateTimeInterface method isInfiniteDate (line 2599) | private function isInfiniteDate($date): bool method rawDate (line 2604) | private function rawDate($date): ?DateTimeInterface method setDefaultParameters (line 2625) | private static function setDefaultParameters(array &$parameters, array... method setFromAssociativeArray (line 2634) | private function setFromAssociativeArray(array $parameters): void method configureTimezone (line 2661) | private function configureTimezone(DateTimeZone $timezone, array $sort... method initializeSerialization (line 2676) | private function initializeSerialization(array $values): void FILE: src/Carbon/CarbonPeriodImmutable.php class CarbonPeriodImmutable (line 16) | class CarbonPeriodImmutable extends CarbonPeriod method copyIfImmutable (line 34) | protected function copyIfImmutable(): static FILE: src/Carbon/CarbonTimeZone.php class CarbonTimeZone (line 25) | class CarbonTimeZone extends DateTimeZone method __construct (line 31) | public function __construct(string|int|float $timezone) method parseNumericTimezone (line 38) | protected static function parseNumericTimezone(string|int|float $timez... method getDateTimeZoneNameFromMixed (line 50) | protected static function getDateTimeZoneNameFromMixed(string|int|floa... method cast (line 70) | public function cast(string $className): mixed method instance (line 93) | public static function instance( method getAbbreviatedName (line 129) | public function getAbbreviatedName(bool $dst = false): string method getAbbr (line 166) | public function getAbbr(bool $dst = false): string method toOffsetName (line 174) | public function toOffsetName(?DateTimeInterface $date = null): string method toOffsetTimeZone (line 184) | public function toOffsetTimeZone(?DateTimeInterface $date = null): static method toRegionName (line 195) | public function toRegionName(?DateTimeInterface $date = null, int $isD... method toRegionTimeZone (line 233) | public function toRegionTimeZone(?DateTimeInterface $date = null): ?self method __toString (line 253) | public function __toString() method getType (line 265) | public function getType(): int method create (line 277) | public static function create($object = null) method createFromHourOffset (line 289) | public static function createFromHourOffset(float $hourOffset) method createFromMinuteOffset (line 301) | public static function createFromMinuteOffset(float $minuteOffset) method getOffsetNameFromMinuteOffset (line 313) | public static function getOffsetNameFromMinuteOffset(float $minutes): ... method resolveCarbon (line 324) | private function resolveCarbon(?DateTimeInterface $date): DateTimeInte... FILE: src/Carbon/Cli/Invoker.php class Invoker (line 16) | class Invoker method runWithCli (line 20) | protected function runWithCli(string $className, array $parameters): bool method __invoke (line 27) | public function __invoke(...$parameters): bool FILE: src/Carbon/Constants/DiffOptions.php type DiffOptions (line 16) | interface DiffOptions FILE: src/Carbon/Constants/Format.php type Format (line 16) | interface Format FILE: src/Carbon/Constants/TranslationOptions.php type TranslationOptions (line 16) | interface TranslationOptions FILE: src/Carbon/Constants/UnitValue.php type UnitValue (line 16) | interface UnitValue FILE: src/Carbon/Exceptions/BadComparisonUnitException.php class BadComparisonUnitException (line 18) | class BadComparisonUnitException extends UnitException method __construct (line 34) | public function __construct($unit, $code = 0, ?Throwable $previous = n... method getUnit (line 46) | public function getUnit(): string FILE: src/Carbon/Exceptions/BadFluentConstructorException.php class BadFluentConstructorException (line 19) | class BadFluentConstructorException extends BaseBadMethodCallException i... method __construct (line 35) | public function __construct($method, $code = 0, ?Throwable $previous =... method getMethod (line 47) | public function getMethod(): string FILE: src/Carbon/Exceptions/BadFluentSetterException.php class BadFluentSetterException (line 19) | class BadFluentSetterException extends BaseBadMethodCallException implem... method __construct (line 35) | public function __construct($setter, $code = 0, ?Throwable $previous =... method getSetter (line 47) | public function getSetter(): string FILE: src/Carbon/Exceptions/BadMethodCallException.php type BadMethodCallException (line 16) | interface BadMethodCallException extends Exception FILE: src/Carbon/Exceptions/EndLessPeriodException.php class EndLessPeriodException (line 18) | final class EndLessPeriodException extends BaseRuntimeException implemen... FILE: src/Carbon/Exceptions/Exception.php type Exception (line 16) | interface Exception FILE: src/Carbon/Exceptions/ImmutableException.php class ImmutableException (line 19) | class ImmutableException extends BaseRuntimeException implements Runtime... method __construct (line 35) | public function __construct($value, $code = 0, ?Throwable $previous = ... method getValue (line 46) | public function getValue(): string FILE: src/Carbon/Exceptions/InvalidArgumentException.php type InvalidArgumentException (line 16) | interface InvalidArgumentException extends Exception FILE: src/Carbon/Exceptions/InvalidCastException.php class InvalidCastException (line 18) | class InvalidCastException extends BaseInvalidArgumentException implemen... FILE: src/Carbon/Exceptions/InvalidDateException.php class InvalidDateException (line 19) | class InvalidDateException extends BaseInvalidArgumentException implemen... method __construct (line 43) | public function __construct($field, $value, $code = 0, ?Throwable $pre... method getField (line 55) | public function getField() method getValue (line 65) | public function getValue() FILE: src/Carbon/Exceptions/InvalidFormatException.php class InvalidFormatException (line 18) | class InvalidFormatException extends BaseInvalidArgumentException implem... FILE: src/Carbon/Exceptions/InvalidIntervalException.php class InvalidIntervalException (line 18) | class InvalidIntervalException extends BaseInvalidArgumentException impl... FILE: src/Carbon/Exceptions/InvalidPeriodDateException.php class InvalidPeriodDateException (line 18) | class InvalidPeriodDateException extends BaseInvalidArgumentException im... FILE: src/Carbon/Exceptions/InvalidPeriodParameterException.php class InvalidPeriodParameterException (line 18) | class InvalidPeriodParameterException extends BaseInvalidArgumentExcepti... FILE: src/Carbon/Exceptions/InvalidTimeZoneException.php class InvalidTimeZoneException (line 18) | class InvalidTimeZoneException extends BaseInvalidArgumentException impl... FILE: src/Carbon/Exceptions/InvalidTypeException.php class InvalidTypeException (line 18) | class InvalidTypeException extends BaseInvalidArgumentException implemen... FILE: src/Carbon/Exceptions/NotACarbonClassException.php class NotACarbonClassException (line 20) | class NotACarbonClassException extends BaseInvalidArgumentException impl... method __construct (line 36) | public function __construct($className, $code = 0, ?Throwable $previou... method getClassName (line 52) | public function getClassName(): string FILE: src/Carbon/Exceptions/NotAPeriodException.php class NotAPeriodException (line 18) | class NotAPeriodException extends BaseInvalidArgumentException implement... FILE: src/Carbon/Exceptions/NotLocaleAwareException.php class NotLocaleAwareException (line 19) | class NotLocaleAwareException extends BaseInvalidArgumentException imple... method __construct (line 28) | public function __construct($object, $code = 0, ?Throwable $previous =... FILE: src/Carbon/Exceptions/OutOfRangeException.php class OutOfRangeException (line 22) | class OutOfRangeException extends BaseInvalidArgumentException implement... method __construct (line 62) | public function __construct($unit, $min, $max, $value, $code = 0, ?Thr... method getMax (line 75) | public function getMax() method getMin (line 83) | public function getMin() method getUnit (line 91) | public function getUnit() method getValue (line 99) | public function getValue() FILE: src/Carbon/Exceptions/ParseErrorException.php class ParseErrorException (line 19) | class ParseErrorException extends BaseInvalidArgumentException implement... method __construct (line 50) | public function __construct($expected, $actual, $help = '', $code = 0,... method getExpected (line 66) | public function getExpected(): string method getActual (line 76) | public function getActual(): string method getHelp (line 86) | public function getHelp(): string FILE: src/Carbon/Exceptions/RuntimeException.php type RuntimeException (line 16) | interface RuntimeException extends Exception FILE: src/Carbon/Exceptions/UnitException.php class UnitException (line 18) | class UnitException extends BaseInvalidArgumentException implements Inva... FILE: src/Carbon/Exceptions/UnitNotConfiguredException.php class UnitNotConfiguredException (line 18) | class UnitNotConfiguredException extends UnitException method __construct (line 34) | public function __construct($unit, $code = 0, ?Throwable $previous = n... method getUnit (line 46) | public function getUnit(): string FILE: src/Carbon/Exceptions/UnknownGetterException.php class UnknownGetterException (line 19) | class UnknownGetterException extends BaseInvalidArgumentException implem... method __construct (line 35) | public function __construct($getter, $code = 0, ?Throwable $previous =... method getGetter (line 47) | public function getGetter(): string FILE: src/Carbon/Exceptions/UnknownMethodException.php class UnknownMethodException (line 19) | class UnknownMethodException extends BaseBadMethodCallException implemen... method __construct (line 35) | public function __construct($method, $code = 0, ?Throwable $previous =... method getMethod (line 47) | public function getMethod(): string FILE: src/Carbon/Exceptions/UnknownSetterException.php class UnknownSetterException (line 19) | class UnknownSetterException extends BaseInvalidArgumentException implem... method __construct (line 35) | public function __construct($setter, $code = 0, ?Throwable $previous =... method getSetter (line 47) | public function getSetter(): string FILE: src/Carbon/Exceptions/UnknownUnitException.php class UnknownUnitException (line 18) | class UnknownUnitException extends UnitException method __construct (line 34) | public function __construct($unit, $code = 0, ?Throwable $previous = n... method getUnit (line 46) | public function getUnit(): string FILE: src/Carbon/Exceptions/UnreachableException.php class UnreachableException (line 18) | class UnreachableException extends BaseRuntimeException implements Runti... FILE: src/Carbon/Exceptions/UnsupportedUnitException.php class UnsupportedUnitException (line 21) | class UnsupportedUnitException extends UnitException method __construct (line 23) | public function __construct(string $unit, int $code = 0, ?Exception $p... FILE: src/Carbon/Factory.php class Factory (line 137) | class Factory method __construct (line 235) | public function __construct(array $settings = [], ?string $className =... method getClassName (line 244) | public function getClassName(): string method setClassName (line 249) | public function setClassName(string $className): self method className (line 256) | public function className(?string $className = null): self|string method getSettings (line 261) | public function getSettings(): array method setSettings (line 266) | public function setSettings(array $settings): self method settings (line 273) | public function settings(?array $settings = null): self|array method mergeSettings (line 278) | public function mergeSettings(array $settings): self method setHumanDiffOptions (line 285) | public function setHumanDiffOptions(int $humanDiffOptions): void method enableHumanDiffOption (line 292) | public function enableHumanDiffOption($humanDiffOption): void method disableHumanDiffOption (line 297) | public function disableHumanDiffOption(int $humanDiffOption): void method getHumanDiffOptions (line 302) | public function getHumanDiffOptions(): int method macro (line 326) | public function macro(string $name, ?callable $macro): void method resetMacros (line 339) | public function resetMacros(): void method genericMacro (line 355) | public function genericMacro(callable $macro, int $priority = 0): void method hasMacro (line 374) | public function hasMacro(string $name): bool method getMacro (line 382) | public function getMacro(string $name): ?callable method setTranslator (line 390) | public function setTranslator(TranslatorInterface $translator): void method getTranslator (line 398) | public function getTranslator(): TranslatorInterface method resetToStringFormat (line 408) | public function resetToStringFormat(): void method setToStringFormat (line 416) | public function setToStringFormat(string|Closure|null $format): void method serializeUsing (line 426) | public function serializeUsing(string|callable|null $format): void method useStrictMode (line 436) | public function useStrictMode(bool $strictModeEnabled = true): void method isStrictModeEnabled (line 447) | public function isStrictModeEnabled(): bool method useMonthsOverflow (line 455) | public function useMonthsOverflow(bool $monthsOverflow = true): void method resetMonthsOverflow (line 465) | public function resetMonthsOverflow(): void method shouldOverflowMonths (line 473) | public function shouldOverflowMonths(): bool method useYearsOverflow (line 481) | public function useYearsOverflow(bool $yearsOverflow = true): void method resetYearsOverflow (line 491) | public function resetYearsOverflow(): void method shouldOverflowYears (line 499) | public function shouldOverflowYears(): bool method getWeekendDays (line 509) | public function getWeekendDays(): array method setWeekendDays (line 517) | public function setWeekendDays(array $days): void method hasFormat (line 531) | public function hasFormat(string $date, string $format): bool method hasFormatWithModifiers (line 549) | public function hasFormatWithModifiers(string $date, string $format): ... method setTestNow (line 576) | public function setTestNow(mixed $testNow = null): void method setTestNowAndTimezone (line 603) | public function setTestNowAndTimezone(mixed $testNow = null, $timezone... method withTestNow (line 642) | public function withTestNow(mixed $testNow, callable $callback): mixed method getTestNow (line 662) | public function getTestNow(): Closure|CarbonInterface|null method handleTestNowClosure (line 675) | public function handleTestNowClosure( method hasTestNow (line 713) | public function hasTestNow(): bool method withTimeZone (line 718) | public function withTimeZone(DateTimeZone|string|int|null $timezone): ... method __call (line 726) | public function __call(string $name, array $arguments): mixed method getMockedTestNow (line 777) | protected function getMockedTestNow(DateTimeZone|string|int|null $time... method matchFormatPattern (line 808) | private function matchFormatPattern(string $date, string $format, arra... method setDefaultTimezone (line 826) | private function setDefaultTimezone(string $timezone, ?DateTimeInterfa... FILE: src/Carbon/FactoryImmutable.php class FactoryImmutable (line 132) | class FactoryImmutable extends Factory implements ClockInterface method getDefaultInstance (line 143) | public static function getDefaultInstance(): self method getInstance (line 151) | public static function getInstance(): Factory method setCurrentClock (line 159) | public static function setCurrentClock(ClockInterface|Factory|DateTime... method getCurrentClock (line 171) | public static function getCurrentClock(): ?WrapperClock method now (line 179) | public function now(DateTimeZone|string|int|null $timezone = null): Ca... method sleep (line 184) | public function sleep(int|float $seconds): void FILE: src/Carbon/Language.php class Language (line 18) | class Language implements JsonSerializable method __construct (line 38) | public function __construct(string $id) method all (line 60) | public static function all(): array method regions (line 73) | public static function regions(): array method getNames (line 83) | public function getNames(): array method getId (line 96) | public function getId(): string method getCode (line 104) | public function getCode(): string method getVariant (line 112) | public function getVariant(): ?string method getVariantName (line 120) | public function getVariantName(): ?string method getRegion (line 136) | public function getRegion(): ?string method getRegionName (line 147) | public function getRegionName(): ?string method getFullIsoName (line 155) | public function getFullIsoName(): string method setIsoName (line 165) | public function setIsoName(string $isoName): static method getFullNativeName (line 175) | public function getFullNativeName(): string method setNativeName (line 185) | public function setNativeName(string $nativeName): static method getIsoName (line 195) | public function getIsoName(): string method getNativeName (line 205) | public function getNativeName(): string method getIsoDescription (line 215) | public function getIsoDescription(): string method getNativeDescription (line 226) | public function getNativeDescription(): string method getFullIsoDescription (line 237) | public function getFullIsoDescription(): string method getFullNativeDescription (line 248) | public function getFullNativeDescription(): string method __toString (line 259) | public function __toString(): string method jsonSerialize (line 267) | public function jsonSerialize(): string FILE: src/Carbon/Laravel/ServiceProvider.php class ServiceProvider (line 27) | class ServiceProvider extends \Illuminate\Support\ServiceProvider method setAppGetter (line 38) | public function setAppGetter(?callable $appGetter): void method setLocaleGetter (line 43) | public function setLocaleGetter(?callable $localeGetter): void method setFallbackLocaleGetter (line 48) | public function setFallbackLocaleGetter(?callable $fallbackLocaleGette... method boot (line 53) | public function boot() method updateLocale (line 72) | public function updateLocale() method updateFallbackLocale (line 99) | public function updateFallbackLocale() method register (line 126) | public function register() method getLocale (line 131) | protected function getLocale() method getFallbackLocale (line 145) | protected function getFallbackLocale() method getApp (line 158) | protected function getApp() method getGlobalApp (line 167) | protected function getGlobalApp(...$args) method isEventDispatcher (line 172) | protected function isEventDispatcher($instance) FILE: src/Carbon/MessageFormatter/MessageFormatterMapper.php class MessageFormatterMapper (line 28) | final class MessageFormatterMapper extends LazyMessageFormatter method __construct (line 37) | public function __construct(?MessageFormatterInterface $formatter = null) method transformLocale (line 42) | protected function transformLocale(?string $locale): ?string FILE: src/Carbon/Month.php method int (line 34) | public static function int(self|int|null $value): ?int method fromNumber (line 39) | public static function fromNumber(int $number): self method fromName (line 46) | public static function fromName(string $name, ?string $locale = null): self method ofTheYear (line 64) | public function ofTheYear(CarbonImmutable|int|null $now = null): CarbonI... method locale (line 75) | public function locale(string $locale, ?CarbonImmutable $now = null): Ca... FILE: src/Carbon/PHPStan/MacroExtension.php class MacroExtension (line 35) | final class MacroExtension implements MethodsClassReflectionExtension method __construct (line 53) | public function __construct( method hasMethod (line 64) | public function hasMethod(ClassReflection $classReflection, string $me... method getMethod (line 82) | public function getMethod(ClassReflection $classReflection, string $me... FILE: src/Carbon/PHPStan/MacroMethodReflection.php class MacroMethodReflection (line 24) | class MacroMethodReflection implements MethodReflection method __construct (line 34) | public function __construct( method getDeclaringClass (line 52) | public function getDeclaringClass(): ClassReflection method isStatic (line 57) | public function isStatic(): bool method isPrivate (line 62) | public function isPrivate(): bool method isPublic (line 67) | public function isPublic(): bool method getDocComment (line 72) | public function getDocComment(): ?string method getName (line 77) | public function getName(): string method getPrototype (line 82) | public function getPrototype(): \PHPStan\Reflection\ClassMemberReflection method getVariants (line 87) | public function getVariants(): array method isDeprecated (line 92) | public function isDeprecated(): TrinaryLogic method getDeprecatedDescription (line 100) | public function getDeprecatedDescription(): ?string method isFinal (line 105) | public function isFinal(): TrinaryLogic method isInternal (line 110) | public function isInternal(): TrinaryLogic method getThrowType (line 115) | public function getThrowType(): ?Type method hasSideEffects (line 120) | public function hasSideEffects(): TrinaryLogic FILE: src/Carbon/Traits/Boundaries.php type Boundaries (line 38) | trait Boundaries method startOfDay (line 50) | public function startOfDay() method endOfDay (line 65) | public function endOfDay() method startOfMonth (line 80) | public function startOfMonth() method endOfMonth (line 95) | public function endOfMonth() method startOfQuarter (line 110) | public function startOfQuarter() method endOfQuarter (line 127) | public function endOfQuarter() method startOfYear (line 142) | public function startOfYear() method endOfYear (line 157) | public function endOfYear() method startOfDecade (line 172) | public function startOfDecade() method endOfDecade (line 189) | public function endOfDecade() method startOfCentury (line 206) | public function startOfCentury() method endOfCentury (line 223) | public function endOfCentury() method startOfMillennium (line 240) | public function startOfMillennium() method endOfMillennium (line 257) | public function endOfMillennium() method startOfWeek (line 278) | public function startOfWeek(WeekDay|int|null $weekStartsAt = null): st... method endOfWeek (line 302) | public function endOfWeek(WeekDay|int|null $weekEndsAt = null): static method startOfHour (line 320) | public function startOfHour(): static method endOfHour (line 333) | public function endOfHour(): static method startOfMinute (line 346) | public function startOfMinute(): static method endOfMinute (line 359) | public function endOfMinute(): static method startOfSecond (line 374) | public function startOfSecond(): static method endOfSecond (line 389) | public function endOfSecond(): static method startOfMillisecond (line 404) | public function startOfMillisecond(): static method endOfMillisecond (line 421) | public function endOfMillisecond(): static method startOf (line 438) | public function startOf(Unit|string $unit, mixed ...$params): static method endOf (line 459) | public function endOf(Unit|string $unit, mixed ...$params): static FILE: src/Carbon/Traits/Cast.php type Cast (line 24) | trait Cast method cast (line 35) | public function cast(string $className): mixed FILE: src/Carbon/Traits/Comparison.php type Comparison (line 44) | trait Comparison method eq (line 62) | public function eq(DateTimeInterface|string $date): bool method equalTo (line 77) | public function equalTo(DateTimeInterface|string $date): bool method ne (line 94) | public function ne(DateTimeInterface|string $date): bool method notEqualTo (line 109) | public function notEqualTo(DateTimeInterface|string $date): bool method gt (line 126) | public function gt(DateTimeInterface|string $date): bool method greaterThan (line 141) | public function greaterThan(DateTimeInterface|string $date): bool method isAfter (line 158) | public function isAfter(DateTimeInterface|string $date): bool method gte (line 175) | public function gte(DateTimeInterface|string $date): bool method greaterThanOrEqualTo (line 190) | public function greaterThanOrEqualTo(DateTimeInterface|string $date): ... method lt (line 207) | public function lt(DateTimeInterface|string $date): bool method lessThan (line 222) | public function lessThan(DateTimeInterface|string $date): bool method isBefore (line 239) | public function isBefore(DateTimeInterface|string $date): bool method lte (line 256) | public function lte(DateTimeInterface|string $date): bool method lessThanOrEqualTo (line 271) | public function lessThanOrEqualTo(DateTimeInterface|string $date): bool method between (line 293) | public function between(DateTimeInterface|string $date1, DateTimeInter... method betweenIncluded (line 319) | public function betweenIncluded(DateTimeInterface|string $date1, DateT... method betweenExcluded (line 334) | public function betweenExcluded(DateTimeInterface|string $date1, DateT... method isBetween (line 352) | public function isBetween(DateTimeInterface|string $date1, DateTimeInt... method isWeekday (line 366) | public function isWeekday(): bool method isWeekend (line 380) | public function isWeekend(): bool method isYesterday (line 398) | public function isYesterday(): bool method isToday (line 414) | public function isToday(): bool method isTomorrow (line 428) | public function isTomorrow(): bool method isFuture (line 444) | public function isFuture(): bool method isPast (line 458) | public function isPast(): bool method isNowOrFuture (line 473) | public function isNowOrFuture(): bool method isNowOrPast (line 488) | public function isNowOrPast(): bool method isLeapYear (line 502) | public function isLeapYear(): bool method isLongYear (line 523) | public function isLongYear(): bool method isLongIsoYear (line 542) | public function isLongIsoYear(): bool method isSameAs (line 559) | public function isSameAs(string $format, DateTimeInterface|string $dat... method isSameUnit (line 580) | public function isSameUnit(string $unit, DateTimeInterface|string $dat... method isCurrentUnit (line 641) | public function isCurrentUnit(string $unit): bool method isSameQuarter (line 662) | public function isSameQuarter(DateTimeInterface|string $date, bool $of... method isSameMonth (line 685) | public function isSameMonth(DateTimeInterface|string $date, bool $ofSa... method isDayOfWeek (line 705) | public function isDayOfWeek($dayOfWeek): bool method isBirthday (line 729) | public function isBirthday(DateTimeInterface|string|null $date = null)... method isLastOfMonth (line 746) | public function isLastOfMonth(): bool method isStartOfUnit (line 760) | public function isStartOfUnit( method isEndOfUnit (line 792) | public function isEndOfUnit( method isStartOfMillisecond (line 818) | public function isStartOfMillisecond( method isEndOfMillisecond (line 827) | public function isEndOfMillisecond( method isStartOfSecond (line 836) | public function isStartOfSecond( method isEndOfSecond (line 845) | public function isEndOfSecond( method isStartOfMinute (line 854) | public function isStartOfMinute( method isEndOfMinute (line 863) | public function isEndOfMinute( method isStartOfHour (line 872) | public function isStartOfHour( method isEndOfHour (line 881) | public function isEndOfHour( method isStartOfDay (line 905) | public function isStartOfDay( method isEndOfDay (line 966) | public function isEndOfDay( method isStartOfWeek (line 1014) | public function isStartOfWeek( method isEndOfWeek (line 1030) | public function isEndOfWeek( method isStartOfMonth (line 1040) | public function isStartOfMonth( method isEndOfMonth (line 1049) | public function isEndOfMonth( method isStartOfQuarter (line 1058) | public function isStartOfQuarter( method isEndOfQuarter (line 1067) | public function isEndOfQuarter( method isStartOfYear (line 1076) | public function isStartOfYear( method isEndOfYear (line 1085) | public function isEndOfYear( method isStartOfDecade (line 1094) | public function isStartOfDecade( method isEndOfDecade (line 1103) | public function isEndOfDecade( method isStartOfCentury (line 1112) | public function isStartOfCentury( method isEndOfCentury (line 1121) | public function isEndOfCentury( method isStartOfMillennium (line 1130) | public function isStartOfMillennium( method isEndOfMillennium (line 1139) | public function isEndOfMillennium( method isMidnight (line 1155) | public function isMidnight(): bool method isMidday (line 1171) | public function isMidday(): bool method hasFormat (line 1186) | public static function hasFormat(string $date, string $format): bool method hasFormatWithModifiers (line 1205) | public static function hasFormatWithModifiers(?string $date, string $f... method canBeCreatedFromFormat (line 1220) | public static function canBeCreatedFromFormat(?string $date, string $f... method is (line 1261) | public function is(WeekDay|Month|string $tester): bool method isStartOfTime (line 1347) | public function isStartOfTime(): bool method isEndOfTime (line 1357) | public function isEndOfTime(): bool FILE: src/Carbon/Traits/Converter.php type Converter (line 38) | trait Converter method format (line 47) | public function format(string $format): string method rawFormat (line 67) | public function rawFormat(string $format): string method __toString (line 80) | public function __toString(): string method toDateString (line 103) | public function toDateString(): string method toFormattedDateString (line 116) | public function toFormattedDateString(): string method toFormattedDayDateString (line 129) | public function toFormattedDayDateString(): string method toTimeString (line 142) | public function toTimeString(string $unitPrecision = 'second'): string method toDateTimeString (line 155) | public function toDateTimeString(string $unitPrecision = 'second'): st... method getTimeFormatByPrecision (line 165) | public static function getTimeFormatByPrecision(string $unitPrecision)... method toDateTimeLocalString (line 186) | public function toDateTimeLocalString(string $unitPrecision = 'second'... method toDayDateTimeString (line 199) | public function toDayDateTimeString(): string method toAtomString (line 212) | public function toAtomString(): string method toCookieString (line 225) | public function toCookieString(): string method toIso8601String (line 238) | public function toIso8601String(): string method toRfc822String (line 251) | public function toRfc822String(): string method toIso8601ZuluString (line 264) | public function toIso8601ZuluString(string $unitPrecision = 'second'):... method toRfc850String (line 279) | public function toRfc850String(): string method toRfc1036String (line 292) | public function toRfc1036String(): string method toRfc1123String (line 305) | public function toRfc1123String(): string method toRfc2822String (line 318) | public function toRfc2822String(): string method toRfc3339String (line 332) | public function toRfc3339String(bool $extended = false): string method toRssString (line 345) | public function toRssString(): string method toW3cString (line 358) | public function toW3cString(): string method toRfc7231String (line 371) | public function toRfc7231String(): string method toArray (line 386) | public function toArray(): array method toObject (line 412) | public function toObject(): object method toString (line 425) | public function toString(): string method toISOString (line 442) | public function toISOString(bool $keepOffset = false): ?string method toJSON (line 463) | public function toJSON(): ?string method toDateTime (line 476) | public function toDateTime(): DateTime method toDateTimeImmutable (line 490) | public function toDateTimeImmutable(): DateTimeImmutable method toDate (line 506) | public function toDate(): DateTime method toPeriod (line 518) | public function toPeriod($end = null, $interval = null, $unit = null):... method range (line 552) | public function range($end = null, $interval = null, $unit = null): Ca... FILE: src/Carbon/Traits/Creator.php type Creator (line 45) | trait Creator method __construct (line 63) | public function __construct( method constructTimezoneFromDateTime (line 113) | private function constructTimezoneFromDateTime( method __clone (line 135) | public function __clone(): void method instance (line 143) | public static function instance(DateTimeInterface $date): static method rawParse (line 174) | public static function rawParse( method parse (line 207) | public static function parse( method parseFromLocale (line 234) | public static function parseFromLocale( method now (line 245) | public static function now(DateTimeZone|string|int|null $timezone = nu... method today (line 253) | public static function today(DateTimeZone|string|int|null $timezone = ... method tomorrow (line 261) | public static function tomorrow(DateTimeZone|string|int|null $timezone... method yesterday (line 269) | public static function yesterday(DateTimeZone|string|int|null $timezon... method assertBetween (line 274) | private static function assertBetween($unit, $value, $min, $max): void method createNowInstance (line 281) | private static function createNowInstance($timezone) method create (line 322) | public static function create($year = 0, $month = 1, $day = 1, $hour =... method createSafe (line 408) | public static function createSafe($year = null, $month = null, $day = ... method createStrict (line 455) | public static function createStrict(?int $year = 0, ?int $month = 1, ?... method createFromDate (line 481) | public static function createFromDate($year = null, $month = null, $da... method createMidnightDate (line 498) | public static function createMidnightDate($year = null, $month = null,... method createFromTime (line 515) | public static function createFromTime($hour = 0, $minute = 0, $second ... method createFromTimeString (line 525) | public static function createFromTimeString(string $time, DateTimeZone... method createFromFormatAndTimezone (line 530) | private static function createFromFormatAndTimezone( method getOffsetTimezone (line 546) | private static function getOffsetTimezone(int $offset): string method rawCreateFromFormat (line 566) | public static function rawCreateFromFormat(string $format, string $tim... method createFromFormat (line 642) | #[ReturnTypeWillChange] method createFromIsoFormat (line 684) | public static function createFromIsoFormat( method createFromLocaleFormat (line 828) | public static function createFromLocaleFormat(string $format, string $... method createFromLocaleIsoFormat (line 858) | public static function createFromLocaleIsoFormat(string $format, strin... method make (line 877) | public static function make($var, DateTimeZone|string|null $timezone =... method setLastErrors (line 906) | private static function setLastErrors($lastErrors): void method getLastErrors (line 914) | public static function getLastErrors(): array|false method monthToInt (line 919) | private static function monthToInt(mixed $value, string $unit = 'month... FILE: src/Carbon/Traits/Date.php type Date (line 863) | trait Date method safeCreateDateTimeZone (line 953) | protected static function safeCreateDateTimeZone( method getTimezone (line 965) | public function getTimezone(): CarbonTimeZone method getRangesByUnit (line 973) | protected static function getRangesByUnit(int $daysInMonth = 31): array method copy (line 996) | public function copy() method clone (line 1008) | public function clone() method avoidMutation (line 1021) | public function avoidMutation(): static method nowWithSameTz (line 1035) | public function nowWithSameTz(): static method carbonize (line 1050) | public function carbonize($date = null) method __get (line 1074) | public function __get(string $name): mixed method get (line 1086) | public function get(Unit|string $name): mixed method __isset (line 1359) | public function __isset($name) method __set (line 1380) | public function __set($name, $value) method set (line 1398) | public function set(Unit|array|string $name, DateTimeZone|Month|string... method getTranslatedDayName (line 1564) | public function getTranslatedDayName( method getTranslatedShortDayName (line 1577) | public function getTranslatedShortDayName(?string $context = null): st... method getTranslatedMinDayName (line 1587) | public function getTranslatedMinDayName(?string $context = null): string method getTranslatedMonthName (line 1599) | public function getTranslatedMonthName( method getTranslatedShortMonthName (line 1612) | public function getTranslatedShortMonthName(?string $context = null): ... method dayOfYear (line 1630) | public function dayOfYear(?int $value = null): static|int method weekday (line 1642) | public function weekday(WeekDay|int|null $value = null): static|int method isoWeekday (line 1659) | public function isoWeekday(WeekDay|int|null $value = null): static|int method getDaysFromStartOfWeek (line 1674) | public function getDaysFromStartOfWeek(WeekDay|int|null $weekStartsAt ... method setDaysFromStartOfWeek (line 1690) | public function setDaysFromStartOfWeek(int $numberOfDays, WeekDay|int|... method setUnitNoOverflow (line 1702) | public function setUnitNoOverflow(string $valueUnit, int $value, strin... method addUnitNoOverflow (line 1731) | public function addUnitNoOverflow(string $valueUnit, int $value, strin... method subUnitNoOverflow (line 1743) | public function subUnitNoOverflow(string $valueUnit, int $value, strin... method utcOffset (line 1751) | public function utcOffset(?int $minuteOffset = null): static|int method setDate (line 1765) | public function setDate(int $year, int $month, int $day): static method setISODate (line 1775) | public function setISODate(int $year, int $week, int $day = 1): static method setDateTime (line 1783) | public function setDateTime( method setTime (line 1800) | public function setTime(int $hour, int $minute, int $second = 0, int $... method setTimestamp (line 1810) | public function setTimestamp(float|int|string $timestamp): static method setTimeFromTimeString (line 1820) | public function setTimeFromTimeString(string $time): static method timezone (line 1832) | public function timezone(DateTimeZone|string|int $value): static method tz (line 1842) | public function tz(DateTimeZone|string|int|null $value = null): static... method setTimezone (line 1854) | public function setTimezone(DateTimeZone|string|int $timeZone): static method shiftTimezone (line 1862) | public function shiftTimezone(DateTimeZone|string $value): static method utc (line 1874) | public function utc(): static method setDateFrom (line 1882) | public function setDateFrom(DateTimeInterface|string $date): static method setTimeFrom (line 1892) | public function setTimeFrom(DateTimeInterface|string $date): static method setDateTimeFrom (line 1902) | public function setDateTimeFrom(DateTimeInterface|string $date): static method getDays (line 1912) | public static function getDays(): array method getWeekStartsAt (line 1926) | public static function getWeekStartsAt(?string $locale = null): int method getWeekEndsAt (line 1941) | public static function getWeekEndsAt(?string $locale = null): int method getWeekendDays (line 1949) | public static function getWeekendDays(): array method setWeekendDays (line 1977) | public static function setWeekendDays(array $days): void method hasRelativeKeywords (line 1987) | public static function hasRelativeKeywords(?string $time): bool method getIsoFormats (line 2010) | public function getIsoFormats(?string $locale = null): array method getCalendarFormats (line 2031) | public function getCalendarFormats(?string $locale = null): array method getIsoUnits (line 2046) | public static function getIsoUnits(): array method getPaddedUnit (line 2159) | public function getPaddedUnit($unit, $length = 2, $padString = '0', $p... method ordinal (line 2167) | public function ordinal(string $key, ?string $period = null): string method meridiem (line 2183) | public function meridiem(bool $isLower = false): string method getAltNumber (line 2221) | public function getAltNumber(string $key): string method isoFormat (line 2231) | public function isoFormat(string $format, ?string $originalFormat = nu... method getFormatsToIsoReplacements (line 2322) | public static function getFormatsToIsoReplacements(): array method translatedFormat (line 2374) | public function translatedFormat(string $format): string method getOffsetString (line 2455) | public function getOffsetString(string $separator = ':'): string method __callStatic (line 2474) | public static function __callStatic(string $method, array $parameters)... method setUnit (line 2501) | public function setUnit(string $unit, Month|int|float|null $value = nu... method singularUnit (line 2544) | public static function singularUnit(string $unit): string method pluralUnit (line 2558) | public static function pluralUnit(string $unit): string method sleep (line 2569) | public static function sleep(int|float $seconds): void method __call (line 2588) | public function __call(string $method, array $parameters): mixed method resolveCarbon (line 2606) | protected function resolveCarbon(DateTimeInterface|string|null $date):... method weekRotate (line 2619) | protected static function weekRotate(int $day, int $rotation): int method executeCallable (line 2624) | protected function executeCallable(callable $macro, ...$parameters) method executeCallableWithContext (line 2635) | protected function executeCallableWithContext(callable $macro, ...$par... method getAllGenericMacros (line 2642) | protected function getAllGenericMacros(): Generator method getGenericMacros (line 2648) | protected static function getGenericMacros(): Generator method executeStaticCallable (line 2657) | protected static function executeStaticCallable(callable $macro, ...$p... method getTranslatedFormByRegExp (line 2670) | protected function getTranslatedFormByRegExp($baseKey, $keySuffix, $co... method callGetOrSetMethod (line 2690) | private function callGetOrSetMethod(string $method, array $parameters)... method callGetOrSet (line 2708) | private function callGetOrSet(string $name, mixed $value): mixed method getUTCUnit (line 2721) | private function getUTCUnit(string $unit): ?string method callDiffAlias (line 2734) | private function callDiffAlias(string $method, array $parameters): mixed method callHumanDiffAlias (line 2772) | private function callHumanDiffAlias(string $method, array $parameters)... method callIsMethod (line 2811) | private function callIsMethod(string $unit, array $parameters): ?bool method callComparatorMethod (line 2836) | private function callComparatorMethod(string $unit, array $parameters)... method callModifierMethod (line 2873) | private function callModifierMethod(string $unit, array $parameters): ... method callPeriodMethod (line 2911) | private function callPeriodMethod(string $method, array $parameters): ... method callMacroMethod (line 2930) | private function callMacroMethod(string $method, array $parameters): m... method floorZeroPad (line 2955) | private static function floorZeroPad(int|float $value, int $length): s... method mutateIfMutable (line 2967) | private function mutateIfMutable(CarbonInterface $date): CarbonInterface FILE: src/Carbon/Traits/DeprecatedPeriodProperties.php type DeprecatedPeriodProperties (line 19) | trait DeprecatedPeriodProperties FILE: src/Carbon/Traits/Difference.php type Difference (line 36) | trait Difference method diffAsDateInterval (line 48) | public function diffAsDateInterval($date = null, bool $absolute = fals... method diffAsCarbonInterval (line 73) | public function diffAsCarbonInterval($date = null, bool $absolute = fa... method diff (line 91) | public function diff($date = null, bool $absolute = false, array $skip... method diffInUnit (line 106) | public function diffInUnit(Unit|string $unit, $date = null, bool $abso... method diffInYears (line 127) | public function diffInYears($date = null, bool $absolute = false, bool... method diffInQuarters (line 170) | public function diffInQuarters($date = null, bool $absolute = false, b... method diffInMonths (line 184) | public function diffInMonths($date = null, bool $absolute = false, boo... method diffInWeeks (line 240) | public function diffInWeeks($date = null, bool $absolute = false, bool... method diffInDays (line 254) | public function diffInDays($date = null, bool $absolute = false, bool ... method diffInDaysFiltered (line 289) | public function diffInDaysFiltered(Closure $callback, $date = null, bo... method diffInHoursFiltered (line 303) | public function diffInHoursFiltered(Closure $callback, $date = null, b... method diffFiltered (line 318) | public function diffFiltered(CarbonInterval $ci, Closure $callback, $d... method diffInWeekdays (line 344) | public function diffInWeekdays($date = null, bool $absolute = false): int method diffInWeekendDays (line 361) | public function diffInWeekendDays($date = null, bool $absolute = false... method diffInHours (line 378) | public function diffInHours($date = null, bool $absolute = false): float method diffInMinutes (line 391) | public function diffInMinutes($date = null, bool $absolute = false): f... method diffInSeconds (line 404) | public function diffInSeconds($date = null, bool $absolute = false): f... method diffInMicroseconds (line 417) | public function diffInMicroseconds($date = null, bool $absolute = fals... method diffInMilliseconds (line 435) | public function diffInMilliseconds($date = null, bool $absolute = fals... method secondsSinceMidnight (line 445) | public function secondsSinceMidnight(): float method secondsUntilEndOfDay (line 455) | public function secondsUntilEndOfDay(): float method diffForHumans (line 510) | public function diffForHumans($other = null, $syntax = null, $short = ... method from (line 572) | public function from($other = null, $syntax = null, $short = false, $p... method since (line 583) | public function since($other = null, $syntax = null, $short = false, $... method to (line 636) | public function to($other = null, $syntax = null, $short = false, $par... method until (line 679) | public function until($other = null, $syntax = null, $short = false, $... method fromNow (line 712) | public function fromNow($syntax = null, $short = false, $parts = 1, $o... method toNow (line 751) | public function toNow($syntax = null, $short = false, $parts = 1, $opt... method ago (line 784) | public function ago($syntax = null, $short = false, $parts = 1, $optio... method timespan (line 801) | public function timespan($other = null, $timezone = null): string method calendar (line 825) | public function calendar($referenceTime = null, array $formats = []) method getIntervalDayDiff (line 851) | private function getIntervalDayDiff(DateInterval $interval): int FILE: src/Carbon/Traits/IntervalRounding.php type IntervalRounding (line 23) | trait IntervalRounding method callRoundMethod (line 25) | protected function callRoundMethod(string $method, array $parameters):... method roundWith (line 40) | protected function roundWith(DateInterval|string|float|int $precision,... FILE: src/Carbon/Traits/IntervalStep.php type IntervalStep (line 24) | trait IntervalStep method getStep (line 38) | public function getStep(): ?Closure method setStep (line 50) | public function setStep(?Closure $step): void method convertDate (line 65) | public function convertDate(DateTimeInterface $dateTime, bool $negated... method resolveCarbon (line 86) | private function resolveCarbon(DateTimeInterface $dateTime): Carbon|Ca... FILE: src/Carbon/Traits/LocalFactory.php type LocalFactory (line 24) | trait LocalFactory method getClock (line 31) | public function getClock(): ?WrapperClock method initLocalFactory (line 36) | private function initLocalFactory(): void method transmitFactory (line 51) | private function transmitFactory(Closure $action): mixed method getFactory (line 63) | private function getFactory(): Factory FILE: src/Carbon/Traits/Localization.php type Localization (line 32) | trait Localization method hasLocalTranslator (line 44) | public function hasLocalTranslator(): bool method getLocalTranslator (line 52) | public function getLocalTranslator(): TranslatorInterface method setLocalTranslator (line 60) | public function setLocalTranslator(TranslatorInterface $translator): self method getTranslationMessageWith (line 77) | public static function getTranslationMessageWith($translator, string $... method getTranslationMessage (line 105) | public function getTranslationMessage(string $key, ?string $locale = n... method translateWith (line 120) | public static function translateWith(TranslatorInterface $translator, ... method translate (line 148) | public function translate( method translateNumber (line 171) | public function translateNumber(int $number): string method translateTimeString (line 230) | public static function translateTimeString( method translateTimeStringTo (line 337) | public function translateTimeStringTo(string $timeString, ?string $to ... method locale (line 350) | public function locale(?string $locale = null, string ...$fallbackLoca... method getLocale (line 382) | public static function getLocale(): string method setLocale (line 393) | public static function setLocale(string $locale): void method setFallbackLocale (line 405) | public static function setFallbackLocale(string $locale): void method getFallbackLocale (line 442) | public static function getFallbackLocale(): ?string method executeWithLocale (line 462) | public static function executeWithLocale(string $locale, callable $fun... method localeHasShortUnits (line 486) | public static function localeHasShortUnits(string $locale): bool method localeHasDiffSyntax (line 507) | public static function localeHasDiffSyntax(string $locale): bool method localeHasDiffOneDayWords (line 538) | public static function localeHasDiffOneDayWords(string $locale): bool method localeHasDiffTwoDayWords (line 556) | public static function localeHasDiffTwoDayWords(string $locale): bool method localeHasPeriodSyntax (line 573) | public static function localeHasPeriodSyntax($locale) method getAvailableLocales (line 590) | public static function getAvailableLocales(): array method getAvailableLocalesInfo (line 605) | public static function getAvailableLocalesInfo(): array method getTranslatorLocale (line 622) | protected function getTranslatorLocale($translator = null): ?string method getLocaleAwareTranslator (line 640) | protected static function getLocaleAwareTranslator($translator = null) method getFromCatalogue (line 659) | private static function getFromCatalogue($translator, $catalogue, stri... method cleanWordFromTranslationString (line 673) | private static function cleanWordFromTranslationString($word) method translateWordsByKeys (line 695) | private static function translateWordsByKeys($keys, $messages, $key): ... method getTranslationArray (line 723) | private static function getTranslationArray($translation, $length, $ti... method replaceOrdinalWords (line 741) | private static function replaceOrdinalWords(string $timeString, array ... FILE: src/Carbon/Traits/Macro.php type Macro (line 23) | trait Macro method macro (line 46) | public static function macro(string $name, ?callable $macro): void method resetMacros (line 54) | public static function resetMacros(): void method genericMacro (line 67) | public static function genericMacro(callable $macro, int $priority = 0... method hasMacro (line 79) | public static function hasMacro(string $name): bool method getMacro (line 87) | public static function getMacro(string $name): ?callable method hasLocalMacro (line 95) | public function hasLocalMacro(string $name): bool method getLocalMacro (line 105) | public function getLocalMacro(string $name): ?callable FILE: src/Carbon/Traits/MagicParameter.php type MagicParameter (line 21) | trait MagicParameter method getMagicParameter (line 23) | private function getMagicParameter(array $parameters, int $index, stri... FILE: src/Carbon/Traits/Mixin.php type Mixin (line 32) | trait Mixin method mixin (line 66) | public static function mixin(object|string $mixin): void method loadMixinClass (line 76) | private static function loadMixinClass(object|string $mixin): void method cannotBeAMixinMethod (line 95) | private static function cannotBeAMixinMethod(ReflectionMethod $method)... method loadMixinTrait (line 125) | private static function loadMixinTrait(string $trait): void method getAnonymousClassCodeForTrait (line 194) | private static function getAnonymousClassCodeForTrait(string $trait): ... method getMixableMethods (line 199) | private static function getMixableMethods(self $context): Generator method bindMacroContext (line 213) | protected static function bindMacroContext(?self $context, callable $c... method context (line 227) | protected static function context(): ?static method this (line 235) | protected static function this(): static FILE: src/Carbon/Traits/Modifiers.php type Modifiers (line 25) | trait Modifiers method getMidDayAt (line 39) | public static function getMidDayAt() method setMidDayAt (line 58) | public static function setMidDayAt($hour) method midDay (line 68) | public function midDay() method next (line 83) | public function next($modifier = null) method nextOrPreviousDay (line 102) | private function nextOrPreviousDay($weekday = true, $forward = true) method nextWeekday (line 120) | public function nextWeekday() method previousWeekday (line 130) | public function previousWeekday() method nextWeekendDay (line 140) | public function nextWeekendDay() method previousWeekendDay (line 150) | public function previousWeekendDay() method previous (line 165) | public function previous($modifier = null) method firstOfMonth (line 186) | public function firstOfMonth($dayOfWeek = null) method lastOfMonth (line 207) | public function lastOfMonth($dayOfWeek = null) method nthOfMonth (line 229) | public function nthOfMonth($nth, $dayOfWeek) method firstOfQuarter (line 248) | public function firstOfQuarter($dayOfWeek = null) method lastOfQuarter (line 263) | public function lastOfQuarter($dayOfWeek = null) method nthOfQuarter (line 279) | public function nthOfQuarter($nth, $dayOfWeek) method firstOfYear (line 299) | public function firstOfYear($dayOfWeek = null) method lastOfYear (line 314) | public function lastOfYear($dayOfWeek = null) method nthOfYear (line 330) | public function nthOfYear($nth, $dayOfWeek) method average (line 345) | public function average($date = null) method closest (line 358) | public function closest($date1, $date2) method farthest (line 371) | public function farthest($date1, $date2) method min (line 383) | public function min($date = null) method minimum (line 399) | public function minimum($date = null) method max (line 411) | public function max($date = null) method maximum (line 427) | public function maximum($date = null) method modify (line 439) | #[ReturnTypeWillChange] method change (line 460) | public function change($modifier) FILE: src/Carbon/Traits/Mutability.php type Mutability (line 24) | trait Mutability method isMutable (line 31) | public static function isMutable(): bool method isImmutable (line 39) | public static function isImmutable(): bool method toMutable (line 47) | public function toMutable(): Carbon method toImmutable (line 55) | public function toImmutable(): CarbonImmutable FILE: src/Carbon/Traits/ObjectInitialisation.php type ObjectInitialisation (line 16) | trait ObjectInitialisation FILE: src/Carbon/Traits/Options.php type Options (line 29) | trait Options method settings (line 105) | public function settings(array $settings): static method getSettings (line 143) | public function getSettings(): array method __debugInfo (line 174) | public function __debugInfo(): array method isLocalStrictModeEnabled (line 200) | protected function isLocalStrictModeEnabled(): bool method addExtraDebugInfos (line 206) | protected function addExtraDebugInfos(array &$infos): void FILE: src/Carbon/Traits/Rounding.php type Rounding (line 31) | trait Rounding method roundUnit (line 38) | public function roundUnit( method floorUnit (line 145) | public function floorUnit(string $unit, DateInterval|string|float|int ... method ceilUnit (line 153) | public function ceilUnit(string $unit, DateInterval|string|float|int $... method round (line 161) | public function round(DateInterval|string|float|int $precision = 1, ca... method floor (line 169) | public function floor(DateInterval|string|float|int $precision = 1): s... method ceil (line 177) | public function ceil(DateInterval|string|float|int $precision = 1): st... method roundWeek (line 187) | public function roundWeek(WeekDay|int|null $weekStartsAt = null): static method floorWeek (line 200) | public function floorWeek(WeekDay|int|null $weekStartsAt = null): static method ceilWeek (line 210) | public function ceilWeek(WeekDay|int|null $weekStartsAt = null): static FILE: src/Carbon/Traits/Serialization.php type Serialization (line 39) | trait Serialization method serialize (line 68) | public function serialize(): string method fromSerialized (line 91) | public static function fromSerialized($value, array $options = []): st... method __set_state (line 109) | #[ReturnTypeWillChange] method __serialize (line 129) | public function __serialize(): array method __unserialize (line 168) | public function __unserialize(array $data): void method jsonSerialize (line 196) | public function jsonSerialize(): mixed method serializeUsing (line 217) | public static function serializeUsing(string|callable|null $format): void method cleanupDumpProperties (line 229) | public function cleanupDumpProperties(): self method dumpTimezone (line 245) | private function dumpTimezone(mixed $timezone): mixed FILE: src/Carbon/Traits/StaticLocalization.php type StaticLocalization (line 22) | trait StaticLocalization method setHumanDiffOptions (line 29) | public static function setHumanDiffOptions(int $humanDiffOptions): void method enableHumanDiffOption (line 39) | public static function enableHumanDiffOption(int $humanDiffOption): void method disableHumanDiffOption (line 49) | public static function disableHumanDiffOption(int $humanDiffOption): void method getHumanDiffOptions (line 57) | public static function getHumanDiffOptions(): int method setTranslator (line 69) | public static function setTranslator(TranslatorInterface $translator):... method getTranslator (line 77) | public static function getTranslator(): TranslatorInterface FILE: src/Carbon/Traits/StaticOptions.php type StaticOptions (line 21) | trait StaticOptions method useStrictMode (line 61) | public static function useStrictMode(bool $strictModeEnabled = true): ... method isStrictModeEnabled (line 72) | public static function isStrictModeEnabled(): bool method useMonthsOverflow (line 90) | public static function useMonthsOverflow(bool $monthsOverflow = true):... method resetMonthsOverflow (line 106) | public static function resetMonthsOverflow(): void method shouldOverflowMonths (line 116) | public static function shouldOverflowMonths(): bool method useYearsOverflow (line 134) | public static function useYearsOverflow(bool $yearsOverflow = true): void method resetYearsOverflow (line 150) | public static function resetYearsOverflow(): void method shouldOverflowYears (line 160) | public static function shouldOverflowYears(): bool FILE: src/Carbon/Traits/Test.php type Test (line 25) | trait Test method setTestNow (line 53) | public static function setTestNow(mixed $testNow = null): void method setTestNowAndTimezone (line 77) | public static function setTestNowAndTimezone($testNow = null, $timezon... method withTestNow (line 96) | public static function withTestNow(mixed $testNow, callable $callback)... method getTestNow (line 107) | public static function getTestNow(): Closure|CarbonInterface|null method hasTestNow (line 118) | public static function hasTestNow(): bool method getMockedTestNow (line 126) | protected static function getMockedTestNow(DateTimeZone|string|int|nul... method mockConstructorParameters (line 139) | private function mockConstructorParameters(&$time, ?CarbonTimeZone $ti... method getMockedTestNowClone (line 172) | private static function getMockedTestNowClone($timezone): CarbonInterf... method nowFromClock (line 179) | private function nowFromClock(?CarbonTimeZone $timezone): ?DateTimeImm... FILE: src/Carbon/Traits/Timestamp.php type Timestamp (line 21) | trait Timestamp method createFromTimestamp (line 28) | #[\ReturnTypeWillChange] method createFromTimestampUTC (line 43) | public static function createFromTimestampUTC(float|int|string $timest... method createFromTimestampMsUTC (line 63) | public static function createFromTimestampMsUTC($timestamp): static method createFromTimestampMs (line 83) | public static function createFromTimestampMs( method timestamp (line 97) | public function timestamp(float|int|string $timestamp): static method getPreciseTimestamp (line 120) | public function getPreciseTimestamp($precision = 6): float method valueOf (line 130) | public function valueOf(): float method getTimestampMs (line 140) | public function getTimestampMs(): int method unix (line 152) | public function unix(): int method getIntegerAndDecimalParts (line 169) | private static function getIntegerAndDecimalParts($numbers, $decimals ... FILE: src/Carbon/Traits/ToStringFormat.php type ToStringFormat (line 24) | trait ToStringFormat method resetToStringFormat (line 31) | public static function resetToStringFormat(): void method setToStringFormat (line 48) | public static function setToStringFormat(string|Closure|null $format):... FILE: src/Carbon/Traits/Units.php type Units (line 34) | trait Units method addRealUnit (line 47) | public function addRealUnit(string $unit, $value = 1): static method addUTCUnit (line 61) | public function addUTCUnit(string $unit, $value = 1): static method subRealUnit (line 180) | public function subRealUnit($unit, $value = 1): static method subUTCUnit (line 194) | public function subUTCUnit($unit, $value = 1): static method isModifiableUnit (line 206) | public static function isModifiableUnit($unit): bool method rawAdd (line 233) | public function rawAdd(DateInterval $interval): static method add (line 251) | #[ReturnTypeWillChange] method addUnit (line 289) | public function addUnit(Unit|string $unit, $value = 1, ?bool $overflow... method subUnit (line 377) | public function subUnit(Unit|string $unit, $value = 1, ?bool $overflow... method rawSub (line 385) | public function rawSub(DateInterval $interval): static method sub (line 403) | #[ReturnTypeWillChange] method subtract (line 449) | public function subtract($unit, $value = 1, ?bool $overflow = null): s... method rawAddUnit (line 458) | private static function rawAddUnit(self $date, string $unit, int|float... FILE: src/Carbon/Traits/Week.php type Week (line 41) | trait Week method isoWeekYear (line 54) | public function isoWeekYear($year = null, $dayOfWeek = null, $dayOfYea... method weekYear (line 74) | public function weekYear($year = null, $dayOfWeek = null, $dayOfYear =... method isoWeeksInYear (line 134) | public function isoWeeksInYear($dayOfWeek = null, $dayOfYear = null) method weeksInYear (line 152) | public function weeksInYear($dayOfWeek = null, $dayOfYear = null) method week (line 182) | public function week($week = null, $dayOfWeek = null, $dayOfYear = null) method isoWeek (line 215) | public function isoWeek($week = null, $dayOfWeek = null, $dayOfYear = ... FILE: src/Carbon/Translator.php class Translator (line 31) | class Translator extends LazyTranslator FILE: src/Carbon/TranslatorImmutable.php class TranslatorImmutable (line 20) | class TranslatorImmutable extends Translator method __construct (line 24) | public function __construct($locale, ?MessageFormatterInterface $forma... method setDirectories (line 33) | public function setDirectories(array $directories): static method setLocale (line 40) | public function setLocale($locale): void method setMessages (line 50) | public function setMessages(string $locale, array $messages): static method setTranslations (line 60) | public function setTranslations(array $messages): static method setConfigCacheFactory (line 70) | public function setConfigCacheFactory(ConfigCacheFactoryInterface $con... method resetMessages (line 77) | public function resetMessages(?string $locale = null): bool method setFallbackLocales (line 87) | public function setFallbackLocales(array $locales): void method disallowMutation (line 94) | private function disallowMutation($method) FILE: src/Carbon/TranslatorStrongTypeInterface.php type TranslatorStrongTypeInterface (line 21) | interface TranslatorStrongTypeInterface method getFromCatalogue (line 23) | public function getFromCatalogue(MessageCatalogueInterface $catalogue,... FILE: src/Carbon/Unit.php method toName (line 32) | public static function toName(self|string $unit): string method toNameIfUnit (line 38) | public static function toNameIfUnit(mixed $unit): mixed method fromName (line 43) | public static function fromName(string $name, ?string $locale = null): self method singular (line 76) | public function singular(?string $locale = null): string method plural (line 88) | public function plural(?string $locale = null): string method interval (line 100) | public function interval(int|float $value = 1): CarbonInterval method locale (line 105) | public function locale(string $locale): CarbonInterval method toPeriod (line 110) | public function toPeriod(...$params): CarbonPeriod method stepBy (line 115) | public function stepBy(mixed $interval, Unit|string|null $unit = null): ... FILE: src/Carbon/WeekDay.php method int (line 29) | public static function int(self|int|null $value): ?int method fromNumber (line 34) | public static function fromNumber(int $number): self method fromName (line 41) | public static function fromName(string $name, ?string $locale = null): self method next (line 59) | public function next(?CarbonImmutable $now = null): CarbonImmutable method locale (line 64) | public function locale(string $locale, ?CarbonImmutable $now = null): Ca... FILE: src/Carbon/WrapperClock.php class WrapperClock (line 24) | final class WrapperClock implements ClockInterface method __construct (line 26) | public function __construct( method unwrap (line 31) | public function unwrap(): PsrClockInterface|Factory|DateTimeInterface method getFactory (line 36) | public function getFactory(): Factory method nowRaw (line 62) | private function nowRaw(): DateTimeInterface method now (line 75) | public function now(): DateTimeImmutable method nowAs (line 91) | public function nowAs(string $class, DateTimeZone|string|int|null $tim... method nowAsCarbon (line 99) | public function nowAsCarbon(DateTimeZone|string|int|null $timezone = n... method dateAsCarbon (line 108) | private function dateAsCarbon(DateTimeInterface $date, DateTimeZone|st... method sleep (line 115) | public function sleep(float|int $seconds): void method withTimeZone (line 140) | public function withTimeZone(DateTimeZone|string $timezone): static method addSeconds (line 161) | private function addSeconds(DateTimeInterface $date, float|int $second... FILE: tests/AbstractTestCase.php class AbstractTestCase (line 39) | abstract class AbstractTestCase extends TestCase method getTimestamp (line 53) | protected function getTimestamp(): int method setUp (line 58) | protected function setUp(): void method tearDown (line 84) | protected function tearDown(): void method assertCarbon (line 107) | public function assertCarbon(CarbonInterface $d, $year, $month, $day, ... method assertCarbonTime (line 144) | public function assertCarbonTime(CarbonInterface $d, $hour = null, $mi... method assertInstanceOfCarbon (line 176) | public function assertInstanceOfCarbon($d): void method assertCarbonInterval (line 181) | public function assertCarbonInterval(CarbonInterval $ci, $years, $mont... method assertInstanceOfCarbonInterval (line 227) | public function assertInstanceOfCarbonInterval($d): void method wrapWithTestNow (line 232) | public function wrapWithTestNow(Closure $func, ?CarbonInterface $dt = ... method wrapWithNonDstDate (line 244) | public function wrapWithNonDstDate(Closure $func): void method wrapWithUtf8LcTimeLocale (line 249) | public function wrapWithUtf8LcTimeLocale($locale, Closure $func): void method withErrorAsException (line 273) | public function withErrorAsException(Closure $func): void method standardizeDates (line 298) | public function standardizeDates($dates) method areSameLocales (line 315) | protected function areSameLocales($a, $b): bool method firstValidTimezoneAmong (line 330) | protected function firstValidTimezoneAmong(array $timezones): CarbonTi... method assertPeriodOptions (line 345) | protected function assertPeriodOptions(int $options, CarbonPeriod $per... method assertVeryClose (line 350) | protected function assertVeryClose(mixed $expected, mixed $actual, str... method assertSameIntervals (line 360) | protected function assertSameIntervals(CarbonInterval $expected, Carbo... method assertSameWithClosures (line 416) | protected function assertSameWithClosures(array $expected, array $actu... method setLocaleOrSkip (line 423) | protected function setLocaleOrSkip(string ...$locales): void method remove (line 439) | protected function remove(string $path): void method acceptClosuresFrom (line 459) | private function acceptClosuresFrom(array $destination, array $source)... method captureVarDump (line 479) | private function captureVarDump(mixed $value): string method fetchProperties (line 489) | private function fetchProperties(object $object): array FILE: tests/AbstractTestCaseWithOldNow.php class AbstractTestCaseWithOldNow (line 19) | abstract class AbstractTestCaseWithOldNow extends AbstractTestCase method tearDown (line 24) | protected function tearDown(): void FILE: tests/Carbon/AddMonthsTest.php class AddMonthsTest (line 21) | class AddMonthsTest extends AbstractTestCase method setUp (line 28) | protected function setUp(): void method dataForTestAddMonthNoOverflow (line 37) | public static function dataForTestAddMonthNoOverflow(): Generator method testAddMonthNoOverflow (line 46) | #[DataProvider('dataForTestAddMonthNoOverflow')] method testAddMonthsNoOverflow (line 52) | #[DataProvider('dataForTestAddMonthNoOverflow')] method dataForTestSubMonthNoOverflow (line 58) | public static function dataForTestSubMonthNoOverflow(): Generator method testSubMonthNoOverflow (line 67) | #[DataProvider('dataForTestSubMonthNoOverflow')] method testSubMonthsNoOverflow (line 73) | #[DataProvider('dataForTestSubMonthNoOverflow')] method dataForTestAddMonthWithOverflow (line 79) | public static function dataForTestAddMonthWithOverflow(): Generator method testAddMonthWithOverflow (line 88) | #[DataProvider('dataForTestAddMonthWithOverflow')] method testAddMonthsWithOverflow (line 94) | #[DataProvider('dataForTestAddMonthWithOverflow')] method dataForTestSubMonthWithOverflow (line 100) | public static function dataForTestSubMonthWithOverflow(): Generator method testSubMonthWithOverflow (line 109) | #[DataProvider('dataForTestSubMonthWithOverflow')] method testSubMonthsWithOverflow (line 115) | #[DataProvider('dataForTestSubMonthWithOverflow')] method testSetOverflowIsTrue (line 121) | public function testSetOverflowIsTrue() method testSetOverflowIsFalse (line 127) | public function testSetOverflowIsFalse() method testSetOverflowIsResetInTests (line 133) | public function testSetOverflowIsResetInTests() method testSetOverflowIsReset (line 138) | public function testSetOverflowIsReset() method testUseOverflowAddMonth (line 147) | #[DataProvider('dataForTestAddMonthWithOverflow')] method testUseOverflowAddMonths (line 154) | #[DataProvider('dataForTestAddMonthWithOverflow')] method testUseOverflowSubMonth (line 161) | #[DataProvider('dataForTestSubMonthWithOverflow')] method testUseOverflowSubMonths (line 168) | #[DataProvider('dataForTestSubMonthWithOverflow')] method testSkipOverflowAddMonth (line 175) | #[DataProvider('dataForTestAddMonthNoOverflow')] method testSkipOverflowAddMonths (line 182) | #[DataProvider('dataForTestAddMonthNoOverflow')] method testSkipOverflowSubMonth (line 189) | #[DataProvider('dataForTestSubMonthNoOverflow')] method testSkipOverflowSubMonths (line 196) | #[DataProvider('dataForTestSubMonthNoOverflow')] FILE: tests/Carbon/AddTest.php class AddTest (line 22) | class AddTest extends AbstractTestCase method testAddMethod (line 24) | public function testAddMethod() method testAddYearsPositive (line 54) | public function testAddYearsPositive() method testAddYearsZero (line 59) | public function testAddYearsZero() method testAddYearsNegative (line 64) | public function testAddYearsNegative() method testAddYear (line 69) | public function testAddYear() method testAddDaysPositive (line 74) | public function testAddDaysPositive() method testAddDaysZero (line 79) | public function testAddDaysZero() method testAddDaysNegative (line 84) | public function testAddDaysNegative() method testAddDay (line 89) | public function testAddDay() method testAddOverflow (line 94) | public function testAddOverflow() method testAddWeekdaysPositive (line 110) | public function testAddWeekdaysPositive() method testAddCustomWeekdays (line 122) | public function testAddCustomWeekdays() method testAddWeekdaysZero (line 151) | public function testAddWeekdaysZero() method testAddWeekdaysNegative (line 156) | public function testAddWeekdaysNegative() method testAddWeekday (line 161) | public function testAddWeekday() method testAddWeekdayDuringWeekend (line 166) | public function testAddWeekdayDuringWeekend() method testAddWeeksPositive (line 171) | public function testAddWeeksPositive() method testAddWeeksZero (line 176) | public function testAddWeeksZero() method testAddWeeksNegative (line 181) | public function testAddWeeksNegative() method testAddWeek (line 186) | public function testAddWeek() method testAddHoursPositive (line 191) | public function testAddHoursPositive() method testAddHoursZero (line 196) | public function testAddHoursZero() method testAddHoursNegative (line 201) | public function testAddHoursNegative() method testAddHour (line 206) | public function testAddHour() method testAddMinutesPositive (line 211) | public function testAddMinutesPositive() method testAddMinutesZero (line 216) | public function testAddMinutesZero() method testAddMinutesNegative (line 221) | public function testAddMinutesNegative() method testAddMinute (line 226) | public function testAddMinute() method testAddSecondsPositive (line 231) | public function testAddSecondsPositive() method testAddSecondsZero (line 236) | public function testAddSecondsZero() method testAddSecondsNegative (line 241) | public function testAddSecondsNegative() method testAddDecimalSeconds (line 246) | public function testAddDecimalSeconds() method testAddSecond (line 266) | public function testAddSecond() method testAddMillisecondsPositive (line 271) | public function testAddMillisecondsPositive() method testAddMillisecondsZero (line 276) | public function testAddMillisecondsZero() method testAddMillisecondsNegative (line 281) | public function testAddMillisecondsNegative() method testAddMillisecond (line 287) | public function testAddMillisecond() method testAddMicrosecondsPositive (line 292) | public function testAddMicrosecondsPositive() method testAddMicrosecondsZero (line 297) | public function testAddMicrosecondsZero() method testAddMicrosecondsNegative (line 302) | public function testAddMicrosecondsNegative() method testAddMicrosecond (line 308) | public function testAddMicrosecond() method testAddYearPassingArg (line 316) | public function testAddYearPassingArg() method testAddDayPassingArg (line 327) | public function testAddDayPassingArg() method testAddHourPassingArg (line 335) | public function testAddHourPassingArg() method testAddMinutePassingArg (line 343) | public function testAddMinutePassingArg() method testAddSecondPassingArg (line 351) | public function testAddSecondPassingArg() method testAddQuarter (line 359) | public function testAddQuarter() method testAddQuarterNegative (line 364) | public function testAddQuarterNegative() method testSubQuarter (line 372) | public function testSubQuarter() method testSubQuarterNegative (line 377) | public function testSubQuarterNegative() method testAddCentury (line 382) | public function testAddCentury() method testAddCenturyNegative (line 394) | public function testAddCenturyNegative() method testAddCenturies (line 405) | public function testAddCenturies() method testAddCenturiesNegative (line 411) | public function testAddCenturiesNegative() method testSubCentury (line 417) | public function testSubCentury() method testSubCenturyNegative (line 429) | public function testSubCenturyNegative() method testSubCenturies (line 440) | public function testSubCenturies() method testSubCenturiesNegative (line 446) | public function testSubCenturiesNegative() method testAddYearNoOverflow (line 452) | public function testAddYearNoOverflow() method testAddYearWithOverflow (line 457) | public function testAddYearWithOverflow() method testAddYearNoOverflowPassingArg (line 462) | public function testAddYearNoOverflowPassingArg() method testAddYearWithOverflowPassingArg (line 467) | public function testAddYearWithOverflowPassingArg() method testSubYearNoOverflowPassingArg (line 472) | public function testSubYearNoOverflowPassingArg() method testSubYearWithOverflowPassingArg (line 477) | public function testSubYearWithOverflowPassingArg() method testSubYearNoOverflow (line 482) | public function testSubYearNoOverflow() method testSubYearWithOverflow (line 487) | public function testSubYearWithOverflow() method testUseYearsOverflow (line 492) | public function testUseYearsOverflow() FILE: tests/Carbon/ArraysTest.php class ArraysTest (line 21) | class ArraysTest extends AbstractTestCase method testToArray (line 23) | public function testToArray() method testDebugInfo (line 67) | public function testDebugInfo() method testDebuggingWithFormatException (line 97) | public function testDebuggingWithFormatException() method testDebuggingUninitializedInstances (line 104) | public function testDebuggingUninitializedInstances() FILE: tests/Carbon/ComparisonTest.php class ComparisonTest (line 20) | class ComparisonTest extends AbstractTestCase method testEqualToTrue (line 22) | public function testEqualToTrue() method testEqualToFalse (line 27) | public function testEqualToFalse() method testEqualWithTimezoneTrue (line 32) | public function testEqualWithTimezoneTrue() method testEqualWithTimezoneFalse (line 37) | public function testEqualWithTimezoneFalse() method testNotEqualToTrue (line 65) | public function testNotEqualToTrue() method testNotEqualToFalse (line 70) | public function testNotEqualToFalse() method testGreaterThanTrue (line 75) | public function testGreaterThanTrue() method testGreaterThanFalse (line 80) | public function testGreaterThanFalse() method testGreaterThanWithTimezoneTrue (line 85) | public function testGreaterThanWithTimezoneTrue() method testGreaterThanWithString (line 92) | public function testGreaterThanWithString() method testGreaterThanWithTimezoneFalse (line 100) | public function testGreaterThanWithTimezoneFalse() method testGreaterThanOrEqualTrue (line 107) | public function testGreaterThanOrEqualTrue() method testGreaterThanOrEqualTrueEqual (line 112) | public function testGreaterThanOrEqualTrueEqual() method testGreaterThanOrEqualFalse (line 117) | public function testGreaterThanOrEqualFalse() method testLessThanTrue (line 122) | public function testLessThanTrue() method testLessThanFalse (line 127) | public function testLessThanFalse() method testLessThanOrEqualTrue (line 132) | public function testLessThanOrEqualTrue() method testLessThanOrEqualTrueEqual (line 137) | public function testLessThanOrEqualTrueEqual() method testLessThanOrEqualFalse (line 142) | public function testLessThanOrEqualFalse() method testBetweenEqualTrue (line 147) | public function testBetweenEqualTrue() method testBetweenNotEqualTrue (line 170) | public function testBetweenNotEqualTrue() method testBetweenExcludedTrue (line 195) | public function testBetweenExcludedTrue() method testBetweenIncludedTrue (line 204) | public function testBetweenIncludedTrue() method testBetweenIncludedFalse (line 215) | public function testBetweenIncludedFalse() method testBetweenEqualFalse (line 224) | public function testBetweenEqualFalse() method testBetweenNotEqualFalse (line 229) | public function testBetweenNotEqualFalse() method testBetweenEqualSwitchTrue (line 234) | public function testBetweenEqualSwitchTrue() method testBetweenNotEqualSwitchTrue (line 239) | public function testBetweenNotEqualSwitchTrue() method testBetweenEqualSwitchFalse (line 244) | public function testBetweenEqualSwitchFalse() method testBetweenNotEqualSwitchFalse (line 249) | public function testBetweenNotEqualSwitchFalse() method testMinIsFluid (line 254) | public function testMinIsFluid() method testMinWithNow (line 260) | public function testMinWithNow() method testMinWithInstance (line 266) | public function testMinWithInstance() method testMaxIsFluid (line 273) | public function testMaxIsFluid() method testMaxWithNow (line 279) | public function testMaxWithNow() method testMaxWithInstance (line 285) | public function testMaxWithInstance() method testIsBirthday (line 292) | public function testIsBirthday() method testClosest (line 316) | public function testClosest() method testClosestWithEquals (line 325) | public function testClosestWithEquals() method testClosestWithMicroseconds (line 334) | public function testClosestWithMicroseconds() method testClosestWithFarDates (line 343) | public function testClosestWithFarDates() method testFarthest (line 352) | public function testFarthest() method testFarthestWithEquals (line 361) | public function testFarthestWithEquals() method testFarthestWithMicroseconds (line 370) | public function testFarthestWithMicroseconds() method testFarthestWithFarDates (line 379) | public function testFarthestWithFarDates() FILE: tests/Carbon/ConstructTest.php class ConstructTest (line 24) | class ConstructTest extends AbstractTestCase method testCreatesAnInstanceDefaultToNow (line 26) | public function testCreatesAnInstanceDefaultToNow() method testCreatesAnInstanceFromADateTime (line 37) | public function testCreatesAnInstanceFromADateTime() method testCreatesAnInstanceFromADateTimeException (line 60) | public function testCreatesAnInstanceFromADateTimeException() method testParseWithEmptyStringCreatesAnInstanceDefaultToNow (line 72) | public function testParseWithEmptyStringCreatesAnInstanceDefaultToNow() method testParseZeroCreatesAnInstanceDefaultToUnixAreaStartUtc (line 87) | public function testParseZeroCreatesAnInstanceDefaultToUnixAreaStartUtc() method testWithFancyString (line 102) | public function testWithFancyString() method testParseWithFancyString (line 109) | public function testParseWithFancyString() method testParseWithYYYMMDD (line 116) | public function testParseWithYYYMMDD() method testParseWithYYYMMDDHHMMSS (line 122) | public function testParseWithYYYMMDDHHMMSS() method testDefaultTimezone (line 128) | public function testDefaultTimezone() method testParseWithDefaultTimezone (line 134) | public function testParseWithDefaultTimezone() method testSettingTimezone (line 140) | public function testSettingTimezone() method testParseSettingTimezone (line 152) | public function testParseSettingTimezone() method testSettingTimezoneWithString (line 164) | public function testSettingTimezoneWithString() method testParseSettingTimezoneWithString (line 176) | public function testParseSettingTimezoneWithString() method testSettingTimezoneWithInteger (line 188) | public function testSettingTimezoneWithInteger() method testMockingWithMicroseconds (line 196) | public function testMockingWithMicroseconds() method testTimestamp (line 207) | public function testTimestamp() method testFloatTimestamp (line 216) | public function testFloatTimestamp() method testDifferentType (line 225) | public function testDifferentType() FILE: tests/Carbon/CopyTest.php class CopyTest (line 19) | class CopyTest extends AbstractTestCase method testCopy (line 21) | public function testCopy() method testClone (line 28) | public function testClone() method testCopyEnsureTzIsCopied (line 35) | public function testCopyEnsureTzIsCopied() method testCopyEnsureMicrosAreCopied (line 43) | public function testCopyEnsureMicrosAreCopied() FILE: tests/Carbon/CreateFromDateTest.php class CreateFromDateTest (line 20) | class CreateFromDateTest extends AbstractTestCase method testCreateFromDateWithDefaults (line 22) | public function testCreateFromDateWithDefaults() method testCreateFromDate (line 28) | public function testCreateFromDate() method testCreateFromDateWithYear (line 34) | public function testCreateFromDateWithYear() method testCreateFromDateWithMonth (line 40) | public function testCreateFromDateWithMonth() method testCreateFromDateWithDay (line 46) | public function testCreateFromDateWithDay() method testCreateFromDateWithTimezone (line 52) | public function testCreateFromDateWithTimezone() method testCreateFromDateWithDateTimeZone (line 59) | public function testCreateFromDateWithDateTimeZone() FILE: tests/Carbon/CreateFromFormatTest.php class CreateFromFormatTest (line 23) | class CreateFromFormatTest extends AbstractTestCase method setUp (line 35) | protected function setUp(): void method testCreateFromFormatReturnsCarbon (line 47) | public function testCreateFromFormatReturnsCarbon() method testCreateFromFormatWithNamedArguments (line 54) | public function testCreateFromFormatWithNamedArguments() method testCreateFromFalseTimezone (line 64) | public function testCreateFromFalseTimezone() method testCFormat (line 74) | public function testCFormat() method testCreateFromFormatWithMillisecondsAlone (line 91) | public function testCreateFromFormatWithMillisecondsAlone() method testCreateFromFormatWithMillisecondsMerged (line 101) | public function testCreateFromFormatWithMillisecondsMerged() method testCreateFromFormatWithTimezoneString (line 108) | public function testCreateFromFormatWithTimezoneString() method testCreateFromFormatWithTimezone (line 115) | public function testCreateFromFormatWithTimezone() method testCreateFromFormatWithMillis (line 122) | public function testCreateFromFormatWithMillis() method testCreateFromFormatWithTestNow (line 128) | public function testCreateFromFormatWithTestNow() method testCreateLastErrorsCanBeAccessedByExtendingClass (line 138) | #[RequiresPhp('>=8.2')] method testCreateFromFormatHandlesLastErrors (line 144) | public function testCreateFromFormatHandlesLastErrors() method testCreateFromFormatResetLastErrors (line 153) | #[RequiresPhp('>=8.2')] FILE: tests/Carbon/CreateFromTimeStringTest.php class CreateFromTimeStringTest (line 20) | class CreateFromTimeStringTest extends AbstractTestCase method setUp (line 22) | protected function setUp(): void method testCreateFromTimeString (line 28) | public function testCreateFromTimeString() method testCreateFromTimeStringWithSecond (line 37) | public function testCreateFromTimeStringWithSecond() method testCreateFromTimeStringWithMicroSecond (line 46) | public function testCreateFromTimeStringWithMicroSecond() method testCreateFromTimeStringWithDateTimeZone (line 55) | public function testCreateFromTimeStringWithDateTimeZone() method testCreateFromTimeStringWithTimeZoneString (line 62) | public function testCreateFromTimeStringWithTimeZoneString() FILE: tests/Carbon/CreateFromTimeTest.php class CreateFromTimeTest (line 23) | class CreateFromTimeTest extends AbstractTestCase method testCreateWithTestNow (line 25) | public function testCreateWithTestNow() method testCreateFromDateWithDefaults (line 34) | public function testCreateFromDateWithDefaults() method testCreateFromDateWithNull (line 40) | public function testCreateFromDateWithNull() method testCreateFromTime (line 46) | public function testCreateFromTime() method testCreateFromTimeWithTestNow (line 52) | public function testCreateFromTimeWithTestNow() method testCreateFromTimeGreaterThan99 (line 69) | public function testCreateFromTimeGreaterThan99() method testCreateFromTimeWithHour (line 78) | public function testCreateFromTimeWithHour() method testCreateFromTimeWithMinute (line 86) | public function testCreateFromTimeWithMinute() method testCreateFromTimeWithSecond (line 92) | public function testCreateFromTimeWithSecond() method testCreateFromTimeWithDateTimeZone (line 98) | public function testCreateFromTimeWithDateTimeZone() method testCreateFromTimeWithTimeZoneString (line 105) | public function testCreateFromTimeWithTimeZoneString() method testCreateFromTimeWithTimeZoneOnNow (line 112) | public function testCreateFromTimeWithTimeZoneOnNow() FILE: tests/Carbon/CreateFromTimestampTest.php class CreateFromTimestampTest (line 20) | class CreateFromTimestampTest extends AbstractTestCase method testCreateReturnsDatingInstance (line 22) | public function testCreateReturnsDatingInstance() method testCreateFromTimestampMs (line 28) | public function testCreateFromTimestampMs() method testCreateFromTimestampMsUTC (line 57) | public function testCreateFromTimestampMsUTC() method testComaDecimalSeparatorLocale (line 99) | public function testComaDecimalSeparatorLocale() method testCreateFromTimestampWithTimezone (line 131) | public function testCreateFromTimestampWithTimezone() method testCreateFromTimestampUsesDefaultTimezone (line 139) | public function testCreateFromTimestampUsesDefaultTimezone() method testCreateFromTimestampWithDateTimeZone (line 148) | public function testCreateFromTimestampWithDateTimeZone() method testCreateFromTimestampWithString (line 155) | public function testCreateFromTimestampWithString() method testCreateFromTimestampGMTDoesNotUseDefaultTimezone (line 163) | public function testCreateFromTimestampGMTDoesNotUseDefaultTimezone() method testCreateFromTimestampInDstChange (line 175) | public function testCreateFromTimestampInDstChange() method testCreateFromMicrotimeFloat (line 195) | public function testCreateFromMicrotimeFloat() method testCreateFromMicrotimeStrings (line 204) | public function testCreateFromMicrotimeStrings() method testCreateFromMicrotimeUTCFloat (line 225) | public function testCreateFromMicrotimeUTCFloat() method testCreateFromMicrotimeUTCStrings (line 234) | public function testCreateFromMicrotimeUTCStrings() method testNegativeIntegerTimestamp (line 249) | public function testNegativeIntegerTimestamp() FILE: tests/Carbon/CreateSafeTest.php class CreateSafeTest (line 20) | class CreateSafeTest extends AbstractTestCase method testInvalidDateExceptionProperties (line 22) | public function testInvalidDateExceptionProperties() method testCreateSafeThrowsExceptionForSecondLowerThanZero (line 29) | public function testCreateSafeThrowsExceptionForSecondLowerThanZero() method testCreateSafeThrowsExceptionForSecondLowerThanZeroInStrictMode (line 36) | public function testCreateSafeThrowsExceptionForSecondLowerThanZeroInS... method testCreateSafeThrowsExceptionForSecondGreaterThan59 (line 42) | public function testCreateSafeThrowsExceptionForSecondGreaterThan59() method testCreateSafeThrowsExceptionForMinuteLowerThanZero (line 49) | public function testCreateSafeThrowsExceptionForMinuteLowerThanZero() method testCreateSafeThrowsExceptionForMinuteGreaterThan59 (line 56) | public function testCreateSafeThrowsExceptionForMinuteGreaterThan59() method testCreateSafeThrowsExceptionForHourLowerThanZero (line 63) | public function testCreateSafeThrowsExceptionForHourLowerThanZero() method testCreateSafeThrowsExceptionForHourGreaterThan24 (line 70) | public function testCreateSafeThrowsExceptionForHourGreaterThan24() method testCreateSafeThrowsExceptionForDayLowerThanZero (line 77) | public function testCreateSafeThrowsExceptionForDayLowerThanZero() method testCreateSafeThrowsExceptionForDayGreaterThan31 (line 84) | public function testCreateSafeThrowsExceptionForDayGreaterThan31() method testCreateSafeThrowsExceptionForMonthLowerThanZero (line 91) | public function testCreateSafeThrowsExceptionForMonthLowerThanZero() method testCreateSafeThrowsExceptionForMonthGreaterThan12 (line 98) | public function testCreateSafeThrowsExceptionForMonthGreaterThan12() method testCreateSafeThrowsExceptionForYearEqualToZero (line 105) | public function testCreateSafeThrowsExceptionForYearEqualToZero() method testCreateSafeThrowsExceptionForYearLowerThanZero (line 112) | public function testCreateSafeThrowsExceptionForYearLowerThanZero() method testCreateSafeThrowsExceptionForYearGreaterThan12 (line 119) | public function testCreateSafeThrowsExceptionForYearGreaterThan12() method testCreateSafeThrowsExceptionForInvalidDayInShortMonth (line 126) | public function testCreateSafeThrowsExceptionForInvalidDayInShortMonth() method testCreateSafeThrowsExceptionForInvalidDayForFebruaryInLeapYear (line 134) | public function testCreateSafeThrowsExceptionForInvalidDayForFebruaryI... method testCreateSafeThrowsExceptionForInvalidDayForFebruaryInLeapYearInStrictMode (line 143) | public function testCreateSafeThrowsExceptionForInvalidDayForFebruaryI... method testCreateSafePassesForFebruaryInLeapYear (line 149) | public function testCreateSafePassesForFebruaryInLeapYear() method testCreateSafeThrowsExceptionForInvalidDayForFebruaryInNonLeapYear (line 155) | public function testCreateSafeThrowsExceptionForInvalidDayForFebruaryI... method testCreateSafePassesForInvalidDSTTime (line 164) | public function testCreateSafePassesForInvalidDSTTime() method testCreateSafePassesForValidDSTTime (line 178) | public function testCreateSafePassesForValidDSTTime() method testCreateSafeThrowsExceptionForWithNonIntegerValue (line 185) | public function testCreateSafeThrowsExceptionForWithNonIntegerValue() method testCreateSafePassesForFebruaryInNonLeapYear (line 192) | public function testCreateSafePassesForFebruaryInNonLeapYear() method testCreateSafePasses (line 198) | public function testCreateSafePasses() FILE: tests/Carbon/CreateStrictTest.php class CreateStrictTest (line 21) | class CreateStrictTest extends AbstractTestCase method testCreateStrictThrowsExceptionForSecondLowerThanZero (line 23) | public function testCreateStrictThrowsExceptionForSecondLowerThanZero() method testCreateStrictThrowsExceptionForMonthOverRange (line 30) | public function testCreateStrictThrowsExceptionForMonthOverRange() method testCreateStrictDoesNotAllowFormatString (line 37) | public function testCreateStrictDoesNotAllowFormatString() method testCreateStrictResetsStrictModeOnSuccess (line 44) | public function testCreateStrictResetsStrictModeOnSuccess() method testCreateStrictResetsStrictModeOnFailure (line 53) | public function testCreateStrictResetsStrictModeOnFailure() FILE: tests/Carbon/CreateTest.php class CreateTest (line 26) | class CreateTest extends AbstractTestCase method testCreateReturnsDatingInstance (line 28) | public function testCreateReturnsDatingInstance() method testCreateWithDefaults (line 34) | public function testCreateWithDefaults() method testCreateWithNull (line 40) | public function testCreateWithNull() method testCreateWithYear (line 46) | public function testCreateWithYear() method testCreateHandlesNegativeYear (line 52) | public function testCreateHandlesNegativeYear() method testCreateHandlesFiveDigitsPositiveYears (line 58) | public function testCreateHandlesFiveDigitsPositiveYears() method testCreateHandlesFiveDigitsNegativeYears (line 64) | public function testCreateHandlesFiveDigitsNegativeYears() method testCreateWithMonth (line 70) | public function testCreateWithMonth() method testCreateWithInvalidMonth (line 76) | public function testCreateWithInvalidMonth() method testOutOfRangeException (line 85) | public function testOutOfRangeException() method testCreateWithInvalidMonthNonStrictMode (line 103) | public function testCreateWithInvalidMonthNonStrictMode() method testCreateMonthWraps (line 112) | public function testCreateMonthWraps() method testCreateWithDay (line 118) | public function testCreateWithDay() method testCreateWithInvalidDay (line 124) | public function testCreateWithInvalidDay() method testCreateDayWraps (line 133) | public function testCreateDayWraps() method testCreateWithHourAndDefaultMinSecToZero (line 139) | public function testCreateWithHourAndDefaultMinSecToZero() method testCreateWithInvalidHour (line 147) | public function testCreateWithInvalidHour() method testCreateHourWraps (line 156) | public function testCreateHourWraps() method testCreateWithMinute (line 162) | public function testCreateWithMinute() method testCreateWithInvalidMinute (line 168) | public function testCreateWithInvalidMinute() method testCreateMinuteWraps (line 177) | public function testCreateMinuteWraps() method testCreateWithSecond (line 183) | public function testCreateWithSecond() method testCreateWithInvalidSecond (line 189) | public function testCreateWithInvalidSecond() method testCreateSecondsWrap (line 198) | public function testCreateSecondsWrap() method testCreateWithDateTimeZone (line 204) | public function testCreateWithDateTimeZone() method testCreateWithTimeZoneString (line 211) | public function testCreateWithTimeZoneString() method testMake (line 218) | public function testMake() method testCreateWithInvalidTimezoneOffset (line 226) | public function testCreateWithInvalidTimezoneOffset() method testCreateWithValidTimezoneOffset (line 235) | public function testCreateWithValidTimezoneOffset() method testParseFromLocale (line 244) | public function testParseFromLocale() method testParseFromLocaleForEachLocale (line 311) | #[Group('localization')] method testParseFromLocaleWithDefaultLocale (line 322) | public function testParseFromLocaleWithDefaultLocale() method testCreateFromLocaleFormat (line 343) | public function testCreateFromLocaleFormat() method testCreateFromIsoFormat (line 384) | public function testCreateFromIsoFormat() method testCreateFromIsoFormatException (line 391) | public function testCreateFromIsoFormatException() method testCreateFromLocaleIsoFormat (line 400) | public function testCreateFromLocaleIsoFormat() method dataForLocales (line 417) | public static function dataForLocales(): array FILE: tests/Carbon/DayOfWeekModifiersTest.php class DayOfWeekModifiersTest (line 19) | class DayOfWeekModifiersTest extends AbstractTestCase method testGetWeekendDays (line 21) | public function testGetWeekendDays() method testSetWeekendDays (line 26) | public function testSetWeekendDays() method testStartOfWeek (line 36) | public function testStartOfWeek() method testStartOfWeekFromWeekStart (line 51) | public function testStartOfWeekFromWeekStart() method testStartOfWeekCrossingYearBoundary (line 57) | public function testStartOfWeekCrossingYearBoundary() method testEndOfWeek (line 64) | public function testEndOfWeek() method testEndOfWeekFromWeekEnd (line 70) | public function testEndOfWeekFromWeekEnd() method testEndOfWeekCrossingYearBoundary (line 76) | public function testEndOfWeekCrossingYearBoundary() method testStartOrEndOfWeekFromWeekWithUTC (line 86) | public function testStartOrEndOfWeekFromWeekWithUTC() method testStartOrEndOfWeekFromWeekWithOtherTimezone (line 96) | public function testStartOrEndOfWeekFromWeekWithOtherTimezone() method testNext (line 103) | public function testNext() method testNextMonday (line 109) | public function testNextMonday() method testNextSaturday (line 118) | public function testNextSaturday() method testNextTimestamp (line 124) | public function testNextTimestamp() method testPrevious (line 130) | public function testPrevious() method testPreviousMonday (line 136) | public function testPreviousMonday() method testPreviousSaturday (line 142) | public function testPreviousSaturday() method testPreviousTimestamp (line 148) | public function testPreviousTimestamp() method testFirstDayOfMonth (line 154) | public function testFirstDayOfMonth() method testFirstWednesdayOfMonth (line 160) | public function testFirstWednesdayOfMonth() method testFirstFridayOfMonth (line 166) | public function testFirstFridayOfMonth() method testLastDayOfMonth (line 172) | public function testLastDayOfMonth() method testLastTuesdayOfMonth (line 178) | public function testLastTuesdayOfMonth() method testLastFridayOfMonth (line 184) | public function testLastFridayOfMonth() method testNthOfMonthOutsideScope (line 190) | public function testNthOfMonthOutsideScope() method testNthOfMonthOutsideYear (line 195) | public function testNthOfMonthOutsideYear() method test2ndMondayOfMonth (line 200) | public function test2ndMondayOfMonth() method test3rdWednesdayOfMonth (line 206) | public function test3rdWednesdayOfMonth() method testFirstDayOfQuarter (line 212) | public function testFirstDayOfQuarter() method testFirstWednesdayOfQuarter (line 218) | public function testFirstWednesdayOfQuarter() method testFirstFridayOfQuarter (line 224) | public function testFirstFridayOfQuarter() method testFirstOfQuarterFromADayThatWillNotExistInTheFirstMonth (line 230) | public function testFirstOfQuarterFromADayThatWillNotExistInTheFirstMo... method testLastDayOfQuarter (line 236) | public function testLastDayOfQuarter() method testLastTuesdayOfQuarter (line 242) | public function testLastTuesdayOfQuarter() method testLastFridayOfQuarter (line 248) | public function testLastFridayOfQuarter() method testLastOfQuarterFromADayThatWillNotExistInTheLastMonth (line 254) | public function testLastOfQuarterFromADayThatWillNotExistInTheLastMonth() method testNthOfQuarterOutsideScope (line 260) | public function testNthOfQuarterOutsideScope() method testNthOfQuarterOutsideYear (line 265) | public function testNthOfQuarterOutsideYear() method testNthOfQuarterFromADayThatWillNotExistInTheFirstMonth (line 270) | public function testNthOfQuarterFromADayThatWillNotExistInTheFirstMonth() method test2ndMondayOfQuarter (line 276) | public function test2ndMondayOfQuarter() method test3rdWednesdayOfQuarter (line 282) | public function test3rdWednesdayOfQuarter() method testFirstDayOfYear (line 288) | public function testFirstDayOfYear() method testFirstWednesdayOfYear (line 294) | public function testFirstWednesdayOfYear() method testFirstFridayOfYear (line 300) | public function testFirstFridayOfYear() method testLastDayOfYear (line 306) | public function testLastDayOfYear() method testLastTuesdayOfYear (line 312) | public function testLastTuesdayOfYear() method testLastFridayOfYear (line 318) | public function testLastFridayOfYear() method testNthOfYearOutsideScope (line 324) | public function testNthOfYearOutsideScope() method test2ndMondayOfYear (line 329) | public function test2ndMondayOfYear() method test3rdWednesdayOfYear (line 335) | public function test3rdWednesdayOfYear() method testNextWeekday (line 341) | public function testNextWeekday() method testPreviousWeekday (line 360) | public function testPreviousWeekday() method testNextWeekendDay (line 379) | public function testNextWeekendDay() method testPreviousWeekendDay (line 398) | public function testPreviousWeekendDay() method testWeekStartAndEndWithAutoMode (line 417) | public function testWeekStartAndEndWithAutoMode() FILE: tests/Carbon/DiffTest.php class DiffTest (line 28) | class DiffTest extends AbstractTestCase method wrapWithTestNow (line 30) | public function wrapWithTestNow(Closure $func, ?CarbonInterface $dt = ... method testDiffAsCarbonInterval (line 35) | public function testDiffAsCarbonInterval() method testDiffInYearsPositive (line 42) | public function testDiffInYearsPositive() method testDiffInYearsNegativeWithSign (line 48) | public function testDiffInYearsNegativeWithSign() method testDiffInYearsNegativeNoSign (line 54) | public function testDiffInYearsNegativeNoSign() method testDiffInYearsVsDefaultNow (line 60) | public function testDiffInYearsVsDefaultNow() method testDiffInYearsEnsureIsTruncated (line 67) | public function testDiffInYearsEnsureIsTruncated() method testDiffInQuartersPositive (line 73) | public function testDiffInQuartersPositive() method testDiffInQuartersNegativeWithSign (line 79) | public function testDiffInQuartersNegativeWithSign() method testDiffInQuartersNegativeWithNoSign (line 85) | public function testDiffInQuartersNegativeWithNoSign() method testDiffInQuartersVsDefaultNow (line 91) | public function testDiffInQuartersVsDefaultNow() method testDiffInQuartersEnsureIsTruncated (line 98) | public function testDiffInQuartersEnsureIsTruncated() method testDiffInMonthsPositive (line 104) | public function testDiffInMonthsPositive() method testDiffInMonthsNegativeWithSign (line 110) | public function testDiffInMonthsNegativeWithSign() method testDiffInMonthsWithTimezone (line 116) | public function testDiffInMonthsWithTimezone() method testDiffInMonthsNegativeNoSign (line 157) | public function testDiffInMonthsNegativeNoSign() method testDiffInMonthsVsDefaultNow (line 163) | public function testDiffInMonthsVsDefaultNow() method testDiffInMonthsEnsureIsTruncated (line 170) | public function testDiffInMonthsEnsureIsTruncated() method testDiffInDaysPositive (line 176) | public function testDiffInDaysPositive() method testDiffInDaysNegativeWithSign (line 182) | public function testDiffInDaysNegativeWithSign() method testDiffInDaysNegativeNoSign (line 188) | public function testDiffInDaysNegativeNoSign() method testDiffInDaysVsDefaultNow (line 194) | public function testDiffInDaysVsDefaultNow() method testDiffInDaysEnsureIsTruncated (line 201) | public function testDiffInDaysEnsureIsTruncated() method testDiffInDaysFilteredPositiveWithMutated (line 207) | public function testDiffInDaysFilteredPositiveWithMutated() method testDiffInDaysFilteredPositiveWithSecondObject (line 215) | public function testDiffInDaysFilteredPositiveWithSecondObject() method testDiffInDaysFilteredNegativeNoSignWithMutated (line 225) | public function testDiffInDaysFilteredNegativeNoSignWithMutated() method testDiffInDaysFilteredNegativeNoSignWithSecondObject (line 233) | public function testDiffInDaysFilteredNegativeNoSignWithSecondObject() method testDiffInDaysFilteredNegativeWithSignWithMutated (line 243) | public function testDiffInDaysFilteredNegativeWithSignWithMutated() method testDiffInDaysFilteredNegativeWithSignWithSecondObject (line 251) | public function testDiffInDaysFilteredNegativeWithSignWithSecondObject() method testDiffInHoursFiltered (line 261) | public function testDiffInHoursFiltered() method testDiffInHoursFilteredNegative (line 271) | public function testDiffInHoursFilteredNegative() method testDiffInHoursFilteredWorkHoursPerWeek (line 281) | public function testDiffInHoursFilteredWorkHoursPerWeek() method testDiffFilteredUsingMinutesPositiveWithMutated (line 291) | public function testDiffFilteredUsingMinutesPositiveWithMutated() method testDiffFilteredPositiveWithSecondObject (line 299) | public function testDiffFilteredPositiveWithSecondObject() method testDiffFilteredNegativeNoSignWithMutated (line 309) | public function testDiffFilteredNegativeNoSignWithMutated() method testDiffFilteredNegativeNoSignWithSecondObject (line 318) | public function testDiffFilteredNegativeNoSignWithSecondObject() method testDiffFilteredNegativeWithSignWithMutated (line 328) | public function testDiffFilteredNegativeWithSignWithMutated() method testDiffFilteredNegativeWithSignWithSecondObject (line 336) | public function testDiffFilteredNegativeWithSignWithSecondObject() method testBug188DiffWithSameDates (line 346) | public function testBug188DiffWithSameDates() method testBug188DiffWithDatesOnlyHoursApart (line 355) | public function testBug188DiffWithDatesOnlyHoursApart() method testBug188DiffWithSameDates1DayApart (line 364) | public function testBug188DiffWithSameDates1DayApart() method testBug188DiffWithDatesOnTheWeekend (line 373) | public function testBug188DiffWithDatesOnTheWeekend() method testNearlyOneDayDiff (line 383) | public function testNearlyOneDayDiff() method testBug2798ConsistencyWithDiffInDays (line 395) | public function testBug2798ConsistencyWithDiffInDays() method testDiffInWeekdaysPositive (line 443) | public function testDiffInWeekdaysPositive() method testDiffInWeekdaysNegativeNoSign (line 449) | public function testDiffInWeekdaysNegativeNoSign() method testDiffInWeekdaysNegativeWithSign (line 455) | public function testDiffInWeekdaysNegativeWithSign() method testDiffInWeekendDaysPositive (line 461) | public function testDiffInWeekendDaysPositive() method testDiffInWeekendDaysNegativeNoSign (line 467) | public function testDiffInWeekendDaysNegativeNoSign() method testDiffInWeekendDaysNegativeWithSign (line 473) | public function testDiffInWeekendDaysNegativeWithSign() method testDiffInWeeksPositive (line 479) | public function testDiffInWeeksPositive() method testDiffInWeeksNegativeWithSign (line 485) | public function testDiffInWeeksNegativeWithSign() method testDiffInWeeksNegativeNoSign (line 491) | public function testDiffInWeeksNegativeNoSign() method testDiffInWeeksVsDefaultNow (line 497) | public function testDiffInWeeksVsDefaultNow() method testDiffInWeeksEnsureIsTruncated (line 504) | public function testDiffInWeeksEnsureIsTruncated() method testDiffInHoursPositive (line 510) | public function testDiffInHoursPositive() method testDiffInHoursNegativeWithSign (line 516) | public function testDiffInHoursNegativeWithSign() method testDiffInHoursNegativeNoSign (line 522) | public function testDiffInHoursNegativeNoSign() method testDiffInHoursVsDefaultNow (line 528) | public function testDiffInHoursVsDefaultNow() method testDiffInHoursEnsureIsTruncated (line 535) | public function testDiffInHoursEnsureIsTruncated() method testDiffInHoursWithTimezones (line 541) | public function testDiffInHoursWithTimezones() method testDiffInMinutesPositive (line 563) | public function testDiffInMinutesPositive() method testDiffInMinutesPositiveALot (line 569) | public function testDiffInMinutesPositiveALot() method testDiffInMinutesNegativeWithSign (line 575) | public function testDiffInMinutesNegativeWithSign() method testDiffInMinutesNegativeNoSign (line 581) | public function testDiffInMinutesNegativeNoSign() method testDiffInMinutesVsDefaultNow (line 587) | public function testDiffInMinutesVsDefaultNow() method testDiffInMinutesEnsureIsTruncated (line 594) | public function testDiffInMinutesEnsureIsTruncated() method testDiffInSecondsPositive (line 600) | public function testDiffInSecondsPositive() method testDiffInSecondsPositiveALot (line 606) | public function testDiffInSecondsPositiveALot() method testDiffInSecondsNegativeWithSign (line 612) | public function testDiffInSecondsNegativeWithSign() method testDiffInSecondsNegativeNoSign (line 618) | public function testDiffInSecondsNegativeNoSign() method testDiffInSecondsVsDefaultNow (line 624) | public function testDiffInSecondsVsDefaultNow() method testDiffInSecondsEnsureIsTruncated (line 631) | public function testDiffInSecondsEnsureIsTruncated() method testDiffInSecondsWithTimezones (line 637) | public function testDiffInSecondsWithTimezones() method testDiffInSecondsWithTimezonesAndVsDefault (line 648) | public function testDiffInSecondsWithTimezonesAndVsDefault() method testDiffForHumansNowAndSecond (line 657) | public function testDiffForHumansNowAndSecond() method testDiffInTheFuture (line 667) | public function testDiffInTheFuture() method testDiffWithSkippedUnits (line 678) | public function testDiffWithSkippedUnits() method testDiffForHumansNowAndSecondWithTimezone (line 724) | public function testDiffForHumansNowAndSecondWithTimezone() method testDiffForHumansNowAndSeconds (line 733) | public function testDiffForHumansNowAndSeconds() method testDiffForHumansNowAndNearlyMinute (line 740) | public function testDiffForHumansNowAndNearlyMinute() method testDiffForHumansNowAndMinute (line 747) | public function testDiffForHumansNowAndMinute() method testDiffForHumansNowAndMinutes (line 754) | public function testDiffForHumansNowAndMinutes() method testDiffForHumansNowAndNearlyHour (line 761) | public function testDiffForHumansNowAndNearlyHour() method testDiffForHumansNowAndHour (line 768) | public function testDiffForHumansNowAndHour() method testDiffForHumansNowAndHours (line 775) | public function testDiffForHumansNowAndHours() method testDiffForHumansNowAndNearlyDay (line 782) | public function testDiffForHumansNowAndNearlyDay() method testDiffForHumansNowAndDay (line 789) | public function testDiffForHumansNowAndDay() method testDiffForHumansNowAndDays (line 796) | public function testDiffForHumansNowAndDays() method testDiffForHumansNowAndNearlyWeek (line 803) | public function testDiffForHumansNowAndNearlyWeek() method testDiffForHumansNowAndWeek (line 810) | public function testDiffForHumansNowAndWeek() method testDiffForHumansNowAndWeeks (line 817) | public function testDiffForHumansNowAndWeeks() method testDiffForHumansNowAndNearlyMonth (line 824) | public function testDiffForHumansNowAndNearlyMonth() method testDiffForHumansNowAndMonth (line 831) | public function testDiffForHumansNowAndMonth() method testDiffForHumansNowAndMonths (line 838) | public function testDiffForHumansNowAndMonths() method testDiffForHumansNowAndNearlyYear (line 845) | public function testDiffForHumansNowAndNearlyYear() method testDiffForHumansNowAndYear (line 852) | public function testDiffForHumansNowAndYear() method testDiffForHumansNowAndYears (line 859) | public function testDiffForHumansNowAndYears() method testDiffForHumansNowAndFutureSecond (line 866) | public function testDiffForHumansNowAndFutureSecond() method testDiffForHumansNowAndFutureSeconds (line 873) | public function testDiffForHumansNowAndFutureSeconds() method testDiffForHumansNowAndNearlyFutureMinute (line 880) | public function testDiffForHumansNowAndNearlyFutureMinute() method testDiffForHumansNowAndFutureMinute (line 887) | public function testDiffForHumansNowAndFutureMinute() method testDiffForHumansNowAndFutureMinutes (line 894) | public function testDiffForHumansNowAndFutureMinutes() method testDiffForHumansNowAndNearlyFutureHour (line 901) | public function testDiffForHumansNowAndNearlyFutureHour() method testDiffForHumansNowAndFutureHour (line 908) | public function testDiffForHumansNowAndFutureHour() method testDiffForHumansNowAndFutureHours (line 915) | public function testDiffForHumansNowAndFutureHours() method testDiffForHumansNowAndNearlyFutureDay (line 922) | public function testDiffForHumansNowAndNearlyFutureDay() method testDiffForHumansNowAndFutureDay (line 929) | public function testDiffForHumansNowAndFutureDay() method testDiffForHumansNowAndFutureDays (line 936) | public function testDiffForHumansNowAndFutureDays() method testDiffForHumansNowAndNearlyFutureWeek (line 943) | public function testDiffForHumansNowAndNearlyFutureWeek() method testDiffForHumansNowAndFutureWeek (line 950) | public function testDiffForHumansNowAndFutureWeek() method testDiffForHumansNowAndFutureWeeks (line 957) | public function testDiffForHumansNowAndFutureWeeks() method testDiffForHumansNowAndNearlyFutureMonth (line 964) | public function testDiffForHumansNowAndNearlyFutureMonth() method testDiffForHumansNowAndFutureMonth (line 971) | public function testDiffForHumansNowAndFutureMonth() method testDiffForHumansNowAndFutureMonths (line 979) | public function testDiffForHumansNowAndFutureMonths() method testDiffForHumansNowAndNearlyFutureYear (line 986) | public function testDiffForHumansNowAndNearlyFutureYear() method testDiffForHumansNowAndFutureYear (line 993) | public function testDiffForHumansNowAndFutureYear() method testDiffForHumansNowAndFutureYears (line 1000) | public function testDiffForHumansNowAndFutureYears() method testDiffForHumansOtherAndSecond (line 1007) | public function testDiffForHumansOtherAndSecond() method testDiffForHumansOtherAndSeconds (line 1014) | public function testDiffForHumansOtherAndSeconds() method testDiffForHumansOtherAndNearlyMinute (line 1021) | public function testDiffForHumansOtherAndNearlyMinute() method testDiffForHumansOtherAndMinute (line 1028) | public function testDiffForHumansOtherAndMinute() method testDiffForHumansOtherAndMinutes (line 1035) | public function testDiffForHumansOtherAndMinutes() method testDiffForHumansOtherAndNearlyHour (line 1042) | public function testDiffForHumansOtherAndNearlyHour() method testDiffForHumansOtherAndHour (line 1049) | public function testDiffForHumansOtherAndHour() method testDiffForHumansOtherAndHours (line 1056) | public function testDiffForHumansOtherAndHours() method testDiffForHumansOtherAndNearlyDay (line 1063) | public function testDiffForHumansOtherAndNearlyDay() method testDiffForHumansOtherAndDay (line 1070) | public function testDiffForHumansOtherAndDay() method testDiffForHumansOtherAndDays (line 1077) | public function testDiffForHumansOtherAndDays() method testDiffForHumansOtherAndNearlyWeek (line 1084) | public function testDiffForHumansOtherAndNearlyWeek() method testDiffForHumansOverWeekWithDefaultPartsCount (line 1091) | public function testDiffForHumansOverWeekWithDefaultPartsCount() method testDiffForHumansOverWeekWithPartsCount1 (line 1098) | public function testDiffForHumansOverWeekWithPartsCount1() method testDiffForHumansOverWeekWithPartsCount2 (line 1108) | public function testDiffForHumansOverWeekWithPartsCount2() method testDiffForHumansOverWeekWithMicrosecondsBuggyGap (line 1118) | public function testDiffForHumansOverWeekWithMicrosecondsBuggyGap() method testDiffForHumansOtherAndWeek (line 1129) | public function testDiffForHumansOtherAndWeek() method testDiffForHumansOtherAndWeeks (line 1136) | public function testDiffForHumansOtherAndWeeks() method testDiffForHumansOtherAndNearlyMonth (line 1143) | public function testDiffForHumansOtherAndNearlyMonth() method testDiffForHumansOtherAndMonth (line 1150) | public function testDiffForHumansOtherAndMonth() method testDiffForHumansOtherAndMonths (line 1158) | public function testDiffForHumansOtherAndMonths() method testDiffForHumansOtherAndNearlyYear (line 1165) | public function testDiffForHumansOtherAndNearlyYear() method testDiffForHumansOtherAndYear (line 1172) | public function testDiffForHumansOtherAndYear() method testDiffForHumansOtherAndYears (line 1179) | public function testDiffForHumansOtherAndYears() method testDiffForHumansOtherAndFutureSecond (line 1186) | public function testDiffForHumansOtherAndFutureSecond() method testDiffForHumansOtherAndFutureSeconds (line 1193) | public function testDiffForHumansOtherAndFutureSeconds() method testDiffForHumansOtherAndNearlyFutureMinute (line 1200) | public function testDiffForHumansOtherAndNearlyFutureMinute() method testDiffForHumansOtherAndFutureMinute (line 1207) | public function testDiffForHumansOtherAndFutureMinute() method testDiffForHumansOtherAndFutureMinutes (line 1214) | public function testDiffForHumansOtherAndFutureMinutes() method testDiffForHumansOtherAndNearlyFutureHour (line 1221) | public function testDiffForHumansOtherAndNearlyFutureHour() method testDiffForHumansOtherAndFutureHour (line 1228) | public function testDiffForHumansOtherAndFutureHour() method testDiffForHumansOtherAndFutureHours (line 1235) | public function testDiffForHumansOtherAndFutureHours() method testDiffForHumansOtherAndNearlyFutureDay (line 1242) | public function testDiffForHumansOtherAndNearlyFutureDay() method testDiffForHumansOtherAndFutureDay (line 1249) | public function testDiffForHumansOtherAndFutureDay() method testDiffForHumansOtherAndFutureDays (line 1256) | public function testDiffForHumansOtherAndFutureDays() method testDiffForHumansOtherAndNearlyFutureWeek (line 1263) | public function testDiffForHumansOtherAndNearlyFutureWeek() method testDiffForHumansOtherAndFutureWeek (line 1270) | public function testDiffForHumansOtherAndFutureWeek() method testDiffForHumansOtherAndFutureWeeks (line 1277) | public function testDiffForHumansOtherAndFutureWeeks() method testDiffForHumansOtherAndNearlyFutureMonth (line 1284) | public function testDiffForHumansOtherAndNearlyFutureMonth() method testDiffForHumansOtherAndFutureMonth (line 1291) | public function testDiffForHumansOtherAndFutureMonth() method testDiffForHumansOtherAndFutureMonths (line 1298) | public function testDiffForHumansOtherAndFutureMonths() method testDiffForHumansOtherAndNearlyFutureYear (line 1305) | public function testDiffForHumansOtherAndNearlyFutureYear() method testDiffForHumansOtherAndFutureYear (line 1312) | public function testDiffForHumansOtherAndFutureYear() method testDiffForHumansOtherAndFutureYears (line 1319) | public function testDiffForHumansOtherAndFutureYears() method testDiffForHumansAbsoluteSeconds (line 1326) | public function testDiffForHumansAbsoluteSeconds() method testDiffForHumansAbsoluteMinutes (line 1334) | public function testDiffForHumansAbsoluteMinutes() method testDiffForHumansAbsoluteHours (line 1342) | public function testDiffForHumansAbsoluteHours() method testDiffForHumansAbsoluteDays (line 1350) | public function testDiffForHumansAbsoluteDays() method testDiffForHumansAbsoluteWeeks (line 1358) | public function testDiffForHumansAbsoluteWeeks() method testDiffForHumansAbsoluteMonths (line 1366) | public function testDiffForHumansAbsoluteMonths() method testDiffForHumansAbsoluteYears (line 1374) | public function testDiffForHumansAbsoluteYears() method testDiffForHumansWithOptions (line 1382) | public function testDiffForHumansWithOptions() method testDiffForHumansWithMagicMethods (line 1404) | public function testDiffForHumansWithMagicMethods() method testDiffForHumansWithShorterMonthShouldStillBeAMonth (line 1445) | public function testDiffForHumansWithShorterMonthShouldStillBeAMonth() method testDiffForHumansWithDateTimeInstance (line 1452) | public function testDiffForHumansWithDateTimeInstance() method testDiffForHumansWithDateString (line 1459) | public function testDiffForHumansWithDateString() method testDiffForHumansWithDateTimeString (line 1465) | public function testDiffForHumansWithDateTimeString() method testDiffWithString (line 1471) | public function testDiffWithString() method testDiffWithDateTime (line 1479) | public function testDiffWithDateTime() method testDiffOptions (line 1487) | public function testDiffOptions() method testDiffForHumansArrayParameter (line 1627) | public function testDiffForHumansArrayParameter() method testFromNow (line 1678) | public function testFromNow() method testFromNowBackwardCompatibleSyntax (line 1690) | public function testFromNowBackwardCompatibleSyntax() method testFrom (line 1699) | public function testFrom() method testSince (line 1713) | public function testSince() method testToNow (line 1727) | public function testToNow() method testTo (line 1739) | public function testTo() method testUntil (line 1753) | public function testUntil() method testDiffWithInvalidType (line 1767) | public function testDiffWithInvalidType() method testDiffWithInvalidObject (line 1774) | public function testDiffWithInvalidObject() method testDiffForHumansWithIncorrectDateTimeStringWhichIsNotACarbonInstance (line 1781) | public function testDiffForHumansWithIncorrectDateTimeStringWhichIsNot... method testFloatDiff (line 1790) | public function testFloatDiff() method testDiffDayMinusOneMicrosecond (line 1842) | public function testDiffDayMinusOneMicrosecond() method testFloatDiffWithRealUnits (line 1863) | public function testFloatDiffWithRealUnits() method testFloatDiffWithUTCUnits (line 1928) | public function testFloatDiffWithUTCUnits() method testPhpBug77007 (line 1997) | public function testPhpBug77007() method testPHPBug80974 (line 2037) | public function testPHPBug80974() method testThreeMonthMinusOneDay (line 2045) | public function testThreeMonthMinusOneDay() method testDiffWithZeroAndNonZeroMicroseconds (line 2062) | public function testDiffWithZeroAndNonZeroMicroseconds() method testNearlyFullDayDiffInSeconds (line 2075) | public function testNearlyFullDayDiffInSeconds() method testNearlyFullDayDiffInMicroseconds (line 2083) | public function testNearlyFullDayDiffInMicroseconds() method testExactMonthDiffInSeconds (line 2091) | public function testExactMonthDiffInSeconds() method testDiffInUnit (line 2099) | public function testDiffInUnit() method testDiffInUnitException (line 2105) | public function testDiffInUnitException() method testDaysDiffPreservation (line 2112) | public function testDaysDiffPreservation() method testDiffWithTimezones (line 2144) | public function testDiffWithTimezones() method testBigGapInDays (line 2190) | public function testBigGapInDays() method testAFormat (line 2214) | public function testAFormat() FILE: tests/Carbon/Exceptions/BadComparisonUnitExceptionTest.php class BadComparisonUnitExceptionTest (line 17) | class BadComparisonUnitExceptionTest extends AbstractTestCase method testComparisonUnitException (line 19) | public function testComparisonUnitException(): void FILE: tests/Carbon/Exceptions/BadFluentConstructorExceptionTest.php class BadFluentConstructorExceptionTest (line 17) | class BadFluentConstructorExceptionTest extends AbstractTestCase method testBadFluentConstructorException (line 19) | public function testBadFluentConstructorException(): void FILE: tests/Carbon/Exceptions/BadFluentSetterExceptionTest.php class BadFluentSetterExceptionTest (line 17) | class BadFluentSetterExceptionTest extends AbstractTestCase method testBadFluentSetterException (line 19) | public function testBadFluentSetterException(): void FILE: tests/Carbon/Exceptions/ImmutableExceptionTest.php class ImmutableExceptionTest (line 17) | class ImmutableExceptionTest extends AbstractTestCase method testImmutableException (line 19) | public function testImmutableException(): void FILE: tests/Carbon/Exceptions/InvalidCastExceptionTest.php class InvalidCastExceptionTest (line 17) | class InvalidCastExceptionTest extends AbstractTestCase method testInvalidCastException (line 19) | public function testInvalidCastException(): void FILE: tests/Carbon/Exceptions/InvalidDateExceptionTest.php class InvalidDateExceptionTest (line 17) | class InvalidDateExceptionTest extends AbstractTestCase method testInvalidCastException (line 19) | public function testInvalidCastException(): void FILE: tests/Carbon/Exceptions/InvalidFormatExceptionTest.php class InvalidFormatExceptionTest (line 17) | class InvalidFormatExceptionTest extends AbstractTestCase method testInvalidFormatException (line 19) | public function testInvalidFormatException(): void FILE: tests/Carbon/Exceptions/InvalidIntervalExceptionTest.php class InvalidIntervalExceptionTest (line 17) | class InvalidIntervalExceptionTest extends AbstractTestCase method testInvalidIntervalException (line 19) | public function testInvalidIntervalException(): void FILE: tests/Carbon/Exceptions/InvalidPeriodDateExceptionTest.php class InvalidPeriodDateExceptionTest (line 17) | class InvalidPeriodDateExceptionTest extends AbstractTestCase method testInvalidPeriodDateException (line 19) | public function testInvalidPeriodDateException(): void FILE: tests/Carbon/Exceptions/InvalidPeriodParameterExceptionTest.php class InvalidPeriodParameterExceptionTest (line 17) | class InvalidPeriodParameterExceptionTest extends AbstractTestCase method testInvalidPeriodParameterException (line 19) | public function testInvalidPeriodParameterException(): void FILE: tests/Carbon/Exceptions/InvalidTimeZoneExceptionTest.php class InvalidTimeZoneExceptionTest (line 17) | class InvalidTimeZoneExceptionTest extends AbstractTestCase method testInvalidTimeZoneException (line 19) | public function testInvalidTimeZoneException(): void FILE: tests/Carbon/Exceptions/InvalidTypeExceptionTest.php class InvalidTypeExceptionTest (line 17) | class InvalidTypeExceptionTest extends AbstractTestCase method testInvalidTypeException (line 19) | public function testInvalidTypeException(): void FILE: tests/Carbon/Exceptions/NotACarbonClassExceptionTest.php class NotACarbonClassExceptionTest (line 17) | class NotACarbonClassExceptionTest extends AbstractTestCase method testNotACarbonClassException (line 19) | public function testNotACarbonClassException(): void FILE: tests/Carbon/Exceptions/NotAPeriodExceptionTest.php class NotAPeriodExceptionTest (line 17) | class NotAPeriodExceptionTest extends AbstractTestCase method testNotAPeriodException (line 19) | public function testNotAPeriodException(): void FILE: tests/Carbon/Exceptions/NotLocaleAwareExceptionTest.php class NotLocaleAwareExceptionTest (line 20) | class NotLocaleAwareExceptionTest extends AbstractTestCase method dataForTestNotAPeriodException (line 22) | public static function dataForTestNotAPeriodException(): Generator method testNotAPeriodException (line 34) | #[DataProvider('dataForTestNotAPeriodException')] FILE: tests/Carbon/Exceptions/OutOfRangeExceptionTest.php class OutOfRangeExceptionTest (line 17) | class OutOfRangeExceptionTest extends AbstractTestCase method testOutOfRangeException (line 19) | public function testOutOfRangeException(): void FILE: tests/Carbon/Exceptions/ParseErrorExceptionTest.php class ParseErrorExceptionTest (line 17) | class ParseErrorExceptionTest extends AbstractTestCase method testParseErrorException (line 19) | public function testParseErrorException(): void method testParseErrorExceptionWithActualAndHelp (line 32) | public function testParseErrorExceptionWithActualAndHelp(): void FILE: tests/Carbon/Exceptions/UnitExceptionTest.php class UnitExceptionTest (line 17) | class UnitExceptionTest extends AbstractTestCase method testUnitException (line 19) | public function testUnitException(): void FILE: tests/Carbon/Exceptions/UnitNotConfiguredExceptionTest.php class UnitNotConfiguredExceptionTest (line 17) | class UnitNotConfiguredExceptionTest extends AbstractTestCase method testUnitNotConfiguredException (line 19) | public function testUnitNotConfiguredException(): void FILE: tests/Carbon/Exceptions/UnknownGetterExceptionTest.php class UnknownGetterExceptionTest (line 17) | class UnknownGetterExceptionTest extends AbstractTestCase method testUnknownGetterException (line 19) | public function testUnknownGetterException(): void FILE: tests/Carbon/Exceptions/UnknownMethodExceptionTest.php class UnknownMethodExceptionTest (line 17) | class UnknownMethodExceptionTest extends AbstractTestCase method testUnknownMethodException (line 19) | public function testUnknownMethodException(): void FILE: tests/Carbon/Exceptions/UnknownSetterExceptionTest.php class UnknownSetterExceptionTest (line 17) | class UnknownSetterExceptionTest extends AbstractTestCase method testUnknownSetterException (line 19) | public function testUnknownSetterException(): void FILE: tests/Carbon/Exceptions/UnknownUnitExceptionTest.php class UnknownUnitExceptionTest (line 17) | class UnknownUnitExceptionTest extends AbstractTestCase method testUnknownUnitException (line 19) | public function testUnknownUnitException(): void FILE: tests/Carbon/Exceptions/UnreachableExceptionTest.php class UnreachableExceptionTest (line 17) | class UnreachableExceptionTest extends AbstractTestCase method testUnreachableException (line 19) | public function testUnreachableException(): void FILE: tests/Carbon/ExpressiveComparisonTest.php class ExpressiveComparisonTest (line 19) | class ExpressiveComparisonTest extends AbstractTestCase method testEqualToTrue (line 21) | public function testEqualToTrue() method testEqualToFalse (line 26) | public function testEqualToFalse() method testEqualWithTimezoneTrue (line 31) | public function testEqualWithTimezoneTrue() method testNotEqualToTrue (line 36) | public function testNotEqualToTrue() method testNotEqualToFalse (line 41) | public function testNotEqualToFalse() method testGreaterThanTrue (line 46) | public function testGreaterThanTrue() method testGreaterThanFalse (line 52) | public function testGreaterThanFalse() method testGreaterThanWithTimezoneTrue (line 58) | public function testGreaterThanWithTimezoneTrue() method testGreaterThanWithTimezoneFalse (line 65) | public function testGreaterThanWithTimezoneFalse() method testGreaterThanOrEqualTrue (line 72) | public function testGreaterThanOrEqualTrue() method testGreaterThanOrEqualTrueEqual (line 77) | public function testGreaterThanOrEqualTrueEqual() method testGreaterThanOrEqualFalse (line 82) | public function testGreaterThanOrEqualFalse() method testLessThanTrue (line 87) | public function testLessThanTrue() method testLessThanFalse (line 93) | public function testLessThanFalse() method testLessThanOrEqualTrue (line 99) | public function testLessThanOrEqualTrue() method testLessThanOrEqualTrueEqual (line 104) | public function testLessThanOrEqualTrueEqual() method testLessThanOrEqualFalse (line 109) | public function testLessThanOrEqualFalse() method testBetweenEqualTrue (line 114) | public function testBetweenEqualTrue() method testBetweenNotEqualTrue (line 119) | public function testBetweenNotEqualTrue() method testBetweenEqualFalse (line 124) | public function testBetweenEqualFalse() method testBetweenNotEqualFalse (line 129) | public function testBetweenNotEqualFalse() method testBetweenEqualSwitchTrue (line 134) | public function testBetweenEqualSwitchTrue() method testBetweenNotEqualSwitchTrue (line 139) | public function testBetweenNotEqualSwitchTrue() method testBetweenEqualSwitchFalse (line 144) | public function testBetweenEqualSwitchFalse() method testBetweenNotEqualSwitchFalse (line 149) | public function testBetweenNotEqualSwitchFalse() method testMinIsFluid (line 154) | public function testMinIsFluid() method testMinWithNow (line 160) | public function testMinWithNow() method testMinWithInstance (line 166) | public function testMinWithInstance() method testMaxIsFluid (line 173) | public function testMaxIsFluid() method testMaxWithNow (line 179) | public function testMaxWithNow() method testMaxWithInstance (line 185) | public function testMaxWithInstance() method testIsBirthday (line 192) | public function testIsBirthday() method testIsLastOfMonth (line 201) | public function testIsLastOfMonth() FILE: tests/Carbon/Fixtures/BadIsoCarbon.php class BadIsoCarbon (line 18) | class BadIsoCarbon extends Carbon method getIsoUnits (line 20) | public static function getIsoUnits(): array FILE: tests/Carbon/Fixtures/DumpCarbon.php class DumpCarbon (line 19) | final class DumpCarbon extends Carbon method __construct (line 28) | public function __construct($time = null, $timezone = null) method getDump (line 38) | public function getDump(): string method breakFormat (line 43) | public function breakFormat(): void method format (line 48) | public function format(string $format): string FILE: tests/Carbon/Fixtures/FooBar.php type FooBar (line 14) | trait FooBar method super (line 16) | public function super($string) method me (line 21) | public function me() method noThis (line 26) | public static function noThis() FILE: tests/Carbon/Fixtures/Mixin.php class Mixin (line 18) | class Mixin method __construct (line 22) | public function __construct($timezone) method setUserTimezone (line 27) | public function setUserTimezone() method userFormat (line 36) | public function userFormat() FILE: tests/Carbon/Fixtures/MyCarbon.php class MyCarbon (line 18) | class MyCarbon extends Carbon method addTwoHours (line 20) | public function addTwoHours(): static FILE: tests/Carbon/Fixtures/NoLocaleTranslator.php class NoLocaleTranslator (line 29) | class NoLocaleTranslator implements TranslatorInterface method trans (line 31) | public function trans(string $id, array $parameters = [], ?string $dom... method getLocale (line 36) | public function getLocale(): string method trans (line 47) | public function trans($id, array $parameters = [], $domain = null, $lo... class NoLocaleTranslator (line 45) | class NoLocaleTranslator implements TranslatorInterface method trans (line 31) | public function trans(string $id, array $parameters = [], ?string $dom... method getLocale (line 36) | public function getLocale(): string method trans (line 47) | public function trans($id, array $parameters = [], $domain = null, $lo... FILE: tests/Carbon/FluidSettersTest.php class FluidSettersTest (line 19) | class FluidSettersTest extends AbstractTestCase method testFluidYearSetter (line 21) | public function testFluidYearSetter() method testFluidMonthSetter (line 28) | public function testFluidMonthSetter() method testFluidMonthSetterWithWrap (line 42) | public function testFluidMonthSetterWithWrap() method testFluidDaySetter (line 49) | public function testFluidDaySetter() method testFluidDaySetterWithWrap (line 56) | public function testFluidDaySetterWithWrap() method testFluidSetDate (line 63) | public function testFluidSetDate() method testFluidHourSetter (line 70) | public function testFluidHourSetter() method testFluidHourSetterWithWrap (line 77) | public function testFluidHourSetterWithWrap() method testFluidMinuteSetter (line 84) | public function testFluidMinuteSetter() method testFluidMinuteSetterWithWrap (line 91) | public function testFluidMinuteSetterWithWrap() method testFluidSecondSetter (line 98) | public function testFluidSecondSetter() method testFluidSecondSetterWithWrap (line 105) | public function testFluidSecondSetterWithWrap() method testFluidSetTime (line 112) | public function testFluidSetTime() method testFluidTimestampSetter (line 119) | public function testFluidTimestampSetter() FILE: tests/Carbon/GenericMacroTest.php class GenericMacroTest (line 21) | class GenericMacroTest extends AbstractTestCaseWithOldNow method testGenericMacro (line 23) | public function testGenericMacro() method testGenericMacroPriority (line 66) | public function testGenericMacroPriority() method testLocalGenericMacroPriority (line 102) | public function testLocalGenericMacroPriority() FILE: tests/Carbon/GettersTest.php class GettersTest (line 21) | class GettersTest extends AbstractTestCase method testGettersThrowExceptionOnUnknownGetter (line 23) | public function testGettersThrowExceptionOnUnknownGetter() method testGet (line 34) | public function testGet() method testMillenniumGetter (line 40) | public function testMillenniumGetter() method testCenturyGetter (line 62) | public function testCenturyGetter() method testDecadeGetter (line 80) | public function testDecadeGetter() method testYearGetter (line 86) | public function testYearGetter() method testYearIsoGetter (line 92) | public function testYearIsoGetter() method testMonthGetter (line 98) | public function testMonthGetter() method testDayGetter (line 104) | public function testDayGetter() method testHourGetter (line 110) | public function testHourGetter() method testMinuteGetter (line 116) | public function testMinuteGetter() method testSecondGetter (line 122) | public function testSecondGetter() method testMicroGetter (line 128) | public function testMicroGetter() method testMicroGetterWithDefaultNow (line 135) | public function testMicroGetterWithDefaultNow() method testDayOfWeekGetter (line 153) | public function testDayOfWeekGetter() method testDayOfWeekIsoGetter (line 171) | public function testDayOfWeekIsoGetter() method testStringGetters (line 189) | public function testStringGetters() method testLocalizedGetters (line 198) | public function testLocalizedGetters() method testDayOfYearGetter (line 208) | public function testDayOfYearGetter() method testDaysInMonthGetter (line 214) | public function testDaysInMonthGetter() method testTimestampGetter (line 220) | public function testTimestampGetter() method testGetAge (line 227) | public function testGetAge() method testGetAgeWithRealAge (line 233) | public function testGetAgeWithRealAge() method testAgeWithBirthdayTomorrowAndLeapYear (line 241) | public function testAgeWithBirthdayTomorrowAndLeapYear() method dataForTestQuarter (line 248) | public static function dataForTestQuarter(): array method testQuarterFirstOfMonth (line 266) | #[DataProvider('dataForTestQuarter')] method testQuarterMiddleOfMonth (line 273) | #[DataProvider('dataForTestQuarter')] method testQuarterLastOfMonth (line 280) | #[DataProvider('dataForTestQuarter')] method testGetLocalTrue (line 287) | public function testGetLocalTrue() method testGetLocalFalse (line 297) | public function testGetLocalFalse() method testGetUtcFalse (line 305) | public function testGetUtcFalse() method testGetUtcTrue (line 319) | public function testGetUtcTrue() method testGetDstFalse (line 339) | public function testGetDstFalse() method testGetDstTrue (line 345) | public function testGetDstTrue() method testGetMidDayAt (line 351) | public function testGetMidDayAt() method testOffsetForTorontoWithDST (line 357) | public function testOffsetForTorontoWithDST() method testOffsetForTorontoNoDST (line 362) | public function testOffsetForTorontoNoDST() method testOffsetForGMT (line 367) | public function testOffsetForGMT() method testOffsetHoursForTorontoWithDST (line 372) | public function testOffsetHoursForTorontoWithDST() method testOffsetHoursForTorontoNoDST (line 377) | public function testOffsetHoursForTorontoNoDST() method testOffsetHoursForGMT (line 382) | public function testOffsetHoursForGMT() method testIsLeapYearTrue (line 387) | public function testIsLeapYearTrue() method testIsLeapYearFalse (line 392) | public function testIsLeapYearFalse() method testIsLongYearTrue (line 397) | public function testIsLongYearTrue() method testIsLongIsoYearTrue (line 403) | public function testIsLongIsoYearTrue() method testIsLongYearFalse (line 410) | public function testIsLongYearFalse() method testIsLongIsoYearFalse (line 417) | public function testIsLongIsoYearFalse() method testWeekOfMonth (line 424) | public function testWeekOfMonth() method testWeekNumberInMonthIsNotFromTheBeginning (line 433) | public function testWeekNumberInMonthIsNotFromTheBeginning() method testWeekOfYearFirstWeek (line 453) | public function testWeekOfYearFirstWeek() method testWeekOfYearLastWeek (line 459) | public function testWeekOfYearLastWeek() method testGetTimezone (line 465) | public function testGetTimezone() method testGetTz (line 477) | public function testGetTz() method testGetTimezoneName (line 489) | public function testGetTimezoneName() method testGetTzName (line 501) | public function testGetTzName() method testShortDayName (line 513) | public function testShortDayName() method testMinDayName (line 520) | public function testMinDayName() method testShortMonthName (line 527) | public function testShortMonthName() method testGetDays (line 534) | public function testGetDays() FILE: tests/Carbon/InstanceTest.php class InstanceTest (line 24) | class InstanceTest extends AbstractTestCase method testInstanceFromDateTime (line 26) | public function testInstanceFromDateTime() method testInstanceFromCarbon (line 34) | public function testInstanceFromCarbon() method testInstanceFromDateTimeKeepsTimezoneName (line 40) | public function testInstanceFromDateTimeKeepsTimezoneName() method testInstanceFromCarbonKeepsTimezoneName (line 46) | public function testInstanceFromCarbonKeepsTimezoneName() method testInstanceFromDateTimeKeepsMicros (line 52) | public function testInstanceFromDateTimeKeepsMicros() method testInstanceFromCarbonKeepsMicros (line 60) | public function testInstanceFromCarbonKeepsMicros() method testTimezoneCopy (line 68) | public function testTimezoneCopy() method testInstanceStateSetBySetStateMethod (line 75) | public function testInstanceStateSetBySetStateMethod() method testInstanceStateSetBySetStateString (line 86) | public function testInstanceStateSetBySetStateString() method testDeserializationOccursCorrectly (line 93) | public function testDeserializationOccursCorrectly() method testMutableConversions (line 102) | public function testMutableConversions() method testInvalidCast (line 131) | public function testInvalidCast() method testChildCast (line 141) | public function testChildCast() method testSiblingCast (line 159) | public function testSiblingCast() FILE: tests/Carbon/IsTest.php class IsTest (line 30) | class IsTest extends AbstractTestCase method testIsWeekdayTrue (line 32) | public function testIsWeekdayTrue() method testIsWeekdayFalse (line 37) | public function testIsWeekdayFalse() method testIsWeekendTrue (line 42) | public function testIsWeekendTrue() method testIsWeekendFalse (line 47) | public function testIsWeekendFalse() method testIsYesterdayTrue (line 52) | public function testIsYesterdayTrue() method testIsYesterdayFalseWithToday (line 57) | public function testIsYesterdayFalseWithToday() method testIsYesterdayFalseWith2Days (line 62) | public function testIsYesterdayFalseWith2Days() method testIsTodayTrue (line 67) | public function testIsTodayTrue() method testIsCurrentWeek (line 72) | public function testIsCurrentWeek() method testIsSameWeek (line 81) | public function testIsSameWeek() method testIsNextWeekTrue (line 91) | public function testIsNextWeekTrue() method testIsLastWeekTrue (line 96) | public function testIsLastWeekTrue() method testIsNextWeekFalse (line 101) | public function testIsNextWeekFalse() method testIsLastWeekFalse (line 108) | public function testIsLastWeekFalse() method testIsNextQuarterTrue (line 115) | public function testIsNextQuarterTrue() method testIsLastQuarterTrue (line 120) | public function testIsLastQuarterTrue() method testIsNextQuarterFalse (line 125) | public function testIsNextQuarterFalse() method testIsLastQuarterFalse (line 131) | public function testIsLastQuarterFalse() method testIsNextMonthTrue (line 137) | public function testIsNextMonthTrue() method testIsLastMonthTrue (line 142) | public function testIsLastMonthTrue() method testIsNextMonthFalse (line 147) | public function testIsNextMonthFalse() method testIsLastMonthFalse (line 153) | public function testIsLastMonthFalse() method testIsNextYearTrue (line 160) | public function testIsNextYearTrue() method testIsLastYearTrue (line 165) | public function testIsLastYearTrue() method testIsNextYearFalse (line 170) | public function testIsNextYearFalse() method testIsLastYearFalse (line 177) | public function testIsLastYearFalse() method testIsTodayFalseWithYesterday (line 184) | public function testIsTodayFalseWithYesterday() method testIsTodayFalseWithTomorrow (line 189) | public function testIsTodayFalseWithTomorrow() method testIsTodayWithTimezone (line 194) | public function testIsTodayWithTimezone() method testIsTomorrowTrue (line 199) | public function testIsTomorrowTrue() method testIsTomorrowFalseWithToday (line 204) | public function testIsTomorrowFalseWithToday() method testIsTomorrowFalseWith2Days (line 209) | public function testIsTomorrowFalseWith2Days() method testIsFutureTrue (line 214) | public function testIsFutureTrue() method testIsFutureFalse (line 219) | public function testIsFutureFalse() method testIsFutureFalseInThePast (line 224) | public function testIsFutureFalseInThePast() method testIsPastTrue (line 229) | public function testIsPastTrue() method testIsPastFalse (line 234) | public function testIsPastFalse() method testNowIsPastFalse (line 239) | public function testNowIsPastFalse() method testIsNowOrFutureTrue (line 244) | public function testIsNowOrFutureTrue() method testIsNowOrFutureFalse (line 249) | public function testIsNowOrFutureFalse() method testNowIsNowOrFutureTrue (line 254) | public function testNowIsNowOrFutureTrue() method testIsNowOrPastTrue (line 259) | public function testIsNowOrPastTrue() method testIsNowOrPastFalse (line 264) | public function testIsNowOrPastFalse() method testNowIsNowOrPastTrue (line 269) | public function testNowIsNowOrPastTrue() method testIsLeapYearTrue (line 274) | public function testIsLeapYearTrue() method testIsLeapYearFalse (line 279) | public function testIsLeapYearFalse() method testIsCurrentYearTrue (line 284) | public function testIsCurrentYearTrue() method testIsCurrentYearFalse (line 289) | public function testIsCurrentYearFalse() method testIsSameYearTrue (line 294) | public function testIsSameYearTrue() method testIsSameYearFalse (line 299) | public function testIsSameYearFalse() method testIsCurrentQuarterTrue (line 304) | public function testIsCurrentQuarterTrue() method testIsCurrentQuarterFalse (line 309) | public function testIsCurrentQuarterFalse() method testIsSameQuarterTrue (line 316) | public function testIsSameQuarterTrue() method testIsSameQuarterTrueWithDateTime (line 321) | public function testIsSameQuarterTrueWithDateTime() method testIsSameQuarterFalse (line 326) | public function testIsSameQuarterFalse() method testIsSameQuarterFalseWithDateTime (line 333) | public function testIsSameQuarterFalseWithDateTime() method testIsSameQuarterAndYearTrue (line 346) | public function testIsSameQuarterAndYearTrue() method testIsSameQuarterAndYearTrueWithDateTime (line 351) | public function testIsSameQuarterAndYearTrueWithDateTime() method testIsSameQuarterAndYearFalse (line 356) | public function testIsSameQuarterAndYearFalse() method testIsSameQuarterAndYearFalseWithDateTime (line 361) | public function testIsSameQuarterAndYearFalseWithDateTime() method testIsCurrentMonth (line 368) | public function testIsCurrentMonth() method testIsCurrentMonthFalse (line 378) | public function testIsCurrentMonthFalse() method testIsSameMonth (line 384) | public function testIsSameMonth() method testIsSameMonthTrueWithDateTime (line 396) | public function testIsSameMonthTrueWithDateTime() method testIsSameMonthOfSameYear (line 408) | public function testIsSameMonthOfSameYear() method testIsSameMonthFalseWithDateTime (line 432) | public function testIsSameMonthFalseWithDateTime() method testIsSameMonthAndYearTrue (line 439) | public function testIsSameMonthAndYearTrue() method testIsSameMonthAndYearTrueWithDateTime (line 449) | public function testIsSameMonthAndYearTrueWithDateTime() method testIsSameMonthAndYearFalse (line 459) | public function testIsSameMonthAndYearFalse() method testIsSameMonthAndYearFalseWithDateTime (line 464) | public function testIsSameMonthAndYearFalseWithDateTime() method testIsSameDayTrue (line 471) | public function testIsSameDayTrue() method testIsSameDayWithString (line 478) | public function testIsSameDayWithString() method testIsSameDayTrueWithDateTime (line 485) | public function testIsSameDayTrueWithDateTime() method testIsSameDayFalse (line 492) | public function testIsSameDayFalse() method testIsSameDayFalseWithDateTime (line 499) | public function testIsSameDayFalseWithDateTime() method testIsCurrentDayTrue (line 506) | public function testIsCurrentDayTrue() method testIsCurrentDayFalse (line 513) | public function testIsCurrentDayFalse() method testIsSameHourTrue (line 519) | public function testIsSameHourTrue() method testIsSameHourTrueWithDateTime (line 526) | public function testIsSameHourTrueWithDateTime() method testIsSameHourFalse (line 533) | public function testIsSameHourFalse() method testIsSameHourFalseWithDateTime (line 540) | public function testIsSameHourFalseWithDateTime() method testIsCurrentHourTrue (line 547) | public function testIsCurrentHourTrue() method testIsCurrentHourFalse (line 556) | public function testIsCurrentHourFalse() method testIsSameMinuteTrue (line 562) | public function testIsSameMinuteTrue() method testIsSameMinuteTrueWithDateTime (line 570) | public function testIsSameMinuteTrueWithDateTime() method testIsSameMinuteFalse (line 578) | public function testIsSameMinuteFalse() method testIsSameMinuteFalseWithDateTime (line 585) | public function testIsSameMinuteFalseWithDateTime() method testIsCurrentMinuteTrue (line 592) | public function testIsCurrentMinuteTrue() method testIsCurrentMinuteFalse (line 599) | public function testIsCurrentMinuteFalse() method testIsSameSecondTrue (line 605) | public function testIsSameSecondTrue() method testIsSameSecondTrueWithDateTime (line 614) | public function testIsSameSecondTrueWithDateTime() method testIsSameSecondFalse (line 620) | public function testIsSameSecondFalse() method testIsSameSecondFalseWithDateTime (line 627) | public function testIsSameSecondFalseWithDateTime() method testIsCurrentSecondTrue (line 634) | public function testIsCurrentSecondTrue() method testIsCurrentSecondFalse (line 642) | public function testIsCurrentSecondFalse() method testIsSameMicrosecond (line 648) | public function testIsSameMicrosecond() method testIsDayOfWeek (line 666) | public function testIsDayOfWeek() method testIsSameAs (line 700) | public function testIsSameAs() method testIsSameAsWithInvalidArgument (line 706) | public function testIsSameAsWithInvalidArgument() method testIsSunday (line 714) | public function testIsSunday() method testIsMonday (line 735) | public function testIsMonday() method testIsTuesday (line 754) | public function testIsTuesday() method testIsWednesday (line 773) | public function testIsWednesday() method testIsThursday (line 792) | public function testIsThursday() method testIsFriday (line 811) | public function testIsFriday() method testIsSaturday (line 830) | public function testIsSaturday() method testIsStartOfMillisecond (line 849) | public function testIsStartOfMillisecond() method testIsEndOfMillisecond (line 858) | public function testIsEndOfMillisecond() method testIsStartOfSecond (line 866) | public function testIsStartOfSecond() method testIsEndOfSecond (line 877) | public function testIsEndOfSecond() method testIsStartOfMinute (line 887) | public function testIsStartOfMinute() method testIsEndOfMinute (line 900) | public function testIsEndOfMinute() method testIsStartOfHour (line 910) | public function testIsStartOfHour() method testIsEndOfHour (line 923) | public function testIsEndOfHour() method testIsStartOfDay (line 933) | public function testIsStartOfDay() method testIsStartOfDayWithMicroseconds (line 950) | public function testIsStartOfDayWithMicroseconds() method testIsStartOfDayInterval (line 958) | public function testIsStartOfDayInterval() method testIsStartOfUnit (line 986) | public function testIsStartOfUnit() method testIsEndOfDay (line 1005) | public function testIsEndOfDay() method testIsEndOfDayWithMicroseconds (line 1022) | public function testIsEndOfDayWithMicroseconds() method testIsEndOfDayInterval (line 1031) | public function testIsEndOfDayInterval() method testIsEndOfUnit (line 1056) | public function testIsEndOfUnit() method testIsStartOfWeek (line 1076) | public function testIsStartOfWeek() method testIsEndOfWeek (line 1093) | public function testIsEndOfWeek() method testIsStartOfMonth (line 1110) | public function testIsStartOfMonth() method testIsEndOfMonth (line 1123) | public function testIsEndOfMonth() method testIsStartOfQuarter (line 1134) | public function testIsStartOfQuarter() method testIsEndOfQuarter (line 1147) | public function testIsEndOfQuarter() method testIsStartOfYear (line 1158) | public function testIsStartOfYear() method testIsEndOfYear (line 1169) | public function testIsEndOfYear() method testIsStartOfDecade (line 1180) | public function testIsStartOfDecade() method testIsEndOfDecade (line 1191) | public function testIsEndOfDecade() method testIsStartOfCentury (line 1202) | public function testIsStartOfCentury() method testIsEndOfCentury (line 1213) | public function testIsEndOfCentury() method testIsStartOfMillennium (line 1224) | public function testIsStartOfMillennium() method testIsEndOfMillennium (line 1235) | public function testIsEndOfMillennium() method testIsMidnight (line 1246) | public function testIsMidnight() method testIsMidday (line 1253) | public function testIsMidday() method testHasFormat (line 1260) | public function testHasFormat() method testHasFormatWithModifiers (line 1298) | public function testHasFormatWithModifiers() method dataForFormatLetters (line 1317) | public static function dataForFormatLetters(): array method testHasFormatWithSingleLetter (line 1361) | #[DataProvider('dataForFormatLetters')] method testCanBeCreatedFromFormat (line 1368) | public function testCanBeCreatedFromFormat() method testIsSameFoobar (line 1381) | public function testIsSameFoobar() method testIsCurrentFoobar (line 1392) | public function testIsCurrentFoobar() method testIs (line 1403) | #[TestWith([null])] method testIsFebruary29 (line 1455) | #[TestWith([null])] method testHasFormatWithDots (line 1472) | public function testHasFormatWithDots() FILE: tests/Carbon/IssetTest.php class IssetTest (line 21) | class IssetTest extends AbstractTestCase method testIssetReturnFalseForUnknownProperty (line 23) | public function testIssetReturnFalseForUnknownProperty(): void method dataForTestIssetReturnTrueForProperties (line 28) | public static function dataForTestIssetReturnTrueForProperties(): Gene... method testIssetReturnTrueForProperties (line 97) | #[DataProvider('dataForTestIssetReturnTrueForProperties')] FILE: tests/Carbon/JsonSerializationTest.php class JsonSerializationTest (line 19) | class JsonSerializationTest extends AbstractTestCaseWithOldNow method testCarbonAllowsCustomSerializer (line 21) | public function testCarbonAllowsCustomSerializer() method testCarbonAllowsCustomSerializerString (line 32) | public function testCarbonAllowsCustomSerializerString() method testCarbonAllowsCustomSerializerViaSettings (line 39) | public function testCarbonAllowsCustomSerializerViaSettings() method testCarbonCanSerializeToJson (line 48) | public function testCarbonCanSerializeToJson() FILE: tests/Carbon/LastErrorTest.php class LastErrorTest (line 22) | class LastErrorTest extends AbstractTestCase method setUp (line 34) | protected function setUp(): void method testCreateHandlesLastErrors (line 46) | #[RequiresPhp('>=8.2')] method testLastErrorsInitialization (line 60) | public function testLastErrorsInitialization() FILE: tests/Carbon/LocalizationTest.php class LocalizationTest (line 33) | #[Group('localization')] method testGetTranslator (line 36) | public function testGetTranslator() method testResetTranslator (line 44) | public function testResetTranslator() method testSetLocaleToAutoFromSupportedLocale (line 52) | #[TestWith([ method testSetLocaleToAutoFromUnsupportedLocale (line 85) | public function testSetLocaleToAutoFromUnsupportedLocale() method testSetLocaleToAutoFallback (line 119) | public function testSetLocaleToAutoFallback() method dataForLocales (line 198) | public static function dataForLocales(): array method testSetLocale (line 340) | #[DataProvider('dataForLocales')] method testSetTranslator (line 347) | #[DataProvider('dataForLocales')] method testSetLocaleWithKnownLocale (line 363) | public function testSetLocaleWithKnownLocale() method testSetLocaleWithMalformedLocale (line 370) | #[TestWith(['DE'])] method testSetLocaleWithNonExistingLocale (line 389) | public function testSetLocaleWithNonExistingLocale() method testSetLocaleWithUnknownLocale (line 396) | public function testSetLocaleWithUnknownLocale() method testCustomTranslation (line 403) | public function testCustomTranslation() method testCustomLocalTranslation (line 422) | public function testCustomLocalTranslation() method testAddCustomTranslation (line 452) | public function testAddCustomTranslation() method testLocaleOption (line 522) | public function testLocaleOption() method testCustomWeekStart (line 542) | public function testCustomWeekStart() method testAddAndRemoveDirectory (line 572) | public function testAddAndRemoveDirectory() method testLocaleHasShortUnits (line 603) | public function testLocaleHasShortUnits() method testLocaleHasDiffSyntax (line 642) | public function testLocaleHasDiffSyntax() method testLocaleHasDiffOneDayWords (line 669) | public function testLocaleHasDiffOneDayWords() method testLocaleHasDiffTwoDayWords (line 692) | public function testLocaleHasDiffTwoDayWords() method testLocaleHasPeriodSyntax (line 714) | public function testLocaleHasPeriodSyntax() method testGetAvailableLocales (line 740) | public function testGetAvailableLocales() method testGetAvailableLocalesInfo (line 753) | public function testGetAvailableLocalesInfo() method testGeorgianSpecialFromNowTranslation (line 762) | public function testGeorgianSpecialFromNowTranslation() method testSinhaleseSpecialAfterTranslation (line 769) | public function testSinhaleseSpecialAfterTranslation() method testWeekDayMultipleForms (line 776) | public function testWeekDayMultipleForms() method testTranslationCustomWithCustomTranslator (line 792) | public function testTranslationCustomWithCustomTranslator() method testNoLocaleTranslator (line 806) | public function testNoLocaleTranslator() method testTranslateTimeStringTo (line 820) | public function testTranslateTimeStringTo() method testFallbackLocales (line 830) | public function testFallbackLocales() method testMultiLocales (line 894) | public function testMultiLocales() method testStandAloneMonthsInLLLFormat (line 917) | public function testStandAloneMonthsInLLLFormat() method testStandAloneMonthName (line 926) | public function testStandAloneMonthName() method testShortMonthNameInFormat (line 935) | public function testShortMonthNameInFormat() method testStandAloneShortMonthName (line 949) | public function testStandAloneShortMonthName() method testAgoDeclension (line 958) | public function testAgoDeclension() method testAustriaGermanJanuary (line 971) | public function testAustriaGermanJanuary() method testDeclensionModes (line 994) | public function testDeclensionModes() method testResetMessagesMemoryConsumption (line 1020) | public function testResetMessagesMemoryConsumption() method testTranslateMonthsEitherStandaloneOrNot (line 1035) | #[TestWith(['мая', 'May'])] FILE: tests/Carbon/MacroTest.php class MacroTest (line 26) | class MacroTest extends AbstractTestCaseWithOldNow method testInstance (line 28) | public function testInstance() method testCarbonIsMacroableWhenNotCalledDynamically (line 34) | public function testCarbonIsMacroableWhenNotCalledDynamically() method testCarbonIsMacroableWhenNotCalledDynamicallyUsingThis (line 57) | public function testCarbonIsMacroableWhenNotCalledDynamicallyUsingThis() method testCarbonIsMacroableWhenCalledStatically (line 81) | public function testCarbonIsMacroableWhenCalledStatically() method testCarbonIsMacroableWithNonClosureCallables (line 94) | public function testCarbonIsMacroableWithNonClosureCallables() method testCarbonIsMixinable (line 105) | public function testCarbonIsMixinable() method testMacroProperties (line 118) | public function testMacroProperties() method testLocalMacroProperties (line 168) | public function testLocalMacroProperties() method testMacroOverridingMethod (line 219) | public function testMacroOverridingMethod() method testCarbonRaisesExceptionWhenStaticMacroIsNotFound (line 239) | public function testCarbonRaisesExceptionWhenStaticMacroIsNotFound() method testCarbonRaisesExceptionWhenMacroIsNotFound (line 248) | public function testCarbonRaisesExceptionWhenMacroIsNotFound() method testTraitMixin (line 259) | public function testTraitMixin() method testTraitWithNamedParameters (line 273) | public function testTraitWithNamedParameters() method testSerializationAfterTraitChaining (line 284) | public function testSerializationAfterTraitChaining() method testMutabilityOfMixinMethodReturnedValue (line 300) | public function testMutabilityOfMixinMethodReturnedValue() method testSubClassMacro (line 331) | public function testSubClassMacro() method testMacroNameCanStartWithDiff (line 347) | public function testMacroNameCanStartWithDiff() FILE: tests/Carbon/ModifyNearDSTChangeTest.php class ModifyNearDSTChangeTest (line 22) | class ModifyNearDSTChangeTest extends AbstractTestCase method testTransitionInNonDefaultTimezone (line 27) | #[Group('dst')] method testTransitionInDefaultTimezone (line 40) | #[Group('dst')] method dataForTransitionTests (line 50) | public static function dataForTransitionTests(): Generator FILE: tests/Carbon/ModifyTest.php class ModifyTest (line 23) | class ModifyTest extends AbstractTestCase method testSimpleModify (line 25) | public function testSimpleModify() method testTimezoneModify (line 33) | public function testTimezoneModify() method testAddRealUnitException (line 191) | public function testAddRealUnitException() method testAddRealMicrosecondWithLowFloatPrecision (line 200) | public function testAddRealMicrosecondWithLowFloatPrecision() method testNextAndPrevious (line 211) | public function testNextAndPrevious() method testInvalidModifier (line 247) | public function testInvalidModifier(): void method checkInvalid (line 260) | private function checkInvalid(string $message, Closure $callback): void method testImplicitCast (line 271) | public function testImplicitCast(): void FILE: tests/Carbon/NowAndOtherStaticHelpersTest.php class NowAndOtherStaticHelpersTest (line 21) | class NowAndOtherStaticHelpersTest extends AbstractTestCase method testNow (line 23) | public function testNow() method testGetPreciseTimestamp (line 37) | public function testGetPreciseTimestamp() method testGetTimestampMs (line 53) | public function testGetTimestampMs() method testNowWithTimezone (line 59) | public function testNowWithTimezone() method testToday (line 73) | public function testToday() method testTodayWithTimezone (line 79) | public function testTodayWithTimezone() method testTomorrow (line 86) | public function testTomorrow() method testTomorrowWithTimezone (line 93) | public function testTomorrowWithTimezone() method testYesterday (line 100) | public function testYesterday() method testYesterdayWithTimezone (line 107) | public function testYesterdayWithTimezone() FILE: tests/Carbon/NowDerivativesTest.php class NowDerivativesTest (line 19) | class NowDerivativesTest extends AbstractTestCase method testNowWithSameTimezone (line 21) | public function testNowWithSameTimezone() FILE: tests/Carbon/ObjectsTest.php class ObjectsTest (line 23) | class ObjectsTest extends AbstractTestCase method testToObject (line 25) | public function testToObject() method testToDateTime (line 69) | public function testToDateTime() method testToDateTimeImmutable (line 100) | public function testToDateTimeImmutable() FILE: tests/Carbon/PhpBug72338Test.php class PhpBug72338Test (line 33) | class PhpBug72338Test extends AbstractTestCase method testModify (line 38) | public function testModify() method testTimestamp (line 49) | public function testTimestamp() method testEqualSetAndCreate (line 59) | public function testEqualSetAndCreate() method testSecondSetTimezone (line 70) | public function testSecondSetTimezone() FILE: tests/Carbon/RelativeDateStringTest.php class RelativeDateStringTest (line 19) | class RelativeDateStringTest extends AbstractTestCase method testKeywordMatching (line 53) | public function testKeywordMatching() method testRelativeInputStrings (line 66) | public function testRelativeInputStrings() FILE: tests/Carbon/RelativeTest.php class RelativeTest (line 19) | class RelativeTest extends AbstractTestCase method testSecondsSinceMidnight (line 21) | public function testSecondsSinceMidnight() method testSecondsUntilEndOfDay (line 36) | public function testSecondsUntilEndOfDay() FILE: tests/Carbon/RoundTest.php class RoundTest (line 22) | class RoundTest extends AbstractTestCase method testRoundWithDefaultUnit (line 24) | public function testRoundWithDefaultUnit() method testRoundWithStrings (line 60) | public function testRoundWithStrings() method testRoundWithStringsException (line 69) | public function testRoundWithStringsException() method testRoundWithInterval (line 77) | public function testRoundWithInterval() method testRoundWithIntervalException (line 86) | public function testRoundWithIntervalException() method testRoundWithBaseUnit (line 95) | public function testRoundWithBaseUnit() method testFloorYear (line 124) | public function testFloorYear() method testCeilYear (line 139) | public function testCeilYear() method testRoundWithMetaUnit (line 154) | public function testRoundWithMetaUnit() method testRoundWeek (line 170) | public function testRoundWeek() method testCeilMonth (line 188) | public function testCeilMonth() method testFloorMonth (line 195) | public function testFloorMonth() method testRoundInvalidArgument (line 200) | public function testRoundInvalidArgument() FILE: tests/Carbon/SerializationTest.php class SerializationTest (line 28) | class SerializationTest extends AbstractTestCase method setUp (line 32) | protected function setUp(): void method cleanSerialization (line 41) | protected function cleanSerialization(string $serialization): string method testSerialize (line 46) | public function testSerialize() method testFromUnserialized (line 53) | public function testFromUnserialized() method testSerialization (line 62) | public function testSerialization() method dataForTestFromUnserializedWithInvalidValue (line 71) | public static function dataForTestFromUnserializedWithInvalidValue(): ... method testFromUnserializedWithInvalidValue (line 80) | #[DataProvider('dataForTestFromUnserializedWithInvalidValue')] method testDateSerializationReflectionCompatibility (line 90) | public function testDateSerializationReflectionCompatibility() method testMsgPackExtension (line 148) | #[RequiresPhpExtension('msgpack')] FILE: tests/Carbon/SetDateAndTimeFromTest.php class SetDateAndTimeFromTest (line 19) | class SetDateAndTimeFromTest extends AbstractTestCase method testSetDateFrom (line 21) | public function testSetDateFrom() method testSetTimeFrom (line 41) | public function testSetTimeFrom() method testSetDateTimeFrom (line 61) | public function testSetDateTimeFrom() FILE: tests/Carbon/SettersTest.php class SettersTest (line 31) | class SettersTest extends AbstractTestCase method testMonthEnum (line 35) | public function testMonthEnum() method testSetMonthUnit (line 47) | public function testSetMonthUnit() method testMonthEnumOnWrongUnit (line 56) | public function testMonthEnumOnWrongUnit() method testSingularUnit (line 67) | public function testSingularUnit() method testPluralUnit (line 76) | public function testPluralUnit() method testSet (line 87) | public function testSet() method testYearSetter (line 99) | public function testYearSetter() method testMonthSetter (line 106) | public function testMonthSetter() method testMonthSetterWithWrap (line 113) | public function testMonthSetterWithWrap() method testDaySetter (line 120) | public function testDaySetter() method testDaySetterWithWrap (line 127) | public function testDaySetterWithWrap() method testHourSetter (line 134) | public function testHourSetter() method testHourSetterWithWrap (line 141) | public function testHourSetterWithWrap() method testMinuteSetter (line 148) | public function testMinuteSetter() method testMinuteSetterWithWrap (line 155) | public function testMinuteSetterWithWrap() method testSecondSetter (line 162) | public function testSecondSetter() method testUnitOfUnit (line 169) | public function testUnitOfUnit() method testUnitOfUnitMethod (line 201) | public function testUnitOfUnitMethod() method testUnitOfUnitUnknownMethod (line 209) | public function testUnitOfUnitUnknownMethod() method testUnitOfUnitFloat (line 219) | public function testUnitOfUnitFloat() method testTimeSetter (line 229) | public function testTimeSetter() method testTimeSetterWithChaining (line 238) | public function testTimeSetterWithChaining() method testTimeSetterWithZero (line 249) | public function testTimeSetterWithZero() method testDateTimeSetter (line 256) | public function testDateTimeSetter() method testDateTimeSetterWithZero (line 263) | public function testDateTimeSetterWithZero() method testDateTimeSetterWithChaining (line 270) | public function testDateTimeSetterWithChaining() method testSetDateAfterStringCreation (line 283) | public function testSetDateAfterStringCreation() method testSecondSetterWithWrap (line 291) | public function testSecondSetterWithWrap() method testMicrosecondSetterWithWrap (line 298) | public function testMicrosecondSetterWithWrap() method testTimestampSetter (line 331) | public function testTimestampSetter() method testSetTimezoneWithInvalidTimezone (line 364) | public function testSetTimezoneWithInvalidTimezone() method testTimezoneWithInvalidTimezone (line 374) | public function testTimezoneWithInvalidTimezone() method testTimeZoneOfUnserialized (line 385) | public function testTimeZoneOfUnserialized() method testTimezoneWithInvalidTimezoneSetter (line 455) | public function testTimezoneWithInvalidTimezoneSetter() method testTzWithInvalidTimezone (line 465) | public function testTzWithInvalidTimezone() method testTzWithInvalidTimezoneSetter (line 476) | public function testTzWithInvalidTimezoneSetter() method testSetTimezoneUsingString (line 486) | public function testSetTimezoneUsingString() method testShiftTimezone (line 493) | public function testShiftTimezone() method testTimezoneUsingString (line 510) | public function testTimezoneUsingString() method testTzUsingString (line 521) | public function testTzUsingString() method testTzUsingOffset (line 534) | public function testTzUsingOffset() method testSetTimezoneUsingDateTimeZone (line 565) | public function testSetTimezoneUsingDateTimeZone() method testTimezoneUsingDateTimeZone (line 572) | public function testTimezoneUsingDateTimeZone() method testTzUsingDateTimeZone (line 583) | public function testTzUsingDateTimeZone() method testInvalidSetter (line 594) | public function testInvalidSetter() method testSetTimeFromTimeString (line 605) | #[TestWith([9, 15, 30, '09:15:30'])] method testWeekendDaysSetter (line 618) | public function testWeekendDaysSetter() method testMidDayAtSetter (line 627) | public function testMidDayAtSetter() method testSetUnitNoOverflowFebruary (line 636) | public function testSetUnitNoOverflowFebruary() method testSetUnitNoOverflow (line 644) | public function testSetUnitNoOverflow() method testSetUnitNoOverflowInputUnitException (line 758) | public function testSetUnitNoOverflowInputUnitException() method testSetUnitNoOverflowOverflowUnitException (line 767) | public function testSetUnitNoOverflowOverflowUnitException() method testAddUnitError (line 776) | public function testAddUnitError() method testUnsupportedUnitException (line 789) | public function testUnsupportedUnitException() method testAddUnitNoOverflow (line 828) | public function testAddUnitNoOverflow() method testSubUnitNoOverflow (line 963) | public function testSubUnitNoOverflow() method testOverflowInDst (line 1117) | public function testOverflowInDst() method getOffsetChangeOfTheDay (line 1142) | private function getOffsetChangeOfTheDay(Carbon $date): int method failOperation (line 1150) | private function failOperation( FILE: tests/Carbon/SettingsTest.php class SettingsTest (line 19) | class SettingsTest extends AbstractTestCase method testSettings (line 21) | public function testSettings() FILE: tests/Carbon/StartEndOfTest.php class StartEndOfTest (line 22) | class StartEndOfTest extends AbstractTestCase method testStartOfDay (line 24) | public function testStartOfDay() method testEndOfDay (line 31) | public function testEndOfDay() method testStartOfMonthIsFluid (line 38) | public function testStartOfMonthIsFluid() method testStartOfMonthFromNow (line 44) | public function testStartOfMonthFromNow() method testStartOfMonthFromLastDay (line 50) | public function testStartOfMonthFromLastDay() method testStartOfYearIsFluid (line 56) | public function testStartOfYearIsFluid() method testStartOfYearFromNow (line 62) | public function testStartOfYearFromNow() method testStartOfYearFromFirstDay (line 68) | public function testStartOfYearFromFirstDay() method testStartOfYearFromLastDay (line 74) | public function testStartOfYearFromLastDay() method testEndOfMonthIsFluid (line 80) | public function testEndOfMonthIsFluid() method testEndOfMonth (line 86) | public function testEndOfMonth() method testEndOfMonthFromLastDay (line 92) | public function testEndOfMonthFromLastDay() method testEndOfYearIsFluid (line 98) | public function testEndOfYearIsFluid() method testEndOfYearFromNow (line 104) | public function testEndOfYearFromNow() method testEndOfYearFromFirstDay (line 110) | public function testEndOfYearFromFirstDay() method testEndOfYearFromLastDay (line 116) | public function testEndOfYearFromLastDay() method testStartOfDecadeIsFluid (line 122) | public function testStartOfDecadeIsFluid() method testStartOfDecadeFromNow (line 128) | public function testStartOfDecadeFromNow() method testStartOfDecadeFromFirstDay (line 134) | public function testStartOfDecadeFromFirstDay() method testStartOfDecadeFromLastDay (line 140) | public function testStartOfDecadeFromLastDay() method testEndOfDecadeIsFluid (line 146) | public function testEndOfDecadeIsFluid() method testEndOfDecadeFromNow (line 152) | public function testEndOfDecadeFromNow() method testEndOfDecadeFromFirstDay (line 158) | public function testEndOfDecadeFromFirstDay() method testEndOfDecadeFromLastDay (line 164) | public function testEndOfDecadeFromLastDay() method testStartOfCenturyIsFluid (line 170) | public function testStartOfCenturyIsFluid() method testStartOfCenturyFromNow (line 176) | public function testStartOfCenturyFromNow() method testStartOfCenturyFromFirstDay (line 183) | public function testStartOfCenturyFromFirstDay() method testStartOfCenturyFromLastDay (line 189) | public function testStartOfCenturyFromLastDay() method testStartOfMillenniumIsFluid (line 195) | public function testStartOfMillenniumIsFluid() method testStartOfMillenniumFromNow (line 201) | public function testStartOfMillenniumFromNow() method testStartOfMillenniumFromFirstDay (line 208) | public function testStartOfMillenniumFromFirstDay() method testStartOfMillenniumFromLastDay (line 214) | public function testStartOfMillenniumFromLastDay() method testStartOfHourIsFluid (line 220) | public function testStartOfHourIsFluid() method testStartOfHourFromNow (line 226) | public function testStartOfHourFromNow() method testStartOfHourFromFirstMinute (line 233) | public function testStartOfHourFromFirstMinute() method testStartOfHourFromLastMinute (line 239) | public function testStartOfHourFromLastMinute() method testEndOfHourIsFluid (line 245) | public function testEndOfHourIsFluid() method testEndOfHourFromNow (line 251) | public function testEndOfHourFromNow() method testEndOfHourFromFirstMinute (line 258) | public function testEndOfHourFromFirstMinute() method testEndOfHourFromLastMinute (line 264) | public function testEndOfHourFromLastMinute() method testStartOfMinuteIsFluid (line 270) | public function testStartOfMinuteIsFluid() method testStartOfMinuteFromNow (line 276) | public function testStartOfMinuteFromNow() method testStartOfMinuteFromFirstSecond (line 283) | public function testStartOfMinuteFromFirstSecond() method testStartOfMinuteFromLastSecond (line 289) | public function testStartOfMinuteFromLastSecond() method testEndOfMinuteIsFluid (line 295) | public function testEndOfMinuteIsFluid() method testEndOfMinuteFromNow (line 301) | public function testEndOfMinuteFromNow() method testEndOfMinuteFromFirstSecond (line 308) | public function testEndOfMinuteFromFirstSecond() method testEndOfMinuteFromLastSecond (line 314) | public function testEndOfMinuteFromLastSecond() method testStartOfSecondIsFluid (line 320) | public function testStartOfSecondIsFluid() method testStartOfSecondFromNow (line 326) | public function testStartOfSecondFromNow() method testStartOfSecondFromFirstSecond (line 333) | public function testStartOfSecondFromFirstSecond() method testStartOfSecondFromLastSecond (line 339) | public function testStartOfSecondFromLastSecond() method testEndOfSecondIsFluid (line 345) | public function testEndOfSecondIsFluid() method testEndOfSecondFromNow (line 351) | public function testEndOfSecondFromNow() method testEndOfSecondFromFirstSecond (line 358) | public function testEndOfSecondFromFirstSecond() method testEndOfSecondFromLastSecond (line 364) | public function testEndOfSecondFromLastSecond() method testStartOfSecond (line 370) | public function testStartOfSecond() method testMidDayIsFluid (line 377) | public function testMidDayIsFluid() method testMidDayFromNow (line 383) | public function testMidDayFromNow() method testEndOfCenturyIsFluid (line 390) | public function testEndOfCenturyIsFluid() method testEndOfCenturyFromNow (line 396) | public function testEndOfCenturyFromNow() method testEndOfCenturyFromFirstDay (line 403) | public function testEndOfCenturyFromFirstDay() method testEndOfCenturyFromLastDay (line 409) | public function testEndOfCenturyFromLastDay() method testEndOfMillenniumIsFluid (line 415) | public function testEndOfMillenniumIsFluid() method testEndOfMillenniumFromNow (line 421) | public function testEndOfMillenniumFromNow() method testEndOfMillenniumFromFirstDay (line 428) | public function testEndOfMillenniumFromFirstDay() method testEndOfMillenniumFromLastDay (line 434) | public function testEndOfMillenniumFromLastDay() method testStartOfQuarterIsFluid (line 440) | public function testStartOfQuarterIsFluid() method testStartOfQuarter (line 446) | #[TestWith([1, 1])] method testEndOfQuarterIsFluid (line 464) | public function testEndOfQuarterIsFluid() method testEndOfQuarter (line 470) | #[TestWith([1, 3, 31])] method testAverageIsFluid (line 488) | public function testAverageIsFluid() method testAverageFromSame (line 494) | public function testAverageFromSame() method testAverageFromGreater (line 501) | public function testAverageFromGreater() method testAverageFromLower (line 508) | public function testAverageFromLower() method testAverageWithCloseDates (line 515) | public function testAverageWithCloseDates() method testAverageWithFarDates (line 523) | public function testAverageWithFarDates() method testStartOf (line 531) | public function testStartOf() method testEndOf (line 544) | public function testEndOf() method testStartOfInvalidUnit (line 557) | public function testStartOfInvalidUnit() method testEndOfInvalidUnit (line 566) | public function testEndOfInvalidUnit() FILE: tests/Carbon/StrictModeTest.php class StrictModeTest (line 21) | class StrictModeTest extends AbstractTestCase method testSafeCreateDateTimeZoneWithStrictMode1 (line 23) | public function testSafeCreateDateTimeZoneWithStrictMode1() method testSafeCreateDateTimeZoneWithStrictMode2 (line 32) | public function testSafeCreateDateTimeZoneWithStrictMode2() method testSetWithStrictMode (line 41) | public function testSetWithStrictMode() method testGetWithStrictMode (line 52) | public function testGetWithStrictMode() method testSetAndGetWithoutStrictMode (line 63) | public function testSetAndGetWithoutStrictMode() method testIsSameUnitWithStrictMode (line 72) | public function testIsSameUnitWithStrictMode() method testIsSameUnitWithoutStrictMode (line 81) | public function testIsSameUnitWithoutStrictMode() method testAddRealUnitWithStrictMode (line 87) | public function testAddRealUnitWithStrictMode() method testAddRealUnitWithoutStrictMode (line 96) | public function testAddRealUnitWithoutStrictMode() method testCallWithStrictMode (line 103) | public function testCallWithStrictMode() method testCallWithoutStrictMode (line 114) | public function testCallWithoutStrictMode() method testStaticCallWithStrictMode (line 122) | public function testStaticCallWithStrictMode() method testStaticCallWithoutStrictMode (line 131) | public function testStaticCallWithoutStrictMode() FILE: tests/Carbon/StringsTest.php class StringsTest (line 25) | class StringsTest extends AbstractTestCase method testToStringCast (line 27) | public function testToStringCast() method testToString (line 33) | public function testToString() method testToISOString (line 39) | public function testToISOString() method testSetToStringFormatString (line 63) | public function testSetToStringFormatString() method testSetToStringFormatClosure (line 70) | public function testSetToStringFormatClosure() method testSetToStringFormatViaSettings (line 87) | public function testSetToStringFormatViaSettings() method testResetToStringFormat (line 99) | public function testResetToStringFormat() method testExtendedClassToString (line 107) | public function testExtendedClassToString() method testToDateString (line 113) | public function testToDateString() method testToDateTimeLocalString (line 119) | public function testToDateTimeLocalString() method testToFormattedDateString (line 139) | public function testToFormattedDateString() method testToTimeString (line 145) | public function testToTimeString() method testToDateTimeString (line 151) | public function testToDateTimeString() method testToDateTimeStringWithPaddedZeroes (line 157) | public function testToDateTimeStringWithPaddedZeroes() method testToDayDateTimeString (line 163) | public function testToDayDateTimeString() method testToDayDateString (line 169) | public function testToDayDateString() method testToAtomString (line 175) | public function testToAtomString() method testToCOOKIEString (line 181) | public function testToCOOKIEString() method testToIso8601String (line 192) | public function testToIso8601String() method testToIso8601ZuluString (line 198) | public function testToIso8601ZuluString() method testToRC822String (line 204) | public function testToRC822String() method testToRfc850String (line 210) | public function testToRfc850String() method testToRfc1036String (line 216) | public function testToRfc1036String() method testToRfc1123String (line 222) | public function testToRfc1123String() method testToRfc2822String (line 228) | public function testToRfc2822String() method testToRfc3339String (line 234) | public function testToRfc3339String() method testToRssString (line 243) | public function testToRssString() method testToW3cString (line 249) | public function testToW3cString() method testToRfc7231String (line 255) | public function testToRfc7231String() method testIsoFormat (line 264) | public function testIsoFormat() method testBadIsoFormat (line 306) | public function testBadIsoFormat() method testTranslatedFormat (line 313) | public function testTranslatedFormat() FILE: tests/Carbon/SubTest.php class SubTest (line 22) | class SubTest extends AbstractTestCase method testSubMethod (line 24) | public function testSubMethod() method testSubYearsPositive (line 66) | public function testSubYearsPositive() method testSubYearsZero (line 71) | public function testSubYearsZero() method testSubYearsNegative (line 76) | public function testSubYearsNegative() method testSubYear (line 81) | public function testSubYear() method testSubMonthsPositive (line 92) | public function testSubMonthsPositive() method testSubMonthsZero (line 97) | public function testSubMonthsZero() method testSubMonthsNegative (line 102) | public function testSubMonthsNegative() method testSubMonth (line 107) | public function testSubMonth() method testSubDaysPositive (line 112) | public function testSubDaysPositive() method testSubDaysZero (line 117) | public function testSubDaysZero() method testSubDaysNegative (line 122) | public function testSubDaysNegative() method testSubDay (line 127) | public function testSubDay() method testSubWeekdaysPositive (line 132) | public function testSubWeekdaysPositive() method testSubWeekdaysZero (line 137) | public function testSubWeekdaysZero() method testSubWeekdaysNegative (line 142) | public function testSubWeekdaysNegative() method testSubWeekday (line 147) | public function testSubWeekday() method testSubWeekdayDuringWeekend (line 152) | public function testSubWeekdayDuringWeekend() method testSubWeeksPositive (line 157) | public function testSubWeeksPositive() method testSubWeeksZero (line 162) | public function testSubWeeksZero() method testSubWeeksNegative (line 167) | public function testSubWeeksNegative() method testSubWeek (line 172) | public function testSubWeek() method testSubHoursPositive (line 177) | public function testSubHoursPositive() method testSubHoursZero (line 182) | public function testSubHoursZero() method testSubHoursNegative (line 187) | public function testSubHoursNegative() method testSubHour (line 192) | public function testSubHour() method testSubMinutesPositive (line 197) | public function testSubMinutesPositive() method testSubMinutesZero (line 202) | public function testSubMinutesZero() method testSubMinutesNegative (line 207) | public function testSubMinutesNegative() method testSubMinute (line 212) | public function testSubMinute() method testSubSecondsPositive (line 217) | public function testSubSecondsPositive() method testSubSecondsZero (line 222) | public function testSubSecondsZero() method testSubSecondsNegative (line 227) | public function testSubSecondsNegative() method testSubSecond (line 232) | public function testSubSecond() method testSubYearPassingArg (line 240) | public function testSubYearPassingArg() method testSubMonthPassingArg (line 248) | public function testSubMonthPassingArg() method testSubMonthNoOverflowPassingArg (line 256) | public function testSubMonthNoOverflowPassingArg() method testSubDayPassingArg (line 266) | public function testSubDayPassingArg() method testSubHourPassingArg (line 274) | public function testSubHourPassingArg() method testSubMinutePassingArg (line 282) | public function testSubMinutePassingArg() method testSubSecondPassingArg (line 290) | public function testSubSecondPassingArg() FILE: tests/Carbon/TestingAidsTest.php class TestingAidsTest (line 26) | class TestingAidsTest extends AbstractTestCase method testTestingAidsWithTestNowNotSet (line 28) | public function testTestingAidsWithTestNowNotSet() method testTestingAidsWithTestNowSet (line 36) | public function testTestingAidsWithTestNowSet() method testTestingAidsWithTestNowSetToString (line 44) | public function testTestingAidsWithTestNowSetToString() method testConstructorWithTestValueSet (line 51) | public function testConstructorWithTestValueSet() method testNowWithTestValueSet (line 61) | public function testNowWithTestValueSet() method testParseWithTestValueSet (line 68) | public function testParseWithTestValueSet() method testNowWithClosureValue (line 79) | public function testNowWithClosureValue() method testParseRelativeWithTestValueSet (line 128) | public function testParseRelativeWithTestValueSet() method testHasRelativeKeywords (line 172) | public function testHasRelativeKeywords() method testParseRelativeWithMinusSignsInDate (line 183) | public function testParseRelativeWithMinusSignsInDate() method testTimeZoneWithTestValueSet (line 196) | public function testTimeZoneWithTestValueSet() method testSetTestNowAndTimezoneWithBadTimezone (line 207) | public function testSetTestNowAndTimezoneWithBadTimezone(): void method testSetTestNowAndTimezoneWithBadTimezoneWithErrorAsException (line 218) | public function testSetTestNowAndTimezoneWithBadTimezoneWithErrorAsExc... method testSetTestNowAndTimezoneWithNull (line 231) | public function testSetTestNowAndTimezoneWithNull(): void method testCreateFromPartialFormat (line 254) | public function testCreateFromPartialFormat() method testCreateFromPartialFormatWithMicroseconds (line 298) | public function testCreateFromPartialFormatWithMicroseconds() method testCreateFromDateTimeInterface (line 306) | public function testCreateFromDateTimeInterface() method testSetTestNow (line 314) | public function testSetTestNow() method testSetTestNowGlobally (line 335) | public function testSetTestNowGlobally(): void method testWithTestNow (line 346) | public function testWithTestNow() method testWithTestNowRestoresPreviousTestNow (line 365) | public function testWithTestNowRestoresPreviousTestNow() method testWithTestNowWithException (line 378) | public function testWithTestNowWithException() method testWithModifyReturningDateTime (line 394) | public function testWithModifyReturningDateTime() method testTimezoneConsistency (line 407) | public function testTimezoneConsistency() method testSleep (line 424) | public function testSleep() FILE: tests/Carbon/WeekTest.php class WeekTest (line 21) | class WeekTest extends AbstractTestCase method testWeekUtils (line 5306) | public function testWeekUtils() method testSetters (line 5320) | public function testSetters() method testWeekday (line 5413) | public function testWeekday() method testWeekStartAndEnd (line 5442) | public function testWeekStartAndEnd() method testGetDaysFromStartOfWeek (line 5463) | #[DataProvider('getDaysFromStartOfWeekDataProvider')] method getDaysFromStartOfWeekDataProvider (line 5472) | public static function getDaysFromStartOfWeekDataProvider(): array method testGetDaysFromStartOfWeekExplicit (line 5496) | #[DataProvider('getDaysFromStartOfWeekDataProviderExplicit')] method getDaysFromStartOfWeekDataProviderExplicit (line 5510) | public static function getDaysFromStartOfWeekDataProviderExplicit(): a... method testSetDaysFromStartOfWeek (line 5534) | public function testSetDaysFromStartOfWeek() FILE: tests/CarbonImmutable/AddMonthsTest.php class AddMonthsTest (line 20) | class AddMonthsTest extends AbstractTestCase method setUp (line 24) | protected function setUp(): void method dataForTestAddMonthNoOverflow (line 34) | public static function dataForTestAddMonthNoOverflow() method testAddMonthNoOverflow (line 45) | #[DataProvider('dataForTestAddMonthNoOverflow')] method testAddMonthsNoOverflow (line 51) | #[DataProvider('dataForTestAddMonthNoOverflow')] method dataForTestSubMonthNoOverflow (line 57) | public static function dataForTestSubMonthNoOverflow(): array method testSubMonthNoOverflow (line 68) | #[DataProvider('dataForTestSubMonthNoOverflow')] method testSubMonthsNoOverflow (line 74) | #[DataProvider('dataForTestSubMonthNoOverflow')] method dataForTestAddMonthWithOverflow (line 80) | public static function dataForTestAddMonthWithOverflow(): array method testAddMonthWithOverflow (line 91) | #[DataProvider('dataForTestAddMonthWithOverflow')] method testAddMonthsWithOverflow (line 97) | #[DataProvider('dataForTestAddMonthWithOverflow')] method dataForTestSubMonthWithOverflow (line 103) | public static function dataForTestSubMonthWithOverflow(): array method testSubMonthWithOverflow (line 114) | #[DataProvider('dataForTestSubMonthWithOverflow')] method testSubMonthsWithOverflow (line 120) | #[DataProvider('dataForTestSubMonthWithOverflow')] method testSetOverflowIsTrue (line 126) | public function testSetOverflowIsTrue() method testSetOverflowIsFalse (line 132) | public function testSetOverflowIsFalse() method testSetOverflowIsResetInTests (line 138) | public function testSetOverflowIsResetInTests() method testSetOverflowIsReset (line 143) | public function testSetOverflowIsReset() method testUseOverflowAddMonth (line 152) | #[DataProvider('dataForTestAddMonthWithOverflow')] method testUseOverflowAddMonths (line 159) | #[DataProvider('dataForTestAddMonthWithOverflow')] method testUseOverflowSubMonth (line 166) | #[DataProvider('dataForTestSubMonthWithOverflow')] method testUseOverflowSubMonths (line 173) | #[DataProvider('dataForTestSubMonthWithOverflow')] method testSkipOverflowAddMonth (line 180) | #[DataProvider('dataForTestAddMonthNoOverflow')] method testSkipOverflowAddMonths (line 187) | #[DataProvider('dataForTestAddMonthNoOverflow')] method testSkipOverflowSubMonth (line 194) | #[DataProvider('dataForTestSubMonthNoOverflow')] method testSkipOverflowSubMonths (line 201) | #[DataProvider('dataForTestSubMonthNoOverflow')] FILE: tests/CarbonImmutable/AddTest.php class AddTest (line 22) | class AddTest extends AbstractTestCase method testAddMethod (line 24) | public function testAddMethod() method testAddYearsPositive (line 54) | public function testAddYearsPositive() method testAddYearsZero (line 59) | public function testAddYearsZero() method testAddYearsNegative (line 64) | public function testAddYearsNegative() method testAddYear (line 69) | public function testAddYear() method testAddDaysPositive (line 77) | public function testAddDaysPositive() method testAddDaysZero (line 82) | public function testAddDaysZero() method testAddDaysNegative (line 87) | public function testAddDaysNegative() method testAddDay (line 92) | public function testAddDay() method testAddOverflow (line 97) | public function testAddOverflow() method testAddWeekdaysPositive (line 113) | public function testAddWeekdaysPositive() method testAddWeekdaysZero (line 125) | public function testAddWeekdaysZero() method testAddWeekdaysNegative (line 130) | public function testAddWeekdaysNegative() method testAddWeekday (line 135) | public function testAddWeekday() method testAddWeekdayDuringWeekend (line 140) | public function testAddWeekdayDuringWeekend() method testAddWeeksPositive (line 145) | public function testAddWeeksPositive() method testAddWeeksZero (line 150) | public function testAddWeeksZero() method testAddWeeksNegative (line 155) | public function testAddWeeksNegative() method testAddWeek (line 160) | public function testAddWeek() method testAddHoursPositive (line 165) | public function testAddHoursPositive() method testAddHoursZero (line 170) | public function testAddHoursZero() method testAddHoursNegative (line 175) | public function testAddHoursNegative() method testAddHour (line 180) | public function testAddHour() method testAddMinutesPositive (line 185) | public function testAddMinutesPositive() method testAddMinutesZero (line 190) | public function testAddMinutesZero() method testAddMinutesNegative (line 195) | public function testAddMinutesNegative() method testAddMinute (line 200) | public function testAddMinute() method testAddSecondsPositive (line 205) | public function testAddSecondsPositive() method testAddSecondsZero (line 210) | public function testAddSecondsZero() method testAddSecondsNegative (line 215) | public function testAddSecondsNegative() method testAddDecimalSeconds (line 220) | public function testAddDecimalSeconds() method testAddSecond (line 240) | public function testAddSecond() method testAddMillisecondsPositive (line 245) | public function testAddMillisecondsPositive() method testAddMillisecondsZero (line 250) | public function testAddMillisecondsZero() method testAddMillisecondsNegative (line 255) | public function testAddMillisecondsNegative() method testAddMillisecond (line 261) | public function testAddMillisecond() method testAddMicrosecondsPositive (line 266) | public function testAddMicrosecondsPositive() method testAddMicrosecondsZero (line 271) | public function testAddMicrosecondsZero() method testAddMicrosecondsNegative (line 276) | public function testAddMicrosecondsNegative() method testAddMicrosecond (line 282) | public function testAddMicrosecond() method testAddYearPassingArg (line 290) | public function testAddYearPassingArg() method testAddDayPassingArg (line 297) | public function testAddDayPassingArg() method testAddHourPassingArg (line 304) | public function testAddHourPassingArg() method testAddMinutePassingArg (line 311) | public function testAddMinutePassingArg() method testAddSecondPassingArg (line 318) | public function testAddSecondPassingArg() method testAddQuarter (line 325) | public function testAddQuarter() method testAddQuarterNegative (line 330) | public function testAddQuarterNegative() method testSubQuarter (line 337) | public function testSubQuarter() method testSubQuarterNegative (line 342) | public function testSubQuarterNegative() method testAddCentury (line 347) | public function testAddCentury() method testAddCenturyNegative (line 358) | public function testAddCenturyNegative() method testAddCenturies (line 368) | public function testAddCenturies() method testAddCenturiesNegative (line 374) | public function testAddCenturiesNegative() method testSubCentury (line 380) | public function testSubCentury() method testSubCenturyNegative (line 391) | public function testSubCenturyNegative() method testSubCenturies (line 401) | public function testSubCenturies() method testSubCenturiesNegative (line 407) | public function testSubCenturiesNegative() method testAddYearNoOverflow (line 413) | public function testAddYearNoOverflow() method testAddYearWithOverflow (line 418) | public function testAddYearWithOverflow() method testAddYearNoOverflowPassingArg (line 423) | public function testAddYearNoOverflowPassingArg() method testAddYearWithOverflowPassingArg (line 428) | public function testAddYearWithOverflowPassingArg() method testSubYearNoOverflowPassingArg (line 433) | public function testSubYearNoOverflowPassingArg() method testSubYearWithOverflowPassingArg (line 438) | public function testSubYearWithOverflowPassingArg() method testSubYearNoOverflow (line 443) | public function testSubYearNoOverflow() method testSubYearWithOverflow (line 448) | public function testSubYearWithOverflow() method testUseYearsOverflow (line 453) | public function testUseYearsOverflow() FILE: tests/CarbonImmutable/ArraysTest.php class ArraysTest (line 20) | class ArraysTest extends AbstractTestCase method testToArray (line 22) | public function testToArray() method testDebugInfo (line 66) | public function testDebugInfo() FILE: tests/CarbonImmutable/ComparisonTest.php class ComparisonTest (line 21) | class ComparisonTest extends AbstractTestCase method testEqualToTrue (line 23) | public function testEqualToTrue() method testEqualToFalse (line 28) | public function testEqualToFalse() method testEqualWithTimezoneTrue (line 33) | public function testEqualWithTimezoneTrue() method testNotEqualToTrue (line 38) | public function testNotEqualToTrue() method testNotEqualToFalse (line 43) | public function testNotEqualToFalse() method testGreaterThanTrue (line 48) | public function testGreaterThanTrue() method testGreaterThanFalse (line 53) | public function testGreaterThanFalse() method testGreaterThanWithTimezoneTrue (line 58) | public function testGreaterThanWithTimezoneTrue() method testGreaterThanWithTimezoneFalse (line 65) | public function testGreaterThanWithTimezoneFalse() method testGreaterThanOrEqualTrue (line 72) | public function testGreaterThanOrEqualTrue() method testGreaterThanOrEqualTrueEqual (line 77) | public function testGreaterThanOrEqualTrueEqual() method testGreaterThanOrEqualFalse (line 82) | public function testGreaterThanOrEqualFalse() method testLessThanTrue (line 87) | public function testLessThanTrue() method testLessThanFalse (line 92) | public function testLessThanFalse() method testLessThanOrEqualTrue (line 97) | public function testLessThanOrEqualTrue() method testLessThanOrEqualTrueEqual (line 102) | public function testLessThanOrEqualTrueEqual() method testLessThanOrEqualFalse (line 107) | public function testLessThanOrEqualFalse() method testBetweenEqualTrue (line 112) | public function testBetweenEqualTrue() method testBetweenNotEqualTrue (line 124) | public function testBetweenNotEqualTrue() method testBetweenExcludedTrue (line 136) | public function testBetweenExcludedTrue() method testBetweenEqualFalse (line 145) | public function testBetweenEqualFalse() method testBetweenNotEqualFalse (line 150) | public function testBetweenNotEqualFalse() method testBetweenEqualSwitchTrue (line 155) | public function testBetweenEqualSwitchTrue() method testBetweenNotEqualSwitchTrue (line 160) | public function testBetweenNotEqualSwitchTrue() method testBetweenEqualSwitchFalse (line 165) | public function testBetweenEqualSwitchFalse() method testBetweenNotEqualSwitchFalse (line 170) | public function testBetweenNotEqualSwitchFalse() method testMinIsFluid (line 175) | public function testMinIsFluid() method testMinWithNow (line 181) | public function testMinWithNow() method testMinWithInstance (line 187) | public function testMinWithInstance() method testMaxIsFluid (line 194) | public function testMaxIsFluid() method testMaxWithNow (line 200) | public function testMaxWithNow() method testMaxWithInstance (line 206) | public function testMaxWithInstance() method testIsBirthday (line 213) | public function testIsBirthday() method testClosest (line 237) | public function testClosest() method testClosestWithEquals (line 246) | public function testClosestWithEquals() method testClosestWithMicroseconds (line 255) | public function testClosestWithMicroseconds() method testClosestWithFarDates (line 264) | public function testClosestWithFarDates() method testFarthest (line 273) | public function testFarthest() method testFarthestWithEquals (line 282) | public function testFarthestWithEquals() method testFarthestWithMicroseconds (line 291) | public function testFarthestWithMicroseconds() method testFarthestWithFarDates (line 300) | public function testFarthestWithFarDates() method testDifferentType (line 309) | public function testDifferentType() FILE: tests/CarbonImmutable/ConstructTest.php class ConstructTest (line 24) | class ConstructTest extends AbstractTestCase method testCreatesAnInstanceDefaultToNow (line 26) | public function testCreatesAnInstanceDefaultToNow() method testCreatesAnInstanceFromADateTime (line 37) | public function testCreatesAnInstanceFromADateTime() method testParseCreatesAnInstanceDefaultToNow (line 60) | public function testParseCreatesAnInstanceDefaultToNow() method testWithFancyString (line 69) | public function testWithFancyString() method testParseWithFancyString (line 76) | public function testParseWithFancyString() method testParseWithYYYMMDD (line 83) | public function testParseWithYYYMMDD() method testParseWithYYYMMDDHHMMSS (line 89) | public function testParseWithYYYMMDDHHMMSS() method testDefaultTimezone (line 95) | public function testDefaultTimezone() method testParseWithDefaultTimezone (line 101) | public function testParseWithDefaultTimezone() method testSettingTimezone (line 107) | public function testSettingTimezone() method testParseSettingTimezone (line 119) | public function testParseSettingTimezone() method testSettingTimezoneWithString (line 131) | public function testSettingTimezoneWithString() method testParseSettingTimezoneWithString (line 143) | public function testParseSettingTimezoneWithString() method testParseError (line 155) | public function testParseError() method testMockingWithMicroseconds (line 164) | public function testMockingWithMicroseconds() method testTimestamp (line 175) | public function testTimestamp() method testFloatTimestamp (line 184) | public function testFloatTimestamp() FILE: tests/CarbonImmutable/CopyTest.php class CopyTest (line 19) | class CopyTest extends AbstractTestCase method testCopy (line 21) | public function testCopy() method testClone (line 28) | public function testClone() method testCopyEnsureTzIsCopied (line 35) | public function testCopyEnsureTzIsCopied() method testCopyEnsureMicrosAreCopied (line 43) | public function testCopyEnsureMicrosAreCopied() FILE: tests/CarbonImmutable/CreateFromDateTest.php class CreateFromDateTest (line 20) | class CreateFromDateTest extends AbstractTestCase method testCreateFromDateWithDefaults (line 22) | public function testCreateFromDateWithDefaults() method testCreateFromDate (line 28) | public function testCreateFromDate() method testCreateFromDateWithYear (line 34) | public function testCreateFromDateWithYear() method testCreateFromDateWithMonth (line 40) | public function testCreateFromDateWithMonth() method testCreateFromDateWithDay (line 46) | public function testCreateFromDateWithDay() method testCreateFromDateWithTimezone (line 52) | public function testCreateFromDateWithTimezone() method testCreateFromDateWithDateTimeZone (line 59) | public function testCreateFromDateWithDateTimeZone() FILE: tests/CarbonImmutable/CreateFromFormatTest.php class CreateFromFormatTest (line 23) | class CreateFromFormatTest extends AbstractTestCase method setUp (line 35) | protected function setUp(): void method testCreateFromFormatReturnsCarbon (line 47) | public function testCreateFromFormatReturnsCarbon() method testCreateFromFormatWithTimezoneString (line 54) | public function testCreateFromFormatWithTimezoneString() method testCreateFromFormatWithTimezone (line 61) | public function testCreateFromFormatWithTimezone() method testCreateFromFormatWithMillis (line 68) | public function testCreateFromFormatWithMillis() method testCreateFromFormatWithTestNow (line 74) | public function testCreateFromFormatWithTestNow() method testCreateLastErrorsCanBeAccessedByExtendingClass (line 84) | #[RequiresPhp('>=8.2')] method testCreateFromFormatHandlesLastErrors (line 90) | public function testCreateFromFormatHandlesLastErrors() method testCreateFromFormatResetLastErrors (line 99) | #[RequiresPhp('>=8.2')] method testCreateFromFormatWithDollar (line 109) | public function testCreateFromFormatWithDollar() FILE: tests/CarbonImmutable/CreateFromTimeStringTest.php class CreateFromTimeStringTest (line 20) | class CreateFromTimeStringTest extends AbstractTestCase method setUp (line 22) | protected function setUp(): void method testCreateFromTimeString (line 28) | public function testCreateFromTimeString() method testCreateFromTimeStringWithSecond (line 37) | public function testCreateFromTimeStringWithSecond() method testCreateFromTimeStringWithMicroSecond (line 46) | public function testCreateFromTimeStringWithMicroSecond() method testCreateFromTimeStringWithDateTimeZone (line 55) | public function testCreateFromTimeStringWithDateTimeZone() method testCreateFromTimeStringWithTimeZoneString (line 62) | public function testCreateFromTimeStringWithTimeZoneString() FILE: tests/CarbonImmutable/CreateFromTimeTest.php class CreateFromTimeTest (line 21) | class CreateFromTimeTest extends AbstractTestCase method testCreateWithTestNow (line 23) | public function testCreateWithTestNow() method testCreateFromDateWithDefaults (line 32) | public function testCreateFromDateWithDefaults() method testCreateFromDateWithNull (line 38) | public function testCreateFromDateWithNull() method testCreateFromDate (line 44) | public function testCreateFromDate() method testCreateFromTimeWithHour (line 50) | public function testCreateFromTimeWithHour() method testCreateFromTimeWithMinute (line 58) | public function testCreateFromTimeWithMinute() method testCreateFromTimeWithSecond (line 64) | public function testCreateFromTimeWithSecond() method testCreateFromTimeWithDateTimeZone (line 70) | public function testCreateFromTimeWithDateTimeZone() method testCreateFromTimeWithTimeZoneString (line 77) | public function testCreateFromTimeWithTimeZoneString() method testCreateFromTime (line 84) | public function testCreateFromTime() FILE: tests/CarbonImmutable/CreateFromTimestampTest.php class CreateFromTimestampTest (line 20) | class CreateFromTimestampTest extends AbstractTestCase method testCreateReturnsDatingInstance (line 22) | public function testCreateReturnsDatingInstance() method testCreateFromTimestampMs (line 28) | public function testCreateFromTimestampMs() method testCreateFromTimestampMsUTC (line 57) | public function testCreateFromTimestampMsUTC() method testComaDecimalSeparatorLocale (line 99) | public function testComaDecimalSeparatorLocale() method testCreateFromTimestampUsesNoTimezone (line 131) | public function testCreateFromTimestampUsesNoTimezone() method testCreateFromTimestampUsesDefaultTimezone (line 140) | public function testCreateFromTimestampUsesDefaultTimezone() method testCreateFromTimestampWithDateTimeZone (line 149) | public function testCreateFromTimestampWithDateTimeZone() method testCreateFromTimestampWithString (line 156) | public function testCreateFromTimestampWithString() method testCreateFromTimestampGMTDoesNotUseDefaultTimezone (line 164) | public function testCreateFromTimestampGMTDoesNotUseDefaultTimezone() method testCreateFromTimestampInDstChange (line 176) | public function testCreateFromTimestampInDstChange() method testCreateFromMicrotimeFloat (line 196) | public function testCreateFromMicrotimeFloat() method testCreateFromMicrotimeStrings (line 223) | public function testCreateFromMicrotimeStrings() method testCreateFromMicrotimeUTCFloat (line 257) | public function testCreateFromMicrotimeUTCFloat() method testCreateFromMicrotimeUTCStrings (line 266) | public function testCreateFromMicrotimeUTCStrings() method testNegativeIntegerTimestamp (line 281) | public function testNegativeIntegerTimestamp() FILE: tests/CarbonImmutable/CreateSafeTest.php class CreateSafeTest (line 20) | class CreateSafeTest extends AbstractTestCase method testInvalidDateExceptionProperties (line 22) | public function testInvalidDateExceptionProperties() method testCreateSafeThrowsExceptionForSecondLowerThanZero (line 29) | public function testCreateSafeThrowsExceptionForSecondLowerThanZero() method testCreateSafeThrowsExceptionForSecondGreaterThan59 (line 36) | public function testCreateSafeThrowsExceptionForSecondGreaterThan59() method testCreateSafeThrowsExceptionForMinuteLowerThanZero (line 43) | public function testCreateSafeThrowsExceptionForMinuteLowerThanZero() method testCreateSafeThrowsExceptionForMinuteGreaterThan59 (line 50) | public function testCreateSafeThrowsExceptionForMinuteGreaterThan59() method testCreateSafeThrowsExceptionForHourLowerThanZero (line 57) | public function testCreateSafeThrowsExceptionForHourLowerThanZero() method testCreateSafeThrowsExceptionForHourGreaterThan24 (line 64) | public function testCreateSafeThrowsExceptionForHourGreaterThan24() method testCreateSafeThrowsExceptionForDayLowerThanZero (line 71) | public function testCreateSafeThrowsExceptionForDayLowerThanZero() method testCreateSafeThrowsExceptionForDayGreaterThan31 (line 78) | public function testCreateSafeThrowsExceptionForDayGreaterThan31() method testCreateSafeThrowsExceptionForMonthLowerThanZero (line 85) | public function testCreateSafeThrowsExceptionForMonthLowerThanZero() method testCreateSafeThrowsExceptionForMonthGreaterThan12 (line 92) | public function testCreateSafeThrowsExceptionForMonthGreaterThan12() method testCreateSafeThrowsExceptionForYearLowerThanZero (line 99) | public function testCreateSafeThrowsExceptionForYearLowerThanZero() method testCreateSafeThrowsExceptionForYearGreaterThan12 (line 106) | public function testCreateSafeThrowsExceptionForYearGreaterThan12() method testCreateSafeThrowsExceptionForInvalidDayInShortMonth (line 113) | public function testCreateSafeThrowsExceptionForInvalidDayInShortMonth() method testCreateSafeThrowsExceptionForInvalidDayForFebruaryInLeapYear (line 121) | public function testCreateSafeThrowsExceptionForInvalidDayForFebruaryI... method testCreateSafePassesForFebruaryInLeapYear (line 130) | public function testCreateSafePassesForFebruaryInLeapYear() method testCreateSafeThrowsExceptionForInvalidDayForFebruaryInNonLeapYear (line 136) | public function testCreateSafeThrowsExceptionForInvalidDayForFebruaryI... method testCreateSafePassesForInvalidDSTTime (line 145) | public function testCreateSafePassesForInvalidDSTTime() method testCreateSafePassesForValidDSTTime (line 160) | public function testCreateSafePassesForValidDSTTime() method testCreateSafeThrowsExceptionForWithNonIntegerValue (line 167) | public function testCreateSafeThrowsExceptionForWithNonIntegerValue() method testCreateSafePassesForFebruaryInNonLeapYear (line 174) | public function testCreateSafePassesForFebruaryInNonLeapYear() method testCreateSafePasses (line 180) | public function testCreateSafePasses() FILE: tests/CarbonImmutable/CreateTest.php class CreateTest (line 23) | class CreateTest extends AbstractTestCase method testCreateReturnsDatingInstance (line 25) | public function testCreateReturnsDatingInstance() method testCreateWithDefaults (line 31) | public function testCreateWithDefaults() method testCreateWithNull (line 37) | public function testCreateWithNull() method testCreateAsParseAlias (line 43) | public function testCreateAsParseAlias() method testCreateWithYear (line 49) | public function testCreateWithYear() method testCreateHandlesNegativeYear (line 55) | public function testCreateHandlesNegativeYear() method testCreateHandlesFiveDigitsPositiveYears (line 61) | public function testCreateHandlesFiveDigitsPositiveYears() method testCreateHandlesFiveDigitsNegativeYears (line 67) | public function testCreateHandlesFiveDigitsNegativeYears() method testCreateWithMonth (line 73) | public function testCreateWithMonth() method testCreateWithInvalidMonth (line 79) | public function testCreateWithInvalidMonth() method testCreateMonthWraps (line 88) | public function testCreateMonthWraps() method testCreateWithDay (line 94) | public function testCreateWithDay() method testCreateWithInvalidDay (line 100) | public function testCreateWithInvalidDay() method testCreateDayWraps (line 109) | public function testCreateDayWraps() method testCreateWithHourAndDefaultMinSecToZero (line 115) | public function testCreateWithHourAndDefaultMinSecToZero() method testCreateWithInvalidHour (line 123) | public function testCreateWithInvalidHour() method testCreateHourWraps (line 132) | public function testCreateHourWraps() method testCreateWithMinute (line 138) | public function testCreateWithMinute() method testCreateWithInvalidMinute (line 144) | public function testCreateWithInvalidMinute() method testCreateMinuteWraps (line 153) | public function testCreateMinuteWraps() method testCreateWithSecond (line 159) | public function testCreateWithSecond() method testCreateWithInvalidSecond (line 165) | public function testCreateWithInvalidSecond() method testCreateSecondsWrap (line 174) | public function testCreateSecondsWrap() method testCreateWithDateTimeZone (line 180) | public function testCreateWithDateTimeZone() method testCreateWithTimeZoneString (line 187) | public function testCreateWithTimeZoneString() method testMake (line 194) | public function testMake() method testCreateWithInvalidTimezoneOffset (line 202) | public function testCreateWithInvalidTimezoneOffset() method testCreateWithValidTimezoneOffset (line 211) | public function testCreateWithValidTimezoneOffset() method testParseFromLocale (line 220) | public function testParseFromLocale() method testParseFromLocaleWithDefaultLocale (line 245) | public function testParseFromLocaleWithDefaultLocale() method testCreateFromLocaleFormat (line 258) | public function testCreateFromLocaleFormat() method testCreateFromIsoFormat (line 299) | public function testCreateFromIsoFormat() method testCreateFromIsoFormatException (line 306) | public function testCreateFromIsoFormatException() method testCreateFromLocaleIsoFormat (line 315) | public function testCreateFromLocaleIsoFormat() method testStartOfTime (line 332) | public function testStartOfTime() method testEndOfTime (line 338) | public function testEndOfTime() FILE: tests/CarbonImmutable/DayOfWeekModifiersTest.php class DayOfWeekModifiersTest (line 19) | class DayOfWeekModifiersTest extends AbstractTestCase method testGetWeekendDays (line 21) | public function testGetWeekendDays() method testSetWeekendDays (line 26) | public function testSetWeekendDays() method testStartOfWeek (line 36) | public function testStartOfWeek() method testStartOfWeekFromWeekStart (line 42) | public function testStartOfWeekFromWeekStart() method testStartOfWeekCrossingYearBoundary (line 48) | public function testStartOfWeekCrossingYearBoundary() method testEndOfWeek (line 56) | public function testEndOfWeek() method testEndOfWeekFromWeekEnd (line 62) | public function testEndOfWeekFromWeekEnd() method testEndOfWeekCrossingYearBoundary (line 68) | public function testEndOfWeekCrossingYearBoundary() method testStartOrEndOfWeekFromWeekWithUTC (line 79) | public function testStartOrEndOfWeekFromWeekWithUTC() method testStartOrEndOfWeekFromWeekWithOtherTimezone (line 89) | public function testStartOrEndOfWeekFromWeekWithOtherTimezone() method testNext (line 96) | public function testNext() method testNextMonday (line 102) | public function testNextMonday() method testNextSaturday (line 108) | public function testNextSaturday() method testNextTimestamp (line 114) | public function testNextTimestamp() method testPrevious (line 120) | public function testPrevious() method testPreviousMonday (line 126) | public function testPreviousMonday() method testPreviousSaturday (line 132) | public function testPreviousSaturday() method testPreviousTimestamp (line 138) | public function testPreviousTimestamp() method testFirstDayOfMonth (line 144) | public function testFirstDayOfMonth() method testFirstWednesdayOfMonth (line 150) | public function testFirstWednesdayOfMonth() method testFirstFridayOfMonth (line 156) | public function testFirstFridayOfMonth() method testLastDayOfMonth (line 162) | public function testLastDayOfMonth() method testLastTuesdayOfMonth (line 168) | public function testLastTuesdayOfMonth() method testLastFridayOfMonth (line 174) | public function testLastFridayOfMonth() method testNthOfMonthOutsideScope (line 180) | public function testNthOfMonthOutsideScope() method testNthOfMonthOutsideYear (line 185) | public function testNthOfMonthOutsideYear() method test2ndMondayOfMonth (line 190) | public function test2ndMondayOfMonth() method test3rdWednesdayOfMonth (line 196) | public function test3rdWednesdayOfMonth() method testFirstDayOfQuarter (line 202) | public function testFirstDayOfQuarter() method testFirstWednesdayOfQuarter (line 208) | public function testFirstWednesdayOfQuarter() method testFirstFridayOfQuarter (line 214) | public function testFirstFridayOfQuarter() method testFirstOfQuarterFromADayThatWillNotExistInTheFirstMonth (line 220) | public function testFirstOfQuarterFromADayThatWillNotExistInTheFirstMo... method testLastDayOfQuarter (line 226) | public function testLastDayOfQuarter() method testLastTuesdayOfQuarter (line 232) | public function testLastTuesdayOfQuarter() method testLastFridayOfQuarter (line 238) | public function testLastFridayOfQuarter() method testLastOfQuarterFromADayThatWillNotExistInTheLastMonth (line 244) | public function testLastOfQuarterFromADayThatWillNotExistInTheLastMonth() method testNthOfQuarterOutsideScope (line 250) | public function testNthOfQuarterOutsideScope() method testNthOfQuarterOutsideYear (line 255) | public function testNthOfQuarterOutsideYear() method testNthOfQuarterFromADayThatWillNotExistInTheFirstMonth (line 260) | public function testNthOfQuarterFromADayThatWillNotExistInTheFirstMonth() method test2ndMondayOfQuarter (line 266) | public function test2ndMondayOfQuarter() method test3rdWednesdayOfQuarter (line 272) | public function test3rdWednesdayOfQuarter() method testFirstDayOfYear (line 278) | public function testFirstDayOfYear() method testFirstWednesdayOfYear (line 284) | public function testFirstWednesdayOfYear() method testFirstFridayOfYear (line 290) | public function testFirstFridayOfYear() method testLastDayOfYear (line 296) | public function testLastDayOfYear() method testLastTuesdayOfYear (line 302) | public function testLastTuesdayOfYear() method testLastFridayOfYear (line 308) | public function testLastFridayOfYear() method testNthOfYearOutsideScope (line 314) | public function testNthOfYearOutsideScope() method test2ndMondayOfYear (line 319) | public function test2ndMondayOfYear() method test3rdWednesdayOfYear (line 325) | public function test3rdWednesdayOfYear() method testNextWeekday (line 331) | public function testNextWeekday() method testPreviousWeekday (line 350) | public function testPreviousWeekday() method testNextWeekendDay (line 369) | public function testNextWeekendDay() method testPreviousWeekendDay (line 388) | public function testPreviousWeekendDay() method testWeekStartAndEndWithAutoMode (line 407) | public function testWeekStartAndEndWithAutoMode() FILE: tests/CarbonImmutable/DiffTest.php class DiffTest (line 24) | class DiffTest extends AbstractTestCase method wrapWithTestNow (line 26) | public function wrapWithTestNow(Closure $func, ?CarbonInterface $dt = ... method testDiffAsCarbonInterval (line 31) | public function testDiffAsCarbonInterval() method testDiffInYearsPositive (line 38) | public function testDiffInYearsPositive() method testDiffInYearsNegativeWithSign (line 44) | public function testDiffInYearsNegativeWithSign() method testDiffInYearsNegativeNoSign (line 50) | public function testDiffInYearsNegativeNoSign() method testDiffInYearsVsDefaultNow (line 56) | public function testDiffInYearsVsDefaultNow() method testDiffInYearsEnsureIsTruncated (line 63) | public function testDiffInYearsEnsureIsTruncated() method testDiffInQuartersPositive (line 69) | public function testDiffInQuartersPositive() method testDiffInQuartersNegativeWithSign (line 75) | public function testDiffInQuartersNegativeWithSign() method testDiffInQuartersNegativeWithNoSign (line 81) | public function testDiffInQuartersNegativeWithNoSign() method testDiffInQuartersVsDefaultNow (line 87) | public function testDiffInQuartersVsDefaultNow() method testDiffInQuartersEnsureIsTruncated (line 94) | public function testDiffInQuartersEnsureIsTruncated() method testDiffInMonthsPositive (line 100) | public function testDiffInMonthsPositive() method testDiffInMonthsNegativeWithSign (line 106) | public function testDiffInMonthsNegativeWithSign() method testDiffInMonthsNegativeNoSign (line 112) | public function testDiffInMonthsNegativeNoSign() method testDiffInMonthsVsDefaultNow (line 118) | public function testDiffInMonthsVsDefaultNow() method testDiffInMonthsEnsureIsTruncated (line 125) | public function testDiffInMonthsEnsureIsTruncated() method testDiffInDaysPositive (line 131) | public function testDiffInDaysPositive() method testDiffInDaysNegativeWithSign (line 137) | public function testDiffInDaysNegativeWithSign() method testDiffInDaysNegativeNoSign (line 143) | public function testDiffInDaysNegativeNoSign() method testDiffInDaysVsDefaultNow (line 149) | public function testDiffInDaysVsDefaultNow() method testDiffInDaysEnsureIsTruncated (line 156) | public function testDiffInDaysEnsureIsTruncated() method testDiffInDaysFilteredPositiveWithMutated (line 162) | public function testDiffInDaysFilteredPositiveWithMutated() method testDiffInDaysFilteredPositiveWithSecondObject (line 170) | public function testDiffInDaysFilteredPositiveWithSecondObject() method testDiffInDaysFilteredNegativeNoSignWithMutated (line 180) | public function testDiffInDaysFilteredNegativeNoSignWithMutated() method testDiffInDaysFilteredNegativeNoSignWithSecondObject (line 188) | public function testDiffInDaysFilteredNegativeNoSignWithSecondObject() method testDiffInDaysFilteredNegativeWithSignWithMutated (line 198) | public function testDiffInDaysFilteredNegativeWithSignWithMutated() method testDiffInDaysFilteredNegativeWithSignWithSecondObject (line 206) | public function testDiffInDaysFilteredNegativeWithSignWithSecondObject() method testDiffInHoursFiltered (line 216) | public function testDiffInHoursFiltered() method testDiffInHoursFilteredNegative (line 226) | public function testDiffInHoursFilteredNegative() method testDiffInHoursFilteredWorkHoursPerWeek (line 236) | public function testDiffInHoursFilteredWorkHoursPerWeek() method testDiffFilteredUsingMinutesPositiveWithMutated (line 246) | public function testDiffFilteredUsingMinutesPositiveWithMutated() method testDiffFilteredPositiveWithSecondObject (line 254) | public function testDiffFilteredPositiveWithSecondObject() method testDiffFilteredNegativeNoSignWithMutated (line 264) | public function testDiffFilteredNegativeNoSignWithMutated() method testDiffFilteredNegativeNoSignWithSecondObject (line 273) | public function testDiffFilteredNegativeNoSignWithSecondObject() method testDiffFilteredNegativeWithSignWithMutated (line 283) | public function testDiffFilteredNegativeWithSignWithMutated() method testDiffFilteredNegativeWithSignWithSecondObject (line 291) | public function testDiffFilteredNegativeWithSignWithSecondObject() method testBug188DiffWithSameDates (line 301) | public function testBug188DiffWithSameDates() method testBug188DiffWithDatesOnlyHoursApart (line 310) | public function testBug188DiffWithDatesOnlyHoursApart() method testBug188DiffWithSameDates1DayApart (line 319) | public function testBug188DiffWithSameDates1DayApart() method testBug188DiffWithDatesOnTheWeekend (line 328) | public function testBug188DiffWithDatesOnTheWeekend() method testDiffInWeekdaysPositive (line 338) | public function testDiffInWeekdaysPositive() method testDiffInWeekdaysNegativeNoSign (line 344) | public function testDiffInWeekdaysNegativeNoSign() method testDiffInWeekdaysNegativeWithSign (line 350) | public function testDiffInWeekdaysNegativeWithSign() method testDiffInWeekendDaysPositive (line 356) | public function testDiffInWeekendDaysPositive() method testDiffInWeekendDaysNegativeNoSign (line 362) | public function testDiffInWeekendDaysNegativeNoSign() method testDiffInWeekendDaysNegativeWithSign (line 368) | public function testDiffInWeekendDaysNegativeWithSign() method testDiffInWeeksPositive (line 374) | public function testDiffInWeeksPositive() method testDiffInWeeksNegativeWithSign (line 380) | public function testDiffInWeeksNegativeWithSign() method testDiffInWeeksNegativeNoSign (line 386) | public function testDiffInWeeksNegativeNoSign() method testDiffInWeeksVsDefaultNow (line 392) | public function testDiffInWeeksVsDefaultNow() method testDiffInWeeksEnsureIsTruncated (line 399) | public function testDiffInWeeksEnsureIsTruncated() method testDiffInHoursPositive (line 405) | public function testDiffInHoursPositive() method testDiffInHoursNegativeWithSign (line 411) | public function testDiffInHoursNegativeWithSign() method testDiffInHoursNegativeNoSign (line 417) | public function testDiffInHoursNegativeNoSign() method testDiffInHoursVsDefaultNow (line 423) | public function testDiffInHoursVsDefaultNow() method testDiffInHoursEnsureIsTruncated (line 430) | public function testDiffInHoursEnsureIsTruncated() method testDiffInHoursWithTimezones (line 436) | public function testDiffInHoursWithTimezones() method testDiffInMinutesPositive (line 458) | public function testDiffInMinutesPositive() method testDiffInMinutesPositiveALot (line 464) | public function testDiffInMinutesPositiveALot() method testDiffInMinutesNegativeWithSign (line 470) | public function testDiffInMinutesNegativeWithSign() method testDiffInMinutesNegativeNoSign (line 476) | public function testDiffInMinutesNegativeNoSign() method testDiffInMinutesVsDefaultNow (line 482) | public function testDiffInMinutesVsDefaultNow() method testDiffInMinutesEnsureIsTruncated (line 489) | public function testDiffInMinutesEnsureIsTruncated() method testDiffInSecondsPositive (line 495) | public function testDiffInSecondsPositive() method testDiffInSecondsPositiveALot (line 501) | public function testDiffInSecondsPositiveALot() method testDiffInSecondsNegativeWithSign (line 507) | public function testDiffInSecondsNegativeWithSign() method testDiffInSecondsNegativeNoSign (line 513) | public function testDiffInSecondsNegativeNoSign() method testDiffInSecondsVsDefaultNow (line 519) | public function testDiffInSecondsVsDefaultNow() method testDiffInSecondsEnsureIsTruncated (line 526) | public function testDiffInSecondsEnsureIsTruncated() method testDiffInSecondsWithTimezones (line 532) | public function testDiffInSecondsWithTimezones() method testDiffInSecondsWithTimezonesAndVsDefault (line 543) | public function testDiffInSecondsWithTimezonesAndVsDefault() method testDiffForHumansNowAndSecond (line 552) | public function testDiffForHumansNowAndSecond() method testDiffInTheFuture (line 562) | public function testDiffInTheFuture() method testDiffForHumansNowAndSecondWithTimezone (line 573) | public function testDiffForHumansNowAndSecondWithTimezone() method testDiffForHumansNowAndSeconds (line 582) | public function testDiffForHumansNowAndSeconds() method testDiffForHumansNowAndNearlyMinute (line 589) | public function testDiffForHumansNowAndNearlyMinute() method testDiffForHumansNowAndMinute (line 596) | public function testDiffForHumansNowAndMinute() method testDiffForHumansNowAndMinutes (line 603) | public function testDiffForHumansNowAndMinutes() method testDiffForHumansNowAndNearlyHour (line 610) | public function testDiffForHumansNowAndNearlyHour() method testDiffForHumansNowAndHour (line 617) | public function testDiffForHumansNowAndHour() method testDiffForHumansNowAndHours (line 624) | public function testDiffForHumansNowAndHours() method testDiffForHumansNowAndNearlyDay (line 631) | public function testDiffForHumansNowAndNearlyDay() method testDiffForHumansNowAndDay (line 638) | public function testDiffForHumansNowAndDay() method testDiffForHumansNowAndDays (line 645) | public function testDiffForHumansNowAndDays() method testDiffForHumansNowAndNearlyWeek (line 652) | public function testDiffForHumansNowAndNearlyWeek() method testDiffForHumansNowAndWeek (line 659) | public function testDiffForHumansNowAndWeek() method testDiffForHumansNowAndWeeks (line 666) | public function testDiffForHumansNowAndWeeks() method testDiffForHumansNowAndNearlyMonth (line 673) | public function testDiffForHumansNowAndNearlyMonth() method testDiffForHumansNowAndMonth (line 680) | public function testDiffForHumansNowAndMonth() method testDiffForHumansNowAndMonths (line 687) | public function testDiffForHumansNowAndMonths() method testDiffForHumansNowAndNearlyYear (line 694) | public function testDiffForHumansNowAndNearlyYear() method testDiffForHumansNowAndYear (line 701) | public function testDiffForHumansNowAndYear() method testDiffForHumansNowAndYears (line 708) | public function testDiffForHumansNowAndYears() method testDiffForHumansNowAndFutureSecond (line 715) | public function testDiffForHumansNowAndFutureSecond() method testDiffForHumansNowAndFutureSeconds (line 722) | public function testDiffForHumansNowAndFutureSeconds() method testDiffForHumansNowAndNearlyFutureMinute (line 729) | public function testDiffForHumansNowAndNearlyFutureMinute() method testDiffForHumansNowAndFutureMinute (line 736) | public function testDiffForHumansNowAndFutureMinute() method testDiffForHumansNowAndFutureMinutes (line 743) | public function testDiffForHumansNowAndFutureMinutes() method testDiffForHumansNowAndNearlyFutureHour (line 750) | public function testDiffForHumansNowAndNearlyFutureHour() method testDiffForHumansNowAndFutureHour (line 757) | public function testDiffForHumansNowAndFutureHour() method testDiffForHumansNowAndFutureHours (line 764) | public function testDiffForHumansNowAndFutureHours() method testDiffForHumansNowAndNearlyFutureDay (line 771) | public function testDiffForHumansNowAndNearlyFutureDay() method testDiffForHumansNowAndFutureDay (line 778) | public function testDiffForHumansNowAndFutureDay() method testDiffForHumansNowAndFutureDays (line 785) | public function testDiffForHumansNowAndFutureDays() method testDiffForHumansNowAndNearlyFutureWeek (line 792) | public function testDiffForHumansNowAndNearlyFutureWeek() method testDiffForHumansNowAndFutureWeek (line 799) | public function testDiffForHumansNowAndFutureWeek() method testDiffForHumansNowAndFutureWeeks (line 806) | public function testDiffForHumansNowAndFutureWeeks() method testDiffForHumansNowAndNearlyFutureMonth (line 813) | public function testDiffForHumansNowAndNearlyFutureMonth() method testDiffForHumansNowAndFutureMonth (line 820) | public function testDiffForHumansNowAndFutureMonth() method testDiffForHumansNowAndFutureMonths (line 828) | public function testDiffForHumansNowAndFutureMonths() method testDiffForHumansNowAndNearlyFutureYear (line 835) | public function testDiffForHumansNowAndNearlyFutureYear() method testDiffForHumansNowAndFutureYear (line 842) | public function testDiffForHumansNowAndFutureYear() method testDiffForHumansNowAndFutureYears (line 849) | public function testDiffForHumansNowAndFutureYears() method testDiffForHumansOtherAndSecond (line 856) | public function testDiffForHumansOtherAndSecond() method testDiffForHumansOtherAndSeconds (line 863) | public function testDiffForHumansOtherAndSeconds() method testDiffForHumansOtherAndNearlyMinute (line 870) | public function testDiffForHumansOtherAndNearlyMinute() method testDiffForHumansOtherAndMinute (line 877) | public function testDiffForHumansOtherAndMinute() method testDiffForHumansOtherAndMinutes (line 884) | public function testDiffForHumansOtherAndMinutes() method testDiffForHumansOtherAndNearlyHour (line 891) | public function testDiffForHumansOtherAndNearlyHour() method testDiffForHumansOtherAndHour (line 898) | public function testDiffForHumansOtherAndHour() method testDiffForHumansOtherAndHours (line 905) | public function testDiffForHumansOtherAndHours() method testDiffForHumansOtherAndNearlyDay (line 912) | public function testDiffForHumansOtherAndNearlyDay() method testDiffForHumansOtherAndDay (line 919) | public function testDiffForHumansOtherAndDay() method testDiffForHumansOtherAndDays (line 926) | public function testDiffForHumansOtherAndDays() method testDiffForHumansOtherAndNearlyWeek (line 933) | public function testDiffForHumansOtherAndNearlyWeek() method testDiffForHumansOverWeekWithDefaultPartsCount (line 940) | public function testDiffForHumansOverWeekWithDefaultPartsCount() method testDiffForHumansOverWeekWithPartsCount1 (line 947) | public function testDiffForHumansOverWeekWithPartsCount1() method testDiffForHumansOverWeekWithPartsCount2 (line 957) | public function testDiffForHumansOverWeekWithPartsCount2() method testDiffForHumansOverWeekWithMicrosecondsBuggyGap (line 967) | public function testDiffForHumansOverWeekWithMicrosecondsBuggyGap() method testDiffForHumansOtherAndWeek (line 978) | public function testDiffForHumansOtherAndWeek() method testDiffForHumansOtherAndWeeks (line 985) | public function testDiffForHumansOtherAndWeeks() method testDiffForHumansOtherAndNearlyMonth (line 992) | public function testDiffForHumansOtherAndNearlyMonth() method testDiffForHumansOtherAndMonth (line 999) | public function testDiffForHumansOtherAndMonth() method testDiffForHumansOtherAndMonths (line 1007) | public function testDiffForHumansOtherAndMonths() method testDiffForHumansOtherAndNearlyYear (line 1014) | public function testDiffForHumansOtherAndNearlyYear() method testDiffForHumansOtherAndYear (line 1021) | public function testDiffForHumansOtherAndYear() method testDiffForHumansOtherAndYears (line 1028) | public function testDiffForHumansOtherAndYears() method testDiffForHumansOtherAndFutureSecond (line 1035) | public function testDiffForHumansOtherAndFutureSecond() method testDiffForHumansOtherAndFutureSeconds (line 1042) | public function testDiffForHumansOtherAndFutureSeconds() method testDiffForHumansOtherAndNearlyFutureMinute (line 1049) | public function testDiffForHumansOtherAndNearlyFutureMinute() method testDiffForHumansOtherAndFutureMinute (line 1056) | public function testDiffForHumansOtherAndFutureMinute() method testDiffForHumansOtherAndFutureMinutes (line 1063) | public function testDiffForHumansOtherAndFutureMinutes() method testDiffForHumansOtherAndNearlyFutureHour (line 1070) | public function testDiffForHumansOtherAndNearlyFutureHour() method testDiffForHumansOtherAndFutureHour (line 1077) | public function testDiffForHumansOtherAndFutureHour() method testDiffForHumansOtherAndFutureHours (line 1084) | public function testDiffForHumansOtherAndFutureHours() method testDiffForHumansOtherAndNearlyFutureDay (line 1091) | public function testDiffForHumansOtherAndNearlyFutureDay() method testDiffForHumansOtherAndFutureDay (line 1098) | public function testDiffForHumansOtherAndFutureDay() method testDiffForHumansOtherAndFutureDays (line 1105) | public function testDiffForHumansOtherAndFutureDays() method testDiffForHumansOtherAndNearlyFutureWeek (line 1112) | public function testDiffForHumansOtherAndNearlyFutureWeek() method testDiffForHumansOtherAndFutureWeek (line 1119) | public function testDiffForHumansOtherAndFutureWeek() method testDiffForHumansOtherAndFutureWeeks (line 1126) | public function testDiffForHumansOtherAndFutureWeeks() method testDiffForHumansOtherAndNearlyFutureMonth (line 1133) | public function testDiffForHumansOtherAndNearlyFutureMonth() method testDiffForHumansOtherAndFutureMonth (line 1140) | public function testDiffForHumansOtherAndFutureMonth() method testDiffForHumansOtherAndFutureMonths (line 1147) | public function testDiffForHumansOtherAndFutureMonths() method testDiffForHumansOtherAndNearlyFutureYear (line 1154) | public function testDiffForHumansOtherAndNearlyFutureYear() method testDiffForHumansOtherAndFutureYear (line 1161) | public function testDiffForHumansOtherAndFutureYear() method testDiffForHumansOtherAndFutureYears (line 1168) | public function testDiffForHumansOtherAndFutureYears() method testDiffForHumansAbsoluteSeconds (line 1175) | public function testDiffForHumansAbsoluteSeconds() method testDiffForHumansAbsoluteMinutes (line 1183) | public function testDiffForHumansAbsoluteMinutes() method testDiffForHumansAbsoluteHours (line 1191) | public function testDiffForHumansAbsoluteHours() method testDiffForHumansAbsoluteDays (line 1199) | public function testDiffForHumansAbsoluteDays() method testDiffForHumansAbsoluteWeeks (line 1207) | public function testDiffForHumansAbsoluteWeeks() method testDiffForHumansAbsoluteMonths (line 1215) | public function testDiffForHumansAbsoluteMonths() method testDiffForHumansAbsoluteYears (line 1223) | public function testDiffForHumansAbsoluteYears() method testDiffForHumansWithOptions (line 1231) | public function testDiffForHumansWithOptions() method testDiffForHumansWithMagicMethods (line 1253) | public function testDiffForHumansWithMagicMethods() method testDiffForHumansWithShorterMonthShouldStillBeAMonth (line 1294) | public function testDiffForHumansWithShorterMonthShouldStillBeAMonth() method testDiffForHumansWithDateTimeInstance (line 1301) | public function testDiffForHumansWithDateTimeInstance() method testDiffForHumansWithDateString (line 1308) | public function testDiffForHumansWithDateString() method testDiffForHumansWithDateTimeString (line 1314) | public function testDiffForHumansWithDateTimeString() method testDiffWithString (line 1320) | public function testDiffWithString() method testDiffWithDateTime (line 1328) | public function testDiffWithDateTime() method testDiffOptions (line 1336) | public function testDiffOptions() method testDiffForHumansArrayParameter (line 1476) | public function testDiffForHumansArrayParameter() method testFromNow (line 1527) | public function testFromNow() method testFromNowBackwardCompatibleSyntax (line 1539) | public function testFromNowBackwardCompatibleSyntax() method testFrom (line 1548) | public function testFrom() method testSince (line 1562) | public function testSince() method testToNow (line 1576) | public function testToNow() method testTo (line 1588) | public function testTo() method testUntil (line 1602) | public function testUntil() method testDiffWithInvalidType (line 1616) | public function testDiffWithInvalidType() method testDiffWithInvalidObject (line 1623) | public function testDiffWithInvalidObject() method testDiffForHumansWithIncorrectDateTimeStringWhichIsNotACarbonInstance (line 1630) | public function testDiffForHumansWithIncorrectDateTimeStringWhichIsNot... method testFloatDiff (line 1639) | public function testFloatDiff() method testFloatDiffWithRealUnits (line 1685) | public function testFloatDiffWithRealUnits() method testFloatDiffWithUTCUnits (line 1750) | public function testFloatDiffWithUTCUnits() method testPhpBug77007 (line 1819) | public function testPhpBug77007() method testPHPBug80974 (line 1859) | public function testPHPBug80974() method testThreeMonthMinusOneDay (line 1867) | public function testThreeMonthMinusOneDay() method testDiffWithZeroAndNonZeroMicroseconds (line 1884) | public function testDiffWithZeroAndNonZeroMicroseconds() method testNearlyFullDayDiffInSeconds (line 1897) | public function testNearlyFullDayDiffInSeconds() method testNearlyFullDayDiffInMicroseconds (line 1905) | public function testNearlyFullDayDiffInMicroseconds() method testExactMonthDiffInSeconds (line 1913) | public function testExactMonthDiffInSeconds() method testDiffInUnit (line 1921) | public function testDiffInUnit() method testDiffInUnitException (line 1926) | public function testDiffInUnitException() method testDaysDiffPreservation (line 1933) | public function testDaysDiffPreservation() method testAFormat (line 1956) | public function testAFormat() FILE: tests/CarbonImmutable/ExpressiveComparisonTest.php class ExpressiveComparisonTest (line 19) | class ExpressiveComparisonTest extends AbstractTestCase method testEqualToTrue (line 21) | public function testEqualToTrue() method testEqualToFalse (line 26) | public function testEqualToFalse() method testEqualWithTimezoneTrue (line 31) | public function testEqualWithTimezoneTrue() method testNotEqualToTrue (line 36) | public function testNotEqualToTrue() method testNotEqualToFalse (line 41) | public function testNotEqualToFalse() method testGreaterThanTrue (line 46) | public function testGreaterThanTrue() method testGreaterThanFalse (line 51) | public function testGreaterThanFalse() method testGreaterThanWithTimezoneTrue (line 56) | public function testGreaterThanWithTimezoneTrue() method testGreaterThanWithTimezoneFalse (line 63) | public function testGreaterThanWithTimezoneFalse() method testGreaterThanOrEqualTrue (line 70) | public function testGreaterThanOrEqualTrue() method testGreaterThanOrEqualTrueEqual (line 75) | public function testGreaterThanOrEqualTrueEqual() method testGreaterThanOrEqualFalse (line 80) | public function testGreaterThanOrEqualFalse() method testLessThanTrue (line 85) | public function testLessThanTrue() method testLessThanFalse (line 90) | public function testLessThanFalse() method testLessThanOrEqualTrue (line 95) | public function testLessThanOrEqualTrue() method testLessThanOrEqualTrueEqual (line 100) | public function testLessThanOrEqualTrueEqual() method testLessThanOrEqualFalse (line 105) | public function testLessThanOrEqualFalse() method testBetweenEqualTrue (line 110) | public function testBetweenEqualTrue() method testBetweenNotEqualTrue (line 115) | public function testBetweenNotEqualTrue() method testBetweenEqualFalse (line 120) | public function testBetweenEqualFalse() method testBetweenNotEqualFalse (line 125) | public function testBetweenNotEqualFalse() method testBetweenEqualSwitchTrue (line 130) | public function testBetweenEqualSwitchTrue() method testBetweenNotEqualSwitchTrue (line 135) | public function testBetweenNotEqualSwitchTrue() method testBetweenEqualSwitchFalse (line 140) | public function testBetweenEqualSwitchFalse() method testBetweenNotEqualSwitchFalse (line 145) | public function testBetweenNotEqualSwitchFalse() method testMinIsFluid (line 150) | public function testMinIsFluid() method testMinWithNow (line 156) | public function testMinWithNow() method testMinWithInstance (line 162) | public function testMinWithInstance() method testMaxIsFluid (line 169) | public function testMaxIsFluid() method testMaxWithNow (line 175) | public function testMaxWithNow() method testMaxWithInstance (line 181) | public function testMaxWithInstance() method testIsBirthday (line 188) | public function testIsBirthday() method testIsLastOfMonth (line 197) | public function testIsLastOfMonth() FILE: tests/CarbonImmutable/Fixtures/BadIsoCarbon.php class BadIsoCarbon (line 18) | class BadIsoCarbon extends Carbon method getIsoUnits (line 20) | public static function getIsoUnits(): array FILE: tests/CarbonImmutable/Fixtures/Mixin.php class Mixin (line 18) | class Mixin method setUserTimezone (line 22) | public function setUserTimezone() method userFormat (line 31) | public function userFormat() FILE: tests/CarbonImmutable/Fixtures/MyCarbon.php class MyCarbon (line 18) | class MyCarbon extends Carbon FILE: tests/CarbonImmutable/FluidSettersTest.php class FluidSettersTest (line 19) | class FluidSettersTest extends AbstractTestCase method testFluidYearSetter (line 21) | public function testFluidYearSetter() method testFluidMonthSetter (line 31) | public function testFluidMonthSetter() method testFluidMonthSetterWithWrap (line 41) | public function testFluidMonthSetterWithWrap() method testFluidDaySetter (line 51) | public function testFluidDaySetter() method testFluidDaySetterWithWrap (line 61) | public function testFluidDaySetterWithWrap() method testFluidSetDate (line 71) | public function testFluidSetDate() method testFluidHourSetter (line 81) | public function testFluidHourSetter() method testFluidHourSetterWithWrap (line 91) | public function testFluidHourSetterWithWrap() method testFluidMinuteSetter (line 101) | public function testFluidMinuteSetter() method testFluidMinuteSetterWithWrap (line 111) | public function testFluidMinuteSetterWithWrap() method testFluidSecondSetter (line 121) | public function testFluidSecondSetter() method testFluidSecondSetterWithWrap (line 131) | public function testFluidSecondSetterWithWrap() method testFluidSetTime (line 141) | public function testFluidSetTime() method testFluidTimestampSetter (line 148) | public function testFluidTimestampSetter() FILE: tests/CarbonImmutable/GenericMacroTest.php class GenericMacroTest (line 21) | class GenericMacroTest extends AbstractTestCaseWithOldNow method testGenericMacro (line 23) | public function testGenericMacro() method testGenericMacroPriority (line 66) | public function testGenericMacroPriority() method testLocalGenericMacroPriority (line 102) | public function testLocalGenericMacroPriority() FILE: tests/CarbonImmutable/GettersTest.php class GettersTest (line 21) | class GettersTest extends AbstractTestCase method testGettersThrowExceptionOnUnknownGetter (line 23) | public function testGettersThrowExceptionOnUnknownGetter() method testGettersThrowExceptionOnUnknownOfGetter (line 34) | public function testGettersThrowExceptionOnUnknownOfGetter() method testYearGetter (line 45) | public function testYearGetter() method testYearIsoGetter (line 51) | public function testYearIsoGetter() method testMonthGetter (line 57) | public function testMonthGetter() method testDayGetter (line 63) | public function testDayGetter() method testHourGetter (line 69) | public function testHourGetter() method testMinuteGetter (line 75) | public function testMinuteGetter() method testSecondGetter (line 81) | public function testSecondGetter() method testMicroGetter (line 87) | public function testMicroGetter() method testMicroGetterWithDefaultNow (line 94) | public function testMicroGetterWithDefaultNow() method testDayOfWeekGetter (line 112) | public function testDayOfWeekGetter() method testDayOfWeekIsoGetter (line 130) | public function testDayOfWeekIsoGetter() method testDayOfYearGetter (line 148) | public function testDayOfYearGetter() method testDaysInMonthGetter (line 154) | public function testDaysInMonthGetter() method testTimestampGetter (line 160) | public function testTimestampGetter() method testGetAge (line 167) | public function testGetAge() method testGetAgeWithRealAge (line 173) | public function testGetAgeWithRealAge() method dataForTestQuarter (line 181) | public static function dataForTestQuarter(): array method testQuarterFirstOfMonth (line 199) | #[DataProvider('dataForTestQuarter')] method testQuarterMiddleOfMonth (line 206) | #[DataProvider('dataForTestQuarter')] method testQuarterLastOfMonth (line 213) | #[DataProvider('dataForTestQuarter')] method testGetLocalTrue (line 220) | public function testGetLocalTrue() method testGetLocalFalse (line 228) | public function testGetLocalFalse() method testGetUtcFalse (line 234) | public function testGetUtcFalse() method testGetUtcTrue (line 240) | public function testGetUtcTrue() method testGetDstFalse (line 252) | public function testGetDstFalse() method testGetDstTrue (line 258) | public function testGetDstTrue() method testGetMidDayAt (line 264) | public function testGetMidDayAt() method testOffsetForTorontoWithDST (line 270) | public function testOffsetForTorontoWithDST() method testOffsetForTorontoNoDST (line 275) | public function testOffsetForTorontoNoDST() method testOffsetForGMT (line 280) | public function testOffsetForGMT() method testOffsetHoursForTorontoWithDST (line 285) | public function testOffsetHoursForTorontoWithDST() method testOffsetHoursForTorontoNoDST (line 290) | public function testOffsetHoursForTorontoNoDST() method testOffsetHoursForGMT (line 295) | public function testOffsetHoursForGMT() method testIsLeapYearTrue (line 300) | public function testIsLeapYearTrue() method testIsLeapYearFalse (line 305) | public function testIsLeapYearFalse() method testIsLongYearTrue (line 310) | public function testIsLongYearTrue() method testIsLongYearFalse (line 315) | public function testIsLongYearFalse() method testWeekOfMonth (line 320) | public function testWeekOfMonth() method testWeekNumberInMonthIsNotFromTheBeginning (line 329) | public function testWeekNumberInMonthIsNotFromTheBeginning() method testWeekOfYearFirstWeek (line 342) | public function testWeekOfYearFirstWeek() method testWeekOfYearLastWeek (line 348) | public function testWeekOfYearLastWeek() method testGetTimezone (line 354) | public function testGetTimezone() method testGetTz (line 366) | public function testGetTz() method testGetTimezoneName (line 378) | public function testGetTimezoneName() method testGetTzName (line 390) | public function testGetTzName() method testShortDayName (line 402) | public function testShortDayName() method testMinDayName (line 409) | public function testMinDayName() method testShortMonthName (line 416) | public function testShortMonthName() method testGetDays (line 423) | public function testGetDays() method testUnitOfUnit (line 438) | public function testUnitOfUnit() method testUnitOfUnitMethod (line 459) | public function testUnitOfUnitMethod() method testUnitInUnit (line 481) | public function testUnitInUnit() FILE: tests/CarbonImmutable/InstanceTest.php class InstanceTest (line 25) | class InstanceTest extends AbstractTestCase method testInstanceFromDateTime (line 27) | public function testInstanceFromDateTime() method testInstanceFromCarbon (line 35) | public function testInstanceFromCarbon() method testInstanceFromDateTimeKeepsTimezoneName (line 41) | public function testInstanceFromDateTimeKeepsTimezoneName() method testInstanceFromCarbonKeepsTimezoneName (line 47) | public function testInstanceFromCarbonKeepsTimezoneName() method testInstanceFromDateTimeKeepsMicros (line 53) | public function testInstanceFromDateTimeKeepsMicros() method testInstanceFromCarbonKeepsMicros (line 61) | public function testInstanceFromCarbonKeepsMicros() method testTimezoneCopy (line 69) | public function testTimezoneCopy() method testInstanceStateSetBySetStateMethod (line 76) | public function testInstanceStateSetBySetStateMethod() method testInstanceStateSetBySetStateString (line 87) | public function testInstanceStateSetBySetStateString() method testDeserializationOccursCorrectly (line 94) | public function testDeserializationOccursCorrectly() method testMutableConversions (line 103) | public function testMutableConversions() method testInvalidCast (line 132) | public function testInvalidCast() method testChildCast (line 142) | public function testChildCast() method testSiblingCast (line 160) | public function testSiblingCast() FILE: tests/CarbonImmutable/IsTest.php class IsTest (line 27) | class IsTest extends AbstractTestCase method testIsWeekdayTrue (line 29) | public function testIsWeekdayTrue() method testIsWeekdayFalse (line 34) | public function testIsWeekdayFalse() method testIsWeekendTrue (line 39) | public function testIsWeekendTrue() method testIsWeekendFalse (line 44) | public function testIsWeekendFalse() method testIsYesterdayTrue (line 49) | public function testIsYesterdayTrue() method testIsYesterdayFalseWithToday (line 54) | public function testIsYesterdayFalseWithToday() method testIsYesterdayFalseWith2Days (line 59) | public function testIsYesterdayFalseWith2Days() method testIsTodayTrue (line 64) | public function testIsTodayTrue() method testIsCurrentWeek (line 69) | public function testIsCurrentWeek() method testIsSameWeek (line 78) | public function testIsSameWeek() method testIsNextWeekTrue (line 88) | public function testIsNextWeekTrue() method testIsLastWeekTrue (line 93) | public function testIsLastWeekTrue() method testIsNextWeekFalse (line 98) | public function testIsNextWeekFalse() method testIsLastWeekFalse (line 105) | public function testIsLastWeekFalse() method testIsNextQuarterTrue (line 112) | public function testIsNextQuarterTrue() method testIsLastQuarterTrue (line 117) | public function testIsLastQuarterTrue() method testIsNextQuarterFalse (line 122) | public function testIsNextQuarterFalse() method testIsLastQuarterFalse (line 128) | public function testIsLastQuarterFalse() method testIsNextMonthTrue (line 134) | public function testIsNextMonthTrue() method testIsLastMonthTrue (line 139) | public function testIsLastMonthTrue() method testIsNextMonthFalse (line 144) | public function testIsNextMonthFalse() method testIsLastMonthFalse (line 150) | public function testIsLastMonthFalse() method testIsNextYearTrue (line 156) | public function testIsNextYearTrue() method testIsLastYearTrue (line 161) | public function testIsLastYearTrue() method testIsNextYearFalse (line 166) | public function testIsNextYearFalse() method testIsLastYearFalse (line 173) | public function testIsLastYearFalse() method testIsTodayFalseWithYesterday (line 180) | public function testIsTodayFalseWithYesterday() method testIsTodayFalseWithTomorrow (line 185) | public function testIsTodayFalseWithTomorrow() method testIsTodayWithTimezone (line 190) | public function testIsTodayWithTimezone() method testIsTomorrowTrue (line 195) | public function testIsTomorrowTrue() method testIsTomorrowFalseWithToday (line 200) | public function testIsTomorrowFalseWithToday() method testIsTomorrowFalseWith2Days (line 205) | public function testIsTomorrowFalseWith2Days() method testIsFutureTrue (line 210) | public function testIsFutureTrue() method testIsFutureFalse (line 215) | public function testIsFutureFalse() method testIsFutureFalseInThePast (line 220) | public function testIsFutureFalseInThePast() method testIsPastTrue (line 225) | public function testIsPastTrue() method testIsPastFalse (line 230) | public function testIsPastFalse() method testNowIsPastFalse (line 235) | public function testNowIsPastFalse() method testIsNowOrFutureTrue (line 240) | public function testIsNowOrFutureTrue() method testIsNowOrFutureFalse (line 245) | public function testIsNowOrFutureFalse() method testNowIsNowOrFutureTrue (line 250) | public function testNowIsNowOrFutureTrue() method testIsNowOrPastTrue (line 255) | public function testIsNowOrPastTrue() method testIsNowOrPastFalse (line 260) | public function testIsNowOrPastFalse() method testNowIsNowOrPastTrue (line 265) | public function testNowIsNowOrPastTrue() method testIsLeapYearTrue (line 270) | public function testIsLeapYearTrue() method testIsLeapYearFalse (line 275) | public function testIsLeapYearFalse() method testIsCurrentYearTrue (line 280) | public function testIsCurrentYearTrue() method testIsCurrentYearFalse (line 285) | public function testIsCurrentYearFalse() method testIsSameYearTrue (line 290) | public function testIsSameYearTrue() method testIsSameYearFalse (line 295) | public function testIsSameYearFalse() method testIsCurrentDecadeTrue (line 300) | public function testIsCurrentDecadeTrue() method testIsCurrentDecadeFalse (line 305) | public function testIsCurrentDecadeFalse() method testIsSameDecadeTrue (line 310) | public function testIsSameDecadeTrue() method testIsSameDecadeFalse (line 316) | public function testIsSameDecadeFalse() method testIsSameFoobar (line 322) | public function testIsSameFoobar() method testIsCurrentQuarterTrue (line 331) | public function testIsCurrentQuarterTrue() method testIsCurrentQuarterFalse (line 336) | public function testIsCurrentQuarterFalse() method testIsSameQuarterTrue (line 343) | public function testIsSameQuarterTrue() method testIsSameQuarterTrueWithDateTime (line 348) | public function testIsSameQuarterTrueWithDateTime() method testIsSameQuarterFalse (line 353) | public function testIsSameQuarterFalse() method testIsSameQuarterFalseWithDateTime (line 360) | public function testIsSameQuarterFalseWithDateTime() method testIsSameQuarterAndYearTrue (line 373) | public function testIsSameQuarterAndYearTrue() method testIsSameQuarterAndYearTrueWithDateTime (line 378) | public function testIsSameQuarterAndYearTrueWithDateTime() method testIsSameQuarterAndYearFalse (line 383) | public function testIsSameQuarterAndYearFalse() method testIsSameQuarterAndYearFalseWithDateTime (line 388) | public function testIsSameQuarterAndYearFalseWithDateTime() method testIsCurrentMonth (line 395) | public function testIsCurrentMonth() method testIsCurrentMonthFalse (line 405) | public function testIsCurrentMonthFalse() method testIsSameMonth (line 411) | public function testIsSameMonth() method testIsSameMonthTrueWithDateTime (line 423) | public function testIsSameMonthTrueWithDateTime() method testIsSameMonthOfSameYear (line 435) | public function testIsSameMonthOfSameYear() method testIsSameMonthFalseWithDateTime (line 459) | public function testIsSameMonthFalseWithDateTime() method testIsSameMonthAndYearTrue (line 466) | public function testIsSameMonthAndYearTrue() method testIsSameMonthAndYearTrueWithDateTime (line 476) | public function testIsSameMonthAndYearTrueWithDateTime() method testIsSameMonthAndYearFalse (line 486) | public function testIsSameMonthAndYearFalse() method testIsSameMonthAndYearFalseWithDateTime (line 491) | public function testIsSameMonthAndYearFalseWithDateTime() method testIsSameDayTrue (line 498) | public function testIsSameDayTrue() method testIsSameDayWithString (line 505) | public function testIsSameDayWithString() method testIsSameDayTrueWithDateTime (line 512) | public function testIsSameDayTrueWithDateTime() method testIsSameDayFalse (line 519) | public function testIsSameDayFalse() method testIsSameDayFalseWithDateTime (line 526) | public function testIsSameDayFalseWithDateTime() method testIsCurrentDayTrue (line 533) | public function testIsCurrentDayTrue() method testIsCurrentDayFalse (line 540) | public function testIsCurrentDayFalse() method testIsSameHourTrue (line 546) | public function testIsSameHourTrue() method testIsSameHourTrueWithDateTime (line 553) | public function testIsSameHourTrueWithDateTime() method testIsSameHourFalse (line 560) | public function testIsSameHourFalse() method testIsSameHourFalseWithDateTime (line 567) | public function testIsSameHourFalseWithDateTime() method testIsCurrentHourTrue (line 574) | public function testIsCurrentHourTrue() method testIsCurrentHourFalse (line 583) | public function testIsCurrentHourFalse() method testIsSameMinuteTrue (line 589) | public function testIsSameMinuteTrue() method testIsSameMinuteTrueWithDateTime (line 597) | public function testIsSameMinuteTrueWithDateTime() method testIsSameMinuteFalse (line 605) | public function testIsSameMinuteFalse() method testIsSameMinuteFalseWithDateTime (line 612) | public function testIsSameMinuteFalseWithDateTime() method testIsCurrentMinuteTrue (line 619) | public function testIsCurrentMinuteTrue() method testIsCurrentMinuteFalse (line 626) | public function testIsCurrentMinuteFalse() method testIsSameSecondTrue (line 632) | public function testIsSameSecondTrue() method testIsSameSecondTrueWithDateTime (line 641) | public function testIsSameSecondTrueWithDateTime() method testIsSameSecondFalse (line 647) | public function testIsSameSecondFalse() method testIsSameSecondFalseWithDateTime (line 654) | public function testIsSameSecondFalseWithDateTime() method testIsCurrentSecondTrue (line 661) | public function testIsCurrentSecondTrue() method testIsCurrentSecondFalse (line 669) | public function testIsCurrentSecondFalse() method testIsSameMicrosecond (line 675) | public function testIsSameMicrosecond() method testIsDayOfWeek (line 693) | public function testIsDayOfWeek() method testIsSameAs (line 727) | public function testIsSameAs() method testIsSameAsWithInvalidArgument (line 733) | public function testIsSameAsWithInvalidArgument() method testIsSunday (line 741) | public function testIsSunday() method testIsMonday (line 761) | public function testIsMonday() method testIsTuesday (line 780) | public function testIsTuesday() method testIsWednesday (line 799) | public function testIsWednesday() method testIsThursday (line 818) | public function testIsThursday() method testIsFriday (line 837) | public function testIsFriday() method testIsSaturday (line 856) | public function testIsSaturday() method testIsStartOfDay (line 875) | public function testIsStartOfDay() method testIsStartOfDayInterval (line 892) | public function testIsStartOfDayInterval() method testIsStartOfUnit (line 920) | public function testIsStartOfUnit() method testIsStartOfDayWithMicroseconds (line 939) | public function testIsStartOfDayWithMicroseconds() method testIsEndOfDay (line 947) | public function testIsEndOfDay() method testIsEndOfDayInterval (line 964) | public function testIsEndOfDayInterval() method testIsEndOfDayWithMicroseconds (line 989) | public function testIsEndOfDayWithMicroseconds() method testIsEndOfUnit (line 998) | public function testIsEndOfUnit() method testIsMidnight (line 1018) | public function testIsMidnight() method testIsMidday (line 1025) | public function testIsMidday() method testHasFormat (line 1032) | public function testHasFormat() method dataForFormatLetters (line 1063) | public static function dataForFormatLetters(): array method testHasFormatWithSingleLetter (line 1107) | #[DataProvider('dataForFormatLetters')] method testIs (line 1114) | public function testIs() method testHasFormatWithDots (line 1155) | public function testHasFormatWithDots() FILE: tests/CarbonImmutable/IssetTest.php class IssetTest (line 21) | class IssetTest extends AbstractTestCase method testIssetReturnFalseForUnknownProperty (line 23) | public function testIssetReturnFalseForUnknownProperty(): void method dataForTestIssetReturnTrueForProperties (line 28) | public static function dataForTestIssetReturnTrueForProperties(): Gene... method testIssetReturnTrueForProperties (line 97) | #[DataProvider('dataForTestIssetReturnTrueForProperties')] FILE: tests/CarbonImmutable/JsonSerializationTest.php class JsonSerializationTest (line 19) | class JsonSerializationTest extends AbstractTestCaseWithOldNow method testCarbonAllowsCustomSerializer (line 21) | public function testCarbonAllowsCustomSerializer() method testCarbonAllowsCustomSerializerString (line 32) | public function testCarbonAllowsCustomSerializerString() method testCarbonAllowsCustomSerializerViaSettings (line 39) | public function testCarbonAllowsCustomSerializerViaSettings() method testCarbonCanSerializeToJson (line 48) | public function testCarbonCanSerializeToJson() FILE: tests/CarbonImmutable/LastErrorTest.php class LastErrorTest (line 22) | class LastErrorTest extends AbstractTestCase method setUp (line 34) | protected function setUp(): void method testCreateHandlesLastErrors (line 46) | #[RequiresPhp('>=8.2')] method testLastErrorsInitialization (line 60) | public function testLastErrorsInitialization() FILE: tests/CarbonImmutable/LocalizationTest.php class LocalizationTest (line 31) | #[Group('localization')] method tearDown (line 34) | protected function tearDown(): void method testGetTranslator (line 40) | public function testGetTranslator() method testResetTranslator (line 48) | public function testResetTranslator() method testSetLocaleToAutoFromSupportedLocale (line 56) | #[TestWith([ method testSetLocaleToAutoFromUnsupportedLocale (line 89) | public function testSetLocaleToAutoFromUnsupportedLocale() method testSetLocaleToAutoFallback (line 123) | public function testSetLocaleToAutoFallback() method dataForLocales (line 202) | public static function dataForLocales(): array method testSetLocale (line 344) | #[DataProvider('dataForLocales')] method testSetTranslator (line 351) | #[DataProvider('dataForLocales')] method testSetLocaleWithKnownLocale (line 366) | public function testSetLocaleWithKnownLocale() method testSetLocaleWithMalformedLocale (line 372) | #[TestWith(['DE'])] method testSetLocaleWithNonExistingLocale (line 391) | public function testSetLocaleWithNonExistingLocale() method testSetLocaleWithUnknownLocale (line 398) | public function testSetLocaleWithUnknownLocale() method testCustomTranslation (line 405) | public function testCustomTranslation() method testAddCustomTranslation (line 424) | public function testAddCustomTranslation() method testCustomWeekStart (line 475) | public function testCustomWeekStart() method testAddAndRemoveDirectory (line 505) | public function testAddAndRemoveDirectory() method testLocaleHasShortUnits (line 536) | public function testLocaleHasShortUnits() method testLocaleHasDiffSyntax (line 575) | public function testLocaleHasDiffSyntax() method testLocaleHasDiffOneDayWords (line 602) | public function testLocaleHasDiffOneDayWords() method testLocaleHasDiffTwoDayWords (line 625) | public function testLocaleHasDiffTwoDayWords() method testLocaleHasPeriodSyntax (line 647) | public function testLocaleHasPeriodSyntax() method testGetAvailableLocales (line 673) | public function testGetAvailableLocales() method testGetAvailableLocalesInfo (line 686) | public function testGetAvailableLocalesInfo() method testGeorgianSpecialFromNowTranslation (line 695) | public function testGeorgianSpecialFromNowTranslation() method testWeekDayMultipleForms (line 702) | public function testWeekDayMultipleForms() method testTranslationCustomWithCustomTranslator (line 718) | public function testTranslationCustomWithCustomTranslator() method testTranslateTimeStringTo (line 732) | public function testTranslateTimeStringTo() method testFallbackLocales (line 742) | public function testFallbackLocales() method testMultiLocales (line 803) | public function testMultiLocales() method testStandAloneMonthsInLLLFormat (line 826) | public function testStandAloneMonthsInLLLFormat() method testStandAloneMonthName (line 835) | public function testStandAloneMonthName() method testShortMonthNameInFormat (line 844) | public function testShortMonthNameInFormat() method testStandAloneShortMonthName (line 858) | public function testStandAloneShortMonthName() method testAgoDeclension (line 867) | public function testAgoDeclension() method testPolishDeclensions (line 880) | public function testPolishDeclensions() method testDeclensionModes (line 893) | public function testDeclensionModes() method testTranslateMonthsEitherStandaloneOrNot (line 918) | #[TestWith(['мая', 'May'])] FILE: tests/CarbonImmutable/MacroTest.php class MacroTest (line 26) | class MacroTest extends AbstractTestCaseWithOldNow method testCarbonIsMacroableWhenNotCalledDynamically (line 28) | #[RequiresPhpExtension('calendar')] method testCarbonIsMacroableWhenNotCalledDynamicallyUsingThis (line 48) | #[RequiresPhpExtension('calendar')] method testCarbonIsMacroableWhenCalledStatically (line 69) | #[RequiresPhpExtension('calendar')] method testCarbonIsMacroableWithNonClosureCallables (line 79) | public function testCarbonIsMacroableWithNonClosureCallables() method testCarbonIsMixinable (line 90) | public function testCarbonIsMixinable() method testCarbonRaisesExceptionWhenStaticMacroIsNotFound (line 103) | public function testCarbonRaisesExceptionWhenStaticMacroIsNotFound() method testCarbonRaisesExceptionWhenMacroIsNotFound (line 112) | public function testCarbonRaisesExceptionWhenMacroIsNotFound() method testTraitMixin (line 123) | public function testTraitMixin() method testTraitWithNamedParameters (line 134) | public function testTraitWithNamedParameters() method testSerializationAfterTraitChaining (line 145) | public function testSerializationAfterTraitChaining() method testSubClassMacro (line 161) | public function testSubClassMacro() method testLazyMixinMethodCall (line 177) | public function testLazyMixinMethodCall() FILE: tests/CarbonImmutable/ModifyNearDSTChangeTest.php class ModifyNearDSTChangeTest (line 22) | class ModifyNearDSTChangeTest extends AbstractTestCase method testTransitionInNonDefaultTimezone (line 27) | #[Group('dst')] method testTransitionInDefaultTimezone (line 40) | #[Group('dst')] method dataForTransitionTests (line 50) | public static function dataForTransitionTests(): Generator FILE: tests/CarbonImmutable/ModifyTest.php class ModifyTest (line 19) | class ModifyTest extends AbstractTestCase method testSimpleModify (line 21) | public function testSimpleModify() method testSimpleModifyWithNamedParameter (line 28) | public function testSimpleModifyWithNamedParameter() method testTimezoneModify (line 35) | public function testTimezoneModify() method testNextAndPrevious (line 174) | public function testNextAndPrevious() FILE: tests/CarbonImmutable/NowAndOtherStaticHelpersTest.php class NowAndOtherStaticHelpersTest (line 21) | class NowAndOtherStaticHelpersTest extends AbstractTestCase method testNow (line 23) | public function testNow() method testGetPreciseTimestamp (line 36) | public function testGetPreciseTimestamp() method testGetTimestampMs (line 52) | public function testGetTimestampMs() method testNowWithTimezone (line 58) | public function testNowWithTimezone() method testToday (line 72) | public function testToday() method testTodayWithTimezone (line 78) | public function testTodayWithTimezone() method testTomorrow (line 85) | public function testTomorrow() method testTomorrowWithTimezone (line 92) | public function testTomorrowWithTimezone() method testYesterday (line 99) | public function testYesterday() method testYesterdayWithTimezone (line 106) | public function testYesterdayWithTimezone() FILE: tests/CarbonImmutable/NowDerivativesTest.php class NowDerivativesTest (line 19) | class NowDerivativesTest extends AbstractTestCase method testNowWithSameTimezone (line 21) | public function testNowWithSameTimezone() FILE: tests/CarbonImmutable/ObjectsTest.php class ObjectsTest (line 22) | class ObjectsTest extends AbstractTestCase method testToObject (line 24) | public function testToObject() method testToDateTime (line 68) | public function testToDateTime() method testToDateTimeImmutable (line 84) | public function testToDateTimeImmutable() FILE: tests/CarbonImmutable/PhpBug72338Test.php class PhpBug72338Test (line 33) | class PhpBug72338Test extends AbstractTestCase method testModify (line 38) | public function testModify() method testTimestamp (line 47) | public function testTimestamp() method testEqualSetAndCreate (line 56) | public function testEqualSetAndCreate() method testSecondSetTimezone (line 66) | public function testSecondSetTimezone() FILE: tests/CarbonImmutable/RelativeDateStringTest.php class RelativeDateStringTest (line 19) | class RelativeDateStringTest extends AbstractTestCase method testKeywordMatching (line 53) | public function testKeywordMatching() method testRelativeInputStrings (line 66) | public function testRelativeInputStrings() FILE: tests/CarbonImmutable/RelativeTest.php class RelativeTest (line 19) | class RelativeTest extends AbstractTestCase method testSecondsSinceMidnight (line 21) | public function testSecondsSinceMidnight() method testSecondsUntilEndOfDay (line 36) | public function testSecondsUntilEndOfDay() FILE: tests/CarbonImmutable/RoundTest.php class RoundTest (line 20) | class RoundTest extends AbstractTestCase method testRoundWithDefaultUnit (line 22) | public function testRoundWithDefaultUnit() method testRoundWithBaseUnit (line 59) | public function testRoundWithBaseUnit() method testRoundWithMetaUnit (line 83) | public function testRoundWithMetaUnit() method testRoundWeek (line 100) | public function testRoundWeek() method testCeilMonth (line 119) | public function testCeilMonth() method testFloorMonth (line 126) | public function testFloorMonth() method testRoundInvalidArgument (line 131) | public function testRoundInvalidArgument() FILE: tests/CarbonImmutable/SerializationTest.php class SerializationTest (line 28) | class SerializationTest extends AbstractTestCase method setUp (line 32) | protected function setUp(): void method cleanSerialization (line 41) | protected function cleanSerialization(string $serialization): string method testSerialize (line 46) | public function testSerialize() method testFromUnserialized (line 53) | public function testFromUnserialized() method testSerialization (line 68) | public function testSerialization() method dataForTestFromUnserializedWithInvalidValue (line 73) | public static function dataForTestFromUnserializedWithInvalidValue() method testFromUnserializedWithInvalidValue (line 84) | #[DataProvider('dataForTestFromUnserializedWithInvalidValue')] method testDateSerializationReflectionCompatibility (line 94) | public function testDateSerializationReflectionCompatibility() method testMsgPackExtension (line 152) | #[RequiresPhpExtension('msgpack')] method testSerializeRawMethod (line 163) | public function testSerializeRawMethod(): void method testNewInstanceWithoutConstructor (line 188) | public function testNewInstanceWithoutConstructor(): void method testUnserializeRawMethod (line 208) | public function testUnserializeRawMethod(): void FILE: tests/CarbonImmutable/SetDateAndTimeFromTest.php class SetDateAndTimeFromTest (line 19) | class SetDateAndTimeFromTest extends AbstractTestCase method testSetDateFrom (line 21) | public function testSetDateFrom() method testSetTimeFrom (line 35) | public function testSetTimeFrom() FILE: tests/CarbonImmutable/SetStateTest.php class SetStateTest (line 20) | class SetStateTest extends AbstractTestCase method testSteState (line 22) | public function testSteState(): void FILE: tests/CarbonImmutable/SettersTest.php class SettersTest (line 25) | class SettersTest extends AbstractTestCase method testYearSetter (line 27) | public function testYearSetter() method testMonthSetter (line 37) | public function testMonthSetter() method testMonthEnumOnWrongUnit (line 47) | public function testMonthEnumOnWrongUnit() method testMonthEnum (line 57) | public function testMonthEnum() method testMonthFloatFailWithDecimalPart (line 69) | public function testMonthFloatFailWithDecimalPart() method testMonthFloatPassWithZeroDecimalPart (line 79) | public function testMonthFloatPassWithZeroDecimalPart() method testMonthSetterWithWrap (line 87) | public function testMonthSetterWithWrap() method testDaySetter (line 97) | public function testDaySetter() method testDaySetterWithWrap (line 107) | public function testDaySetterWithWrap() method testHourSetter (line 117) | public function testHourSetter() method testHourSetterWithWrap (line 127) | public function testHourSetterWithWrap() method testMinuteSetter (line 137) | public function testMinuteSetter() method testMinuteSetterWithWrap (line 147) | public function testMinuteSetterWithWrap() method testSecondSetter (line 157) | public function testSecondSetter() method testTimeSetter (line 167) | public function testTimeSetter() method testTimeSetterWithChaining (line 176) | public function testTimeSetterWithChaining() method testTimeSetterWithZero (line 187) | public function testTimeSetterWithZero() method testDateTimeSetter (line 194) | public function testDateTimeSetter() method testDateTimeSetterWithZero (line 201) | public function testDateTimeSetterWithZero() method testDateTimeSetterWithChaining (line 208) | public function testDateTimeSetterWithChaining() method testSetDateAfterStringCreation (line 221) | public function testSetDateAfterStringCreation() method testSecondSetterWithWrap (line 229) | public function testSecondSetterWithWrap() method testTimestampSetter (line 239) | public function testTimestampSetter() method testSetTimezoneWithInvalidTimezone (line 249) | public function testSetTimezoneWithInvalidTimezone() method testTimezoneWithInvalidTimezone (line 259) | public function testTimezoneWithInvalidTimezone() method testTimezoneWithInvalidTimezoneSetter (line 270) | public function testTimezoneWithInvalidTimezoneSetter() method testTzWithInvalidTimezone (line 280) | public function testTzWithInvalidTimezone() method testTzWithInvalidTimezoneSetter (line 291) | public function testTzWithInvalidTimezoneSetter() method testSetTimezoneUsingString (line 301) | public function testSetTimezoneUsingString() method testShiftTimezone (line 308) | public function testShiftTimezone() method testTimezoneUsingString (line 325) | public function testTimezoneUsingString() method testTzUsingString (line 336) | public function testTzUsingString() method testSetTimezoneUsingDateTimeZone (line 347) | public function testSetTimezoneUsingDateTimeZone() method testTimezoneUsingDateTimeZone (line 354) | public function testTimezoneUsingDateTimeZone() method testTzUsingDateTimeZone (line 365) | public function testTzUsingDateTimeZone() method testInvalidSetter (line 376) | public function testInvalidSetter() method testSetTimeFromTimeString (line 387) | #[TestWith([9, 15, 30, '09:15:30'])] method testWeekendDaysSetter (line 400) | public function testWeekendDaysSetter() method testMidDayAtSetter (line 409) | public function testMidDayAtSetter() method testSetter (line 418) | public function testSetter() method testSetUnitNoOverflowFebruary (line 427) | public function testSetUnitNoOverflowFebruary() FILE: tests/CarbonImmutable/SettingsTest.php class SettingsTest (line 19) | class SettingsTest extends AbstractTestCase method testSettings (line 21) | public function testSettings() FILE: tests/CarbonImmutable/StartEndOfTest.php class StartEndOfTest (line 20) | class StartEndOfTest extends AbstractTestCase method testStartOfDay (line 22) | public function testStartOfDay() method testEndOfDay (line 29) | public function testEndOfDay() method testStartOfMonthIsFluid (line 36) | public function testStartOfMonthIsFluid() method testStartOfMonthFromNow (line 42) | public function testStartOfMonthFromNow() method testStartOfMonthFromLastDay (line 48) | public function testStartOfMonthFromLastDay() method testStartOfYearIsFluid (line 54) | public function testStartOfYearIsFluid() method testStartOfYearFromNow (line 60) | public function testStartOfYearFromNow() method testStartOfYearFromFirstDay (line 66) | public function testStartOfYearFromFirstDay() method testStartOfYearFromLastDay (line 72) | public function testStartOfYearFromLastDay() method testEndOfMonthIsFluid (line 78) | public function testEndOfMonthIsFluid() method testEndOfMonth (line 84) | public function testEndOfMonth() method testEndOfMonthFromLastDay (line 90) | public function testEndOfMonthFromLastDay() method testEndOfYearIsFluid (line 96) | public function testEndOfYearIsFluid() method testEndOfYearFromNow (line 102) | public function testEndOfYearFromNow() method testEndOfYearFromFirstDay (line 108) | public function testEndOfYearFromFirstDay() method testEndOfYearFromLastDay (line 114) | public function testEndOfYearFromLastDay() method testStartOfDecadeIsFluid (line 120) | public function testStartOfDecadeIsFluid() method testStartOfDecadeFromNow (line 126) | public function testStartOfDecadeFromNow() method testStartOfDecadeFromFirstDay (line 132) | public function testStartOfDecadeFromFirstDay() method testStartOfDecadeFromLastDay (line 138) | public function testStartOfDecadeFromLastDay() method testEndOfDecadeIsFluid (line 144) | public function testEndOfDecadeIsFluid() method testEndOfDecadeFromNow (line 150) | public function testEndOfDecadeFromNow() method testEndOfDecadeFromFirstDay (line 156) | public function testEndOfDecadeFromFirstDay() method testEndOfDecadeFromLastDay (line 162) | public function testEndOfDecadeFromLastDay() method testStartOfCenturyIsFluid (line 168) | public function testStartOfCenturyIsFluid() method testStartOfCenturyFromNow (line 174) | public function testStartOfCenturyFromNow() method testStartOfCenturyFromFirstDay (line 181) | public function testStartOfCenturyFromFirstDay() method testStartOfCenturyFromLastDay (line 187) | public function testStartOfCenturyFromLastDay() method testStartOfMillenniumIsFluid (line 193) | public function testStartOfMillenniumIsFluid() method testStartOfMillenniumFromNow (line 199) | public function testStartOfMillenniumFromNow() method testStartOfMillenniumFromFirstDay (line 206) | public function testStartOfMillenniumFromFirstDay() method testStartOfMillenniumFromLastDay (line 212) | public function testStartOfMillenniumFromLastDay() method testStartOfHourIsFluid (line 218) | public function testStartOfHourIsFluid() method testStartOfHourFromNow (line 224) | public function testStartOfHourFromNow() method testStartOfHourFromFirstMinute (line 231) | public function testStartOfHourFromFirstMinute() method testStartOfHourFromLastMinute (line 237) | public function testStartOfHourFromLastMinute() method testEndOfHourIsFluid (line 243) | public function testEndOfHourIsFluid() method testEndOfHourFromNow (line 249) | public function testEndOfHourFromNow() method testEndOfHourFromFirstMinute (line 256) | public function testEndOfHourFromFirstMinute() method testEndOfHourFromLastMinute (line 262) | public function testEndOfHourFromLastMinute() method testStartOfMinuteIsFluid (line 268) | public function testStartOfMinuteIsFluid() method testStartOfMinuteFromNow (line 274) | public function testStartOfMinuteFromNow() method testStartOfMinuteFromFirstSecond (line 281) | public function testStartOfMinuteFromFirstSecond() method testStartOfMinuteFromLastSecond (line 287) | public function testStartOfMinuteFromLastSecond() method testEndOfMinuteIsFluid (line 293) | public function testEndOfMinuteIsFluid() method testEndOfMinuteFromNow (line 299) | public function testEndOfMinuteFromNow() method testEndOfMinuteFromFirstSecond (line 306) | public function testEndOfMinuteFromFirstSecond() method testEndOfMinuteFromLastSecond (line 312) | public function testEndOfMinuteFromLastSecond() method testMidDayIsFluid (line 318) | public function testMidDayIsFluid() method testMidDayFromNow (line 324) | public function testMidDayFromNow() method testEndOfCenturyIsFluid (line 331) | public function testEndOfCenturyIsFluid() method testEndOfCenturyFromNow (line 337) | public function testEndOfCenturyFromNow() method testEndOfCenturyFromFirstDay (line 344) | public function testEndOfCenturyFromFirstDay() method testEndOfCenturyFromLastDay (line 350) | public function testEndOfCenturyFromLastDay() method testStartOfQuarterIsFluid (line 356) | public function testStartOfQuarterIsFluid() method testStartOfQuarter (line 362) | #[TestWith([1, 1])] method testEndOfQuarterIsFluid (line 380) | public function testEndOfQuarterIsFluid() method testEndOfQuarter (line 386) | #[TestWith([1, 3, 31])] method testAverageIsFluid (line 404) | public function testAverageIsFluid() method testAverageFromSame (line 410) | public function testAverageFromSame() method testAverageFromGreater (line 417) | public function testAverageFromGreater() method testAverageFromLower (line 424) | public function testAverageFromLower() method testAverageWithCloseDates (line 431) | public function testAverageWithCloseDates() method testAverageWithFarDates (line 439) | public function testAverageWithFarDates() FILE: tests/CarbonImmutable/StringsTest.php class StringsTest (line 24) | class StringsTest extends AbstractTestCase method testToString (line 26) | public function testToString() method testSetToStringFormatString (line 32) | public function testSetToStringFormatString() method testSetToStringFormatClosure (line 39) | public function testSetToStringFormatClosure() method testSetToStringFormatViaSettings (line 56) | public function testSetToStringFormatViaSettings() method testResetToStringFormat (line 68) | public function testResetToStringFormat() method testExtendedClassToString (line 76) | public function testExtendedClassToString() method testToDateString (line 82) | public function testToDateString() method testToFormattedDateString (line 88) | public function testToFormattedDateString() method testToTimeString (line 94) | public function testToTimeString() method testToDateTimeString (line 100) | public function testToDateTimeString() method testToDateTimeStringWithPaddedZeroes (line 106) | public function testToDateTimeStringWithPaddedZeroes() method testToDayDateTimeString (line 112) | public function testToDayDateTimeString() method testToAtomString (line 118) | public function testToAtomString() method testToCOOKIEString (line 124) | public function testToCOOKIEString() method testToIso8601String (line 135) | public function testToIso8601String() method testToIso8601ZuluString (line 141) | public function testToIso8601ZuluString() method testToRC822String (line 147) | public function testToRC822String() method testToRfc850String (line 153) | public function testToRfc850String() method testToRfc1036String (line 159) | public function testToRfc1036String() method testToRfc1123String (line 165) | public function testToRfc1123String() method testToRfc2822String (line 171) | public function testToRfc2822String() method testToRfc3339String (line 177) | public function testToRfc3339String() method testToRssString (line 186) | public function testToRssString() method testToW3cString (line 192) | public function testToW3cString() method testToRfc7231String (line 198) | public function testToRfc7231String() method testIsoFormat (line 207) | public function testIsoFormat() method testBadIsoFormat (line 249) | public function testBadIsoFormat() method testTranslatedFormat (line 256) | public function testTranslatedFormat() FILE: tests/CarbonImmutable/SubTest.php class SubTest (line 22) | class SubTest extends AbstractTestCase method testSubMethod (line 24) | public function testSubMethod() method testSubYearsPositive (line 68) | public function testSubYearsPositive() method testSubYearsZero (line 73) | public function testSubYearsZero() method testSubYearsNegative (line 78) | public function testSubYearsNegative() method testSubYear (line 83) | public function testSubYear() method testSubMonthsPositive (line 91) | public function testSubMonthsPositive() method testSubMonthsZero (line 96) | public function testSubMonthsZero() method testSubMonthsNegative (line 101) | public function testSubMonthsNegative() method testSubMonth (line 106) | public function testSubMonth() method testSubDaysPositive (line 111) | public function testSubDaysPositive() method testSubDaysZero (line 116) | public function testSubDaysZero() method testSubDaysNegative (line 121) | public function testSubDaysNegative() method testSubDay (line 126) | public function testSubDay() method testSubWeekdaysPositive (line 131) | public function testSubWeekdaysPositive() method testSubWeekdaysZero (line 136) | public function testSubWeekdaysZero() method testSubWeekdaysNegative (line 141) | public function testSubWeekdaysNegative() method testSubWeekday (line 146) | public function testSubWeekday() method testSubWeekdayDuringWeekend (line 151) | public function testSubWeekdayDuringWeekend() method testSubWeeksPositive (line 156) | public function testSubWeeksPositive() method testSubWeeksZero (line 161) | public function testSubWeeksZero() method testSubWeeksNegative (line 166) | public function testSubWeeksNegative() method testSubWeek (line 171) | public function testSubWeek() method testSubHoursPositive (line 176) | public function testSubHoursPositive() method testSubHoursZero (line 181) | public function testSubHoursZero() method testSubHoursNegative (line 186) | public function testSubHoursNegative() method testSubHour (line 191) | public function testSubHour() method testSubMinutesPositive (line 196) | public function testSubMinutesPositive() method testSubMinutesZero (line 201) | public function testSubMinutesZero() method testSubMinutesNegative (line 206) | public function testSubMinutesNegative() method testSubMinute (line 211) | public function testSubMinute() method testSubSecondsPositive (line 216) | public function testSubSecondsPositive() method testSubSecondsZero (line 221) | public function testSubSecondsZero() method testSubSecondsNegative (line 226) | public function testSubSecondsNegative() method testSubSecond (line 231) | public function testSubSecond() method testSubMillisecondsPositive (line 236) | public function testSubMillisecondsPositive() method testSubMillisecondsZero (line 241) | public function testSubMillisecondsZero() method testSubMillisecondsNegative (line 246) | public function testSubMillisecondsNegative() method testSubMillisecond (line 252) | public function testSubMillisecond() method testSubMicrosecondsPositive (line 257) | public function testSubMicrosecondsPositive() method testSubMicrosecondsZero (line 262) | public function testSubMicrosecondsZero() method testSubMicrosecondsNegative (line 267) | public function testSubMicrosecondsNegative() method testSubMicrosecond (line 273) | public function testSubMicrosecond() method testSubYearPassingArg (line 281) | public function testSubYearPassingArg() method testSubMonthPassingArg (line 289) | public function testSubMonthPassingArg() method testSubMonthNoOverflowPassingArg (line 297) | public function testSubMonthNoOverflowPassingArg() method testSubDayPassingArg (line 307) | public function testSubDayPassingArg() method testSubHourPassingArg (line 315) | public function testSubHourPassingArg() method testSubMinutePassingArg (line 323) | public function testSubMinutePassingArg() method testSubSecondPassingArg (line 331) | public function testSubSecondPassingArg() FILE: tests/CarbonImmutable/TestingAidsTest.php class TestingAidsTest (line 25) | class TestingAidsTest extends AbstractTestCase method wrapWithTestNow (line 27) | public function wrapWithTestNow(Closure $func, ?CarbonInterface $dt = ... method testTestingAidsWithTestNowNotSet (line 34) | public function testTestingAidsWithTestNowNotSet() method testTestingAidsWithTestNowSet (line 42) | public function testTestingAidsWithTestNowSet() method testTestingAidsWithTestNowSetToString (line 50) | public function testTestingAidsWithTestNowSetToString() method testConstructorWithTestValueSet (line 57) | public function testConstructorWithTestValueSet() method testNowWithTestValueSet (line 67) | public function testNowWithTestValueSet() method testNowWithDateTime (line 74) | public function testNowWithDateTime() method testNowWithClosureValue (line 81) | public function testNowWithClosureValue() method testParseWithTestValueSet (line 130) | public function testParseWithTestValueSet() method testParseRelativeWithTestValueSet (line 141) | public function testParseRelativeWithTestValueSet() method testHasRelativeKeywords (line 185) | public function testHasRelativeKeywords() method testParseRelativeWithMinusSignsInDate (line 196) | public function testParseRelativeWithMinusSignsInDate() method testTimeZoneWithTestValueSet (line 209) | public function testTimeZoneWithTestValueSet() method testCreateFromPartialFormat (line 220) | public function testCreateFromPartialFormat() method testCreateFromPartialFormatWithMicroseconds (line 267) | public function testCreateFromPartialFormatWithMicroseconds() method testCreateFromDateTimeInterface (line 275) | public function testCreateFromDateTimeInterface() method testWithTestNow (line 283) | public function testWithTestNow() method testWithTestNowWithException (line 302) | public function testWithTestNowWithException() FILE: tests/CarbonImmutable/WeekTest.php class WeekTest (line 21) | class WeekTest extends AbstractTestCase method testWeekUtils (line 5306) | public function testWeekUtils() method testSetters (line 5320) | public function testSetters() method testWeekday (line 5413) | public function testWeekday() method testWeekStartAndEnd (line 5436) | public function testWeekStartAndEnd() method testGetDaysFromStartOfWeek (line 5457) | #[DataProvider('getDaysFromStartOfWeekDataProvider')] method getDaysFromStartOfWeekDataProvider (line 5466) | public static function getDaysFromStartOfWeekDataProvider(): array method testGetDaysFromStartOfWeekExplicit (line 5490) | #[DataProvider('getDaysFromStartOfWeekDataProviderExplicit')] method getDaysFromStartOfWeekDataProviderExplicit (line 5504) | public static function getDaysFromStartOfWeekDataProviderExplicit(): a... method testSetDaysFromStartOfWeek (line 5528) | public function testSetDaysFromStartOfWeek() FILE: tests/CarbonInterval/AddTest.php class AddTest (line 27) | class AddTest extends AbstractTestCase method testAdd (line 29) | public function testAdd() method testNamedParameters (line 35) | public function testNamedParameters() method testAddWithDiffDateInterval (line 65) | public function testAddWithDiffDateInterval() method testAddWithNegativeDiffDateInterval (line 72) | public function testAddWithNegativeDiffDateInterval() method testAddMicroseconds (line 79) | public function testAddMicroseconds() method testAddWithRawDiffDateInterval (line 100) | public function testAddWithRawDiffDateInterval() method testAddWithRawNegativeDiffDateInterval (line 110) | public function testAddWithRawNegativeDiffDateInterval() method testAddSign (line 120) | #[TestWith([5, 2, 7])] method testAddAndSubMultipleFormats (line 149) | public function testAddAndSubMultipleFormats() method testAddWrongFormat (line 167) | public function testAddWrongFormat() method testConvertDate (line 176) | public function testConvertDate() method testMagicAddAndSubMethods (line 190) | public function testMagicAddAndSubMethods() method testPlus (line 199) | public function testPlus() method testPlusWithPHP8Syntax (line 207) | public function testPlusWithPHP8Syntax() method testMinus (line 222) | public function testMinus() method testMinusWithPHP8Syntax (line 227) | public function testMinusWithPHP8Syntax() FILE: tests/CarbonInterval/AlternativeNumbersTest.php class AlternativeNumbersTest (line 19) | class AlternativeNumbersTest extends AbstractTestCase method testAlternativesNumbers (line 21) | public function testAlternativesNumbers() FILE: tests/CarbonInterval/CascadeTest.php class CascadeTest (line 23) | class CascadeTest extends AbstractTestCase method assertIntervalSpec (line 25) | protected function assertIntervalSpec(CarbonInterval $interval, string... method testCascadesOverflowedValues (line 33) | #[TestWith(['3600s', 'PT1H'])] method testMixedSignsCascadesOverflowedValues (line 47) | #[DataProvider('dataForMixedSignsIntervalSpecs')] method dataForMixedSignsIntervalSpecs (line 65) | public static function dataForMixedSignsIntervalSpecs(): Generator method testCascadesWithMicroseconds (line 198) | public function testCascadesWithMicroseconds() method testCustomCascadesOverflowedValues (line 207) | #[TestWith(['3600s', '1h'])] method testCustomCascadesOverflowedValuesLongFormat (line 227) | #[TestWith(['3600s', '1 hour'])] method testMultipleAdd (line 247) | public function testMultipleAdd() method testFactorsGroups (line 265) | public function testFactorsGroups() method testGetFactor (line 282) | public function testGetFactor() method testComplexInterval (line 291) | public function testComplexInterval() FILE: tests/CarbonInterval/CloneTest.php class CloneTest (line 19) | class CloneTest extends AbstractTestCase method testClone (line 21) | public function testClone() method testCopy (line 31) | public function testCopy() FILE: tests/CarbonInterval/CompareTest.php class CompareTest (line 19) | class CompareTest extends AbstractTestCase method testNegative (line 21) | public function testNegative() method testPositive (line 29) | public function testPositive() method testEqual (line 37) | public function testEqual() FILE: tests/CarbonInterval/ComparisonTest.php class ComparisonTest (line 22) | class ComparisonTest extends AbstractTestCase method testEqualToTrue (line 24) | public function testEqualToTrue() method testEqualToFalse (line 43) | public function testEqualToFalse() method testNotEqualToTrue (line 59) | public function testNotEqualToTrue() method testNotEqualToFalse (line 67) | public function testNotEqualToFalse() method testGreaterThanToTrue (line 80) | public function testGreaterThanToTrue() method testGreaterThanError (line 91) | public function testGreaterThanError() method testGreaterThanToFalse (line 100) | public function testGreaterThanToFalse() method testGreaterThanOrEqualToTrue (line 113) | public function testGreaterThanOrEqualToTrue() method testGreaterThanOrEqualError (line 126) | public function testGreaterThanOrEqualError() method testGreaterThanOrEqualToFalse (line 135) | public function testGreaterThanOrEqualToFalse() method testLessThanToTrue (line 146) | public function testLessThanToTrue() method testLessThanToFalse (line 157) | public function testLessThanToFalse() method testLessThanError (line 170) | public function testLessThanError() method testLessThanOrEqualToTrue (line 179) | public function testLessThanOrEqualToTrue() method testLessThanOrEqualToFalse (line 192) | public function testLessThanOrEqualToFalse() method testLessThanOrEqualError (line 203) | public function testLessThanOrEqualError() method testBetweenFalse (line 212) | public function testBetweenFalse() method testBetweenTrue (line 221) | public function testBetweenTrue() method testBetweenIncludedFalse (line 233) | public function testBetweenIncludedFalse() method testBetweenIncludedTrue (line 239) | public function testBetweenIncludedTrue() method testBetweenExcludedFalse (line 248) | public function testBetweenExcludedFalse() method testIsBetweenTrue (line 257) | public function testIsBetweenTrue() FILE: tests/CarbonInterval/ConstructTest.php class ConstructTest (line 26) | class ConstructTest extends AbstractTestCase method testInheritedConstruct (line 28) | public function testInheritedConstruct() method testConstructWithDateInterval (line 53) | public function testConstructWithDateInterval() method testDefaults (line 68) | public function testDefaults() method testNulls (line 75) | public function testNulls() method testZeroes (line 84) | public function testZeroes() method testZeroesChained (line 94) | public function testZeroesChained() method testYears (line 101) | public function testYears() method testMonths (line 120) | public function testMonths() method testWeeks (line 139) | public function testWeeks() method testDays (line 158) | public function testDays() method testHours (line 181) | public function testHours() method testMinutes (line 200) | public function testMinutes() method testSeconds (line 219) | public function testSeconds() method testMilliseconds (line 238) | public function testMilliseconds() method testMicroseconds (line 251) | public function testMicroseconds() method testYearsAndHours (line 264) | public function testYearsAndHours() method testAll (line 271) | public function testAll() method testAllWithCreate (line 278) | public function testAllWithCreate() method testInstance (line 285) | public function testInstance() method testInstanceWithSkipCopy (line 293) | public function testInstanceWithSkipCopy() method testInstanceWithNegativeDateInterval (line 300) | public function testInstanceWithNegativeDateInterval() method testInstanceWithDays (line 311) | public function testInstanceWithDays() method testInstanceWithoutDays (line 334) | public function testInstanceWithoutDays() method testCopy (line 350) | public function testCopy() method testMake (line 358) | public function testMake() method testBadFormats (line 380) | public function testBadFormats() method testOutOfRange (line 387) | public function testOutOfRange() method testCallInvalidStaticMethod (line 399) | public function testCallInvalidStaticMethod() method testOriginal (line 408) | public function testOriginal() method testCreateFromDateString (line 419) | public function testCreateFromDateString() method testCreateFromDateIncorrectString (line 425) | public function testCreateFromDateIncorrectString() method testCreateFromDateIncorrectStringWithErrorAsException (line 434) | public function testCreateFromDateIncorrectStringWithErrorAsException() method testMakeFromDateIncorrectString (line 445) | public function testMakeFromDateIncorrectString() method testMakeFromDateIncorrectStringWithErrorAsException (line 454) | public function testMakeFromDateIncorrectStringWithErrorAsException() method testEnums (line 465) | public function testEnums() method testFromSerialization (line 471) | public function testFromSerialization() method testFromSerializationConst (line 508) | public function testFromSerializationConst() method testFromV2SerializedInterval (line 545) | public function testFromV2SerializedInterval() FILE: tests/CarbonInterval/CreateFromFormatTest.php class CreateFromFormatTest (line 20) | class CreateFromFormatTest extends AbstractTestCase method testDefaults (line 22) | public function testDefaults() method testNulls (line 32) | public function testNulls() method testTrailingData (line 42) | public function testTrailingData() method testInvalidSubstitute (line 52) | public function testInvalidSubstitute() method testYears (line 67) | public function testYears() method testMonths (line 78) | public function testMonths() method testWeeks (line 89) | public function testWeeks() method testDays (line 100) | public function testDays() method testWeeksAndDays (line 111) | public function testWeeksAndDays() method testHours (line 122) | public function testHours() method testMinutes (line 133) | public function testMinutes() method testSeconds (line 144) | public function testSeconds() method testDecimalSeconds (line 154) | public function testDecimalSeconds() method testMilliseconds (line 164) | public function testMilliseconds() method testMicroseconds (line 176) | public function testMicroseconds() method testTime (line 188) | public function testTime() method testAll (line 195) | public function testAll() method testCopy (line 202) | public function testCopy() FILE: tests/CarbonInterval/DivideTest.php class DivideTest (line 19) | class DivideTest extends AbstractTestCase method testDivideSimple (line 21) | public function testDivideSimple() method testDivideMoreThanOne (line 27) | public function testDivideMoreThanOne() method testDivideOne (line 33) | public function testDivideOne() method testDivideLessThanOne (line 39) | public function testDivideLessThanOne() method testDivideLessThanZero (line 45) | public function testDivideLessThanZero() method testDivideLessThanZeroWithInvertedInterval (line 52) | public function testDivideLessThanZeroWithInvertedInterval() FILE: tests/CarbonInterval/Fixtures/Mixin.php class Mixin (line 18) | class Mixin method setFactor (line 22) | public function setFactor() method doMultiply (line 31) | public function doMultiply() FILE: tests/CarbonInterval/Fixtures/MixinTrait.php type MixinTrait (line 16) | trait MixinTrait method andAgain (line 18) | public function andAgain() method copyAndAgain (line 23) | public function copyAndAgain() FILE: tests/CarbonInterval/Fixtures/MyCarbonInterval.php class MyCarbonInterval (line 18) | class MyCarbonInterval extends CarbonInterval FILE: tests/CarbonInterval/FloatSettersEnabledTest.php class FloatSettersEnabledTest (line 21) | class FloatSettersEnabledTest extends AbstractTestCase method setUp (line 23) | protected function setUp(): void method tearDown (line 29) | protected function tearDown(): void method testInheritedConstruct (line 35) | public function testInheritedConstruct() method testOverridePrevention (line 58) | public function testOverridePrevention() FILE: tests/CarbonInterval/ForHumansTest.php class ForHumansTest (line 25) | class ForHumansTest extends AbstractTestCase method tearDown (line 27) | protected function tearDown(): void method testGetTranslator (line 33) | public function testGetTranslator() method testResetTranslator (line 42) | public function testResetTranslator() method testSetTranslator (line 51) | public function testSetTranslator() method testDumpTranslator (line 66) | public function testDumpTranslator() method testGetLocale (line 74) | public function testGetLocale() method testSetLocale (line 80) | public function testSetLocale() method testOptions (line 88) | public function testOptions() method testYear (line 95) | public function testYear() method testYearToString (line 101) | public function testYearToString() method testYears (line 107) | public function testYears() method testYearsAndMonth (line 113) | public function testYearsAndMonth() method testAll (line 119) | public function testAll() method testYearsAndMonthInFrench (line 126) | public function testYearsAndMonthInFrench() method testYearsAndMonthInGerman (line 132) | public function testYearsAndMonthInGerman() method testYearsAndMonthInBulgarian (line 139) | public function testYearsAndMonthInBulgarian() method testYearsAndMonthInCatalan (line 146) | public function testYearsAndMonthInCatalan() method testYearsAndMonthInCzech (line 153) | public function testYearsAndMonthInCzech() method testYearsAndMonthInGreek (line 160) | public function testYearsAndMonthInGreek() method testYearsAndMonthsInDanish (line 167) | public function testYearsAndMonthsInDanish() method testCustomJoin (line 174) | public function testCustomJoin() method testChineseJoin (line 215) | public function testChineseJoin() method testOptionsAsArray (line 236) | public function testOptionsAsArray() method testRoundYears (line 261) | public function testRoundYears() method testRoundMonths (line 270) | public function testRoundMonths() method testRoundUp (line 277) | public function testRoundUp() method testRoundDown (line 284) | public function testRoundDown() method testRoundMinutes (line 291) | public function testRoundMinutes() method testRoundDownWhenNextIntervalIsNonSequential (line 298) | public function testRoundDownWhenNextIntervalIsNonSequential() method testRoundMultipleParts (line 305) | public function testRoundMultipleParts() method testRoundMultiplePartsGap (line 312) | public function testRoundMultiplePartsGap() method testRoundWeeks (line 321) | public function testRoundWeeks() method testRoundWeeksWithMultipleParts (line 328) | public function testRoundWeeksWithMultipleParts() method testRoundOverflowNonSequentialRoundUp (line 335) | public function testRoundOverflowNonSequentialRoundUp() method testRoundOverflowNonSequentialRoundDown (line 342) | public function testRoundOverflowNonSequentialRoundDown() method testRoundCarryOverDoesntMatter (line 349) | public function testRoundCarryOverDoesntMatter() method testCeilShortMonth (line 400) | public function testCeilShortMonth() method testSkipUnits (line 413) | public function testSkipUnits() method testGetValuesSequence (line 457) | public function testGetValuesSequence() method testMinimumUnitDefault (line 462) | public function testMinimumUnitDefault() method testMinimumUnitHours (line 469) | public function testMinimumUnitHours() method testMinimumUnitMillisecondsShort (line 476) | public function testMinimumUnitMillisecondsShort() method testMinimumUnitMicroseconds (line 483) | public function testMinimumUnitMicroseconds() method testMinimumUnitMillisecondsInFrenchAndGerman (line 493) | public function testMinimumUnitMillisecondsInFrenchAndGerman() method testMinimumUnitNoInterval (line 506) | public function testMinimumUnitNoInterval() FILE: tests/CarbonInterval/FromStringTest.php class FromStringTest (line 23) | class FromStringTest extends AbstractTestCase method testReturnsInterval (line 25) | #[DataProvider('dataForValidStrings')] method dataForValidStrings (line 33) | public static function dataForValidStrings(): Generator method testThrowsExceptionForUnknownValues (line 113) | #[TestWith(['1q', '1q'])] FILE: tests/CarbonInterval/GettersTest.php class GettersTest (line 23) | class GettersTest extends AbstractTestCase method testGettersThrowExceptionOnUnknownGetter (line 25) | public function testGettersThrowExceptionOnUnknownGetter() method testGet (line 36) | public function testGet() method testYearsGetter (line 42) | public function testYearsGetter() method testMonthsGetter (line 48) | public function testMonthsGetter() method testWeeksGetter (line 54) | public function testWeeksGetter() method testDayzExcludingWeeksGetter (line 60) | public function testDayzExcludingWeeksGetter() method testDayzGetter (line 67) | public function testDayzGetter() method testHoursGetter (line 73) | public function testHoursGetter() method testMinutesGetter (line 79) | public function testMinutesGetter() method testSecondsGetter (line 85) | public function testSecondsGetter() method testStartAndEnd (line 91) | public function testStartAndEnd() method testDebugInfo (line 104) | public function testDebugInfo() method testGetTimezone (line 126) | public function testGetTimezone() FILE: tests/CarbonInterval/MacroTest.php class MacroTest (line 21) | class MacroTest extends AbstractTestCaseWithOldNow method testCarbonIsMacroableWhenNotCalledStatically (line 23) | public function testCarbonIsMacroableWhenNotCalledStatically() method testCarbonIsMacroableWhenNotCalledStaticallyUsingThis (line 69) | public function testCarbonIsMacroableWhenNotCalledStaticallyUsingThis() method testCarbonIsMacroableWhenCalledStatically (line 94) | public function testCarbonIsMacroableWhenCalledStatically() method testCarbonIsMacroableWithNonClosureCallables (line 111) | public function testCarbonIsMacroableWithNonClosureCallables() method testCarbonIsMixinable (line 122) | public function testCarbonIsMixinable() method testMixinInstance (line 135) | public function testMixinInstance() FILE: tests/CarbonInterval/MultiplyTest.php class MultiplyTest (line 19) | class MultiplyTest extends AbstractTestCase method testMultiplySimple (line 21) | public function testMultiplySimple() method testMultiplyMoreThanOne (line 27) | public function testMultiplyMoreThanOne() method testMultiplyOne (line 33) | public function testMultiplyOne() method testMultiplyLessThanOne (line 39) | public function testMultiplyLessThanOne() method testMultiplyZero (line 45) | public function testMultiplyZero() method testMultiplyLessThanZero (line 51) | public function testMultiplyLessThanZero() method testMultiplyLessThanZeroWithInvertedInterval (line 58) | public function testMultiplyLessThanZeroWithInvertedInterval() FILE: tests/CarbonInterval/ParseFromLocaleTest.php class ParseFromLocaleTest (line 23) | class ParseFromLocaleTest extends AbstractTestCase method testReturnsInterval (line 25) | #[DataProvider('dataForValidStrings')] method dataForValidStrings (line 33) | public static function dataForValidStrings(): Generator method testThrowsExceptionForUnknownValues (line 110) | #[TestWith(['1q', '1q', 'en'])] FILE: tests/CarbonInterval/RoundingTest.php class RoundingTest (line 22) | class RoundingTest extends AbstractTestCase method testThrowsExceptionForCompositeInterval (line 24) | public function testThrowsExceptionForCompositeInterval() method testFloor (line 33) | public function testFloor() method testRound (line 48) | public function testRound() method testTotalAfterRound (line 70) | public function testTotalAfterRound() method testWithCascadeFactors (line 76) | public function testWithCascadeFactors() method testCeil (line 121) | public function testCeil() method testRoundCarbonInstanceToIntervalInNonDefaultLocale (line 140) | public function testRoundCarbonInstanceToIntervalInNonDefaultLocale() FILE: tests/CarbonInterval/SetStateTest.php class SetStateTest (line 19) | class SetStateTest extends AbstractTestCase method testEvaluatingVarExportReturnsCarbonIntervalInstance (line 21) | public function testEvaluatingVarExportReturnsCarbonIntervalInstance() method testStateIsPreserved (line 28) | public function testStateIsPreserved() FILE: tests/CarbonInterval/SettersTest.php class SettersTest (line 22) | class SettersTest extends AbstractTestCase method testSet (line 24) | public function testSet() method testYearsSetter (line 37) | public function testYearsSetter() method testMonthsSetter (line 46) | public function testMonthsSetter() method testWeeksSetter (line 55) | public function testWeeksSetter() method testDayzSetter (line 65) | public function testDayzSetter() method testHoursSetter (line 99) | public function testHoursSetter() method testMinutesSetter (line 108) | public function testMinutesSetter() method testSecondsSetter (line 117) | public function testSecondsSetter() method testMillisecondsSetter (line 128) | public function testMillisecondsSetter() method testMicrosecondsSetter (line 139) | public function testMicrosecondsSetter() method testFluentSetters (line 150) | public function testFluentSetters() method testFluentSettersDaysOverwritesWeeks (line 161) | public function testFluentSettersDaysOverwritesWeeks() method testFluentSettersWeeksOverwritesDays (line 167) | public function testFluentSettersWeeksOverwritesDays() method testFluentSettersWeeksAndDaysIsCumulative (line 173) | public function testFluentSettersWeeksAndDaysIsCumulative() method testInvert (line 182) | public function testInvert() method testAbsolute (line 205) | public function testAbsolute() method testInvalidSetter (line 219) | public function testInvalidSetter() method testInvalidFluentSetter (line 230) | public function testInvalidFluentSetter() method testInvalidStaticFluentSetter (line 241) | public function testInvalidStaticFluentSetter() method testLocale (line 250) | public function testLocale() method testShiftTimezone (line 258) | public function testShiftTimezone() method testSetTimezone (line 275) | public function testSetTimezone() FILE: tests/CarbonInterval/SharesTest.php class SharesTest (line 19) | class SharesTest extends AbstractTestCase method testSharesMoreThanOne (line 21) | public function testSharesMoreThanOne() method testSharesOne (line 27) | public function testSharesOne() method testSharesLessThanOne (line 33) | public function testSharesLessThanOne() method testSharesLessThanZero (line 39) | public function testSharesLessThanZero() method testSharesLessThanZeroWithInvertedInterval (line 46) | public function testSharesLessThanZeroWithInvertedInterval() FILE: tests/CarbonInterval/SpecTest.php class SpecTest (line 20) | class SpecTest extends AbstractTestCase method testZeroInterval (line 22) | public function testZeroInterval() method testYearInterval (line 32) | public function testYearInterval() method testMonthInterval (line 40) | public function testMonthInterval() method testWeekInterval (line 46) | public function testWeekInterval() method testDayInterval (line 52) | public function testDayInterval() method testMixedDateInterval (line 58) | public function testMixedDateInterval() method testHourInterval (line 64) | public function testHourInterval() method testMinuteInterval (line 70) | public function testMinuteInterval() method testSecondInterval (line 76) | public function testSecondInterval() method testMicrosecondsInterval (line 82) | public function testMicrosecondsInterval() method testMixedTimeInterval (line 88) | public function testMixedTimeInterval() method testMixedDateAndTimeInterval (line 94) | public function testMixedDateAndTimeInterval() method testCreatingInstanceEquals (line 100) | public function testCreatingInstanceEquals() FILE: tests/CarbonInterval/StrictModeTest.php class StrictModeTest (line 22) | class StrictModeTest extends AbstractTestCase method testSetWithStrictMode (line 24) | public function testSetWithStrictMode() method testGetWithStrictMode (line 35) | public function testGetWithStrictMode() method testSetAndGetWithoutStrictMode (line 46) | public function testSetAndGetWithoutStrictMode() method testStaticCallWithStrictMode (line 55) | public function testStaticCallWithStrictMode() method testStaticCallWithoutStrictMode (line 64) | public function testStaticCallWithoutStrictMode() FILE: tests/CarbonInterval/TimesTest.php class TimesTest (line 19) | class TimesTest extends AbstractTestCase method testTimesMoreThanOne (line 21) | public function testTimesMoreThanOne() method testTimesOne (line 27) | public function testTimesOne() method testTimesLessThanOne (line 33) | public function testTimesLessThanOne() method testTimesZero (line 39) | public function testTimesZero() method testTimesLessThanZero (line 45) | public function testTimesLessThanZero() method testTimesLessThanZeroWithInvertedInterval (line 52) | public function testTimesLessThanZeroWithInvertedInterval() FILE: tests/CarbonInterval/ToDateIntervalTest.php class ToDateIntervalTest (line 22) | class ToDateIntervalTest extends AbstractTestCase method testConvertToDateInterval (line 24) | public function testConvertToDateInterval() method testCastToDateInterval (line 38) | public function testCastToDateInterval() method testBadCast (line 52) | public function testBadCast() FILE: tests/CarbonInterval/ToPeriodTest.php class ToPeriodTest (line 25) | class ToPeriodTest extends AbstractTestCase method testConvertToDatePeriod (line 27) | #[DataProvider('dataForToPeriodParameters')] method dataForToPeriodParameters (line 37) | public static function dataForToPeriodParameters(): Generator method testToDatePeriodWithTimezone (line 61) | public function testToDatePeriodWithTimezone(): void method testStepBy (line 78) | public function testStepBy(): void method testStepByError (line 144) | public function testStepByError() FILE: tests/CarbonInterval/ToStringTest.php class ToStringTest (line 19) | class ToStringTest extends AbstractTestCase method testDefault (line 21) | public function testDefault() method testDefaultWithMicroseconds (line 28) | public function testDefaultWithMicroseconds() method testOverrideSimple (line 35) | public function testOverrideSimple() method testOverrideWithMicroseconds (line 42) | public function testOverrideWithMicroseconds() method testOverrideWithInvert (line 49) | public function testOverrideWithInvert() method testClosure (line 56) | public function testClosure() FILE: tests/CarbonInterval/TotalTest.php class TotalTest (line 24) | class TotalTest extends AbstractTestCase method testReturnsTotalValue (line 26) | #[DataProvider('dataForIntervalSpecs')] method dataForIntervalSpecs (line 36) | public static function dataForIntervalSpecs(): Generator method testThrowsExceptionForInvalidUnits (line 56) | public function testThrowsExceptionForInvalidUnits() method testGetTotalsViaGetters (line 65) | public function testGetTotalsViaGetters() method dataForNegativeIntervals (line 90) | public static function dataForNegativeIntervals(): Generator method testGetNegativeTotalsViaGetters (line 97) | #[DataProvider('dataForNegativeIntervals')] method testTotalsWithCustomFactors (line 111) | public function testTotalsWithCustomFactors() method testFloatHoursFactors (line 128) | public function testFloatHoursFactors() method testFloatDaysFactors (line 146) | public function testFloatDaysFactors() method testFloatInMultipleFactors (line 164) | public function testFloatInMultipleFactors() method testGetTotalsViaGettersWithCustomFactors (line 194) | public function testGetTotalsViaGettersWithCustomFactors() method testGetTotalsViaGettersWithFalseFactor (line 236) | public function testGetTotalsViaGettersWithFalseFactor() method testMicrosecondsInterval (line 263) | public function testMicrosecondsInterval() method testWithDiffInterval (line 280) | public function testWithDiffInterval() method testAlterationAfterDiff (line 285) | public function testAlterationAfterDiff() method testAbsoluteDiff (line 296) | public function testAbsoluteDiff() FILE: tests/CarbonPeriod/AliasTest.php class AliasTest (line 23) | class AliasTest extends AbstractTestCase method testSetStartDate (line 25) | public function testSetStartDate() method testSetStartDateWithNamedParameters (line 47) | public function testSetStartDateWithNamedParameters() method testSetEndDate (line 87) | public function testSetEndDate() method testSetEndDateWithNamedParameters (line 112) | public function testSetEndDateWithNamedParameters() method testManageFilters (line 137) | public function testManageFilters() method testSetRecurrences (line 161) | public function testSetRecurrences() method testManageOptions (line 179) | public function testManageOptions() method testSetDates (line 199) | public function testSetDates() method testManageInterval (line 211) | public function testManageInterval() method testInvertInterval (line 223) | public function testInvertInterval() method testModifyIntervalPlural (line 233) | public function testModifyIntervalPlural() method testModifyIntervalSingular (line 258) | public function testModifyIntervalSingular() method testChainAliases (line 271) | public function testChainAliases() method testCallInvalidAlias (line 288) | public function testCallInvalidAlias() method testOverrideDefaultInterval (line 298) | public function testOverrideDefaultInterval() method testModifyIntoEmptyDateInterval (line 311) | public function testModifyIntoEmptyDateInterval() method testNamedParameters (line 321) | public function testNamedParameters() FILE: tests/CarbonPeriod/CloneTest.php class CloneTest (line 18) | class CloneTest extends AbstractTestCase method testClone (line 20) | public function testClone() method testCopy (line 31) | public function testCopy() FILE: tests/CarbonPeriod/ComparisonTest.php class ComparisonTest (line 25) | class ComparisonTest extends AbstractTestCase method testEqualToTrue (line 27) | public function testEqualToTrue() method testEqualToFalse (line 54) | public function testEqualToFalse() method testNotEqualToTrue (line 66) | public function testNotEqualToTrue() method testNotEqualToFalse (line 78) | public function testNotEqualToFalse() method testStartComparisons (line 105) | public function testStartComparisons() method testEndComparisons (line 131) | public function testEndComparisons() method testContains (line 163) | public function testContains() method testConsecutivePeriods (line 183) | public function testConsecutivePeriods() method testConsecutivePeriodsWithExclusion (line 252) | public function testConsecutivePeriodsWithExclusion() method testConsecutivePeriodsWithDynamicEnd (line 268) | public function testConsecutivePeriodsWithDynamicEnd() FILE: tests/CarbonPeriod/CreateTest.php class CreateTest (line 36) | class CreateTest extends AbstractTestCase method testCreateFromIso8601String (line 38) | #[DataProvider('dataForIso8601String')] method dataForIso8601String (line 54) | public static function dataForIso8601String(): Generator method testCreateFromIso8601StringWithUnboundedRecurrences (line 78) | public function testCreateFromIso8601StringWithUnboundedRecurrences() method testCreateFromIso8601StringWithInfiniteRecurrences (line 89) | public function testCreateFromIso8601StringWithInfiniteRecurrences() method testCreateFromPartialIso8601String (line 99) | #[DataProvider('dataForPartialIso8601String')] method dataForPartialIso8601String (line 118) | public static function dataForPartialIso8601String(): Generator method testCreateFromInvalidIso8601String (line 124) | #[DataProvider('dataForInvalidIso8601String')] method dataForInvalidIso8601String (line 135) | public static function dataForInvalidIso8601String(): Generator method testCreateFromStartDateAndEndDate (line 145) | #[DataProvider('dataForStartDateAndEndDate')] method dataForStartDateAndEndDate (line 162) | public static function dataForStartDateAndEndDate(): Generator method testCreateFromStartDateAndIntervalAndEndDate (line 198) | #[DataProvider('dataForStartDateAndIntervalAndEndDate')] method dataForStartDateAndIntervalAndEndDate (line 216) | public static function dataForStartDateAndIntervalAndEndDate(): Generator method testCreateFromStartDateAndIntervalAndRecurrences (line 257) | #[DataProvider('dataForStartDateAndIntervalAndRecurrences')] method dataForStartDateAndIntervalAndRecurrences (line 274) | public static function dataForStartDateAndIntervalAndRecurrences(): Ge... method testCreateFromStartDateAndRecurrences (line 286) | #[DataProvider('dataForStartDateAndRecurrences')] method dataForStartDateAndRecurrences (line 302) | public static function dataForStartDateAndRecurrences(): Generator method testCreateFromBaseClasses (line 322) | public function testCreateFromBaseClasses() method testCreateFromInvalidParameters (line 341) | #[DataProvider('dataForInvalidParameters')] method dataForInvalidParameters (line 352) | public static function dataForInvalidParameters(): Generator method testCreateOnDstForwardChange (line 363) | public function testCreateOnDstForwardChange() method testCreateOnDstBackwardChange (line 390) | public function testCreateOnDstBackwardChange() method testInternalVariablesCannotBeIndirectlyModified (line 413) | public function testInternalVariablesCannotBeIndirectlyModified() method testCreateFromArray (line 445) | public function testCreateFromArray() method testCreateFromIso (line 458) | public function testCreateFromIso() method testCreateEmpty (line 470) | public function testCreateEmpty() method testCreateFromDateStringsWithTimezones (line 482) | public function testCreateFromDateStringsWithTimezones() method testCreateWithIntervalInFromStringFormat (line 525) | public function testCreateWithIntervalInFromStringFormat() method testCreateFromRelativeDates (line 551) | public function testCreateFromRelativeDates() method testCreateFromCarbonInstances (line 563) | public function testCreateFromCarbonInstances() method testCreateFromCarbonInstanceInvalidMethod (line 643) | public function testCreateFromCarbonInstanceInvalidMethod() method testInstance (line 654) | public function testInstance() method testCreateFromCarbonInstancesNamedParameters (line 695) | public function testCreateFromCarbonInstancesNamedParameters() method testCast (line 714) | public function testCast() method testBadCast (line 748) | public function testBadCast() method testMake (line 759) | public function testMake() method testInstanceInvalidType (line 789) | public function testInstanceInvalidType() method testInstanceInvalidInstance (line 800) | public function testInstanceInvalidInstance() method testMutability (line 811) | public function testMutability() method testEnums (line 851) | public function testEnums() method testStartAndEndFallback (line 902) | public function testStartAndEndFallback() method testSlashFormat (line 936) | public function testSlashFormat() method testInvalidTimezone (line 952) | public function testInvalidTimezone() FILE: tests/CarbonPeriod/DynamicIntervalTest.php class DynamicIntervalTest (line 19) | class DynamicIntervalTest extends AbstractTestCase method testDynamicIntervalInPeriod (line 21) | public function testDynamicIntervalInPeriod() FILE: tests/CarbonPeriod/FilterTest.php class FilterTest (line 27) | class FilterTest extends AbstractTestCase method dummyFilter (line 29) | public function dummyFilter() method testGetAndSetFilters (line 36) | public function testGetAndSetFilters() method testUpdateInternalStateWhenBuiltInFiltersAreRemoved (line 49) | public function testUpdateInternalStateWhenBuiltInFiltersAreRemoved() method testResetFilters (line 74) | public function testResetFilters() method testAddAndPrependFilters (line 96) | public function testAddAndPrependFilters() method testRemoveFilterByInstance (line 113) | public function testRemoveFilterByInstance() method testRemoveFilterByName (line 139) | public function testRemoveFilterByName() method testAcceptOnlyWeekdays (line 168) | public function testAcceptOnlyWeekdays() method testAcceptOnlySingleYear (line 194) | public function testAcceptOnlySingleYear() method testEndIteration (line 218) | public function testEndIteration() method testRecurrences (line 239) | public function testRecurrences() method testChangeNumberOfRecurrences (line 271) | public function testChangeNumberOfRecurrences() method testCallbackArguments (line 289) | public function testCallbackArguments() method testThrowExceptionWhenNextValidDateCannotBeFound (line 313) | public function testThrowExceptionWhenNextValidDateCannotBeFound() method testRemoveBuildInFilters (line 333) | public function testRemoveBuildInFilters() method testAcceptEveryOther (line 344) | public function testAcceptEveryOther() method testEndIterationFilter (line 367) | public function testEndIterationFilter() method testAcceptOnlyEvenDays (line 378) | public function testAcceptOnlyEvenDays() method testAddFilterFromCarbonMethod (line 388) | public function testAddFilterFromCarbonMethod() method testAddFilterFromCarbonMacro (line 402) | public function testAddFilterFromCarbonMacro() method testAddFilterFromCarbonMethodWithArguments (line 423) | public function testAddFilterFromCarbonMethodWithArguments() method testRemoveFilterFromCarbonMethod (line 437) | public function testRemoveFilterFromCarbonMethod() method testInvalidCarbonMethodShouldNotBeConvertedToCallback (line 451) | public function testInvalidCarbonMethodShouldNotBeConvertedToCallback() method testAddCallableFilters (line 464) | public function testAddCallableFilters() method testRemoveCallableFilters (line 479) | public function testRemoveCallableFilters() method testRunCallableFilters (line 497) | public function testRunCallableFilters() method assertMutatorResult (line 523) | protected function assertMutatorResult(CarbonPeriod $a, CarbonPeriod $... FILE: tests/CarbonPeriod/Fixtures/AbstractCarbon.php class AbstractCarbon (line 21) | abstract class AbstractCarbon extends DateTime implements CarbonInterface method __construct (line 23) | public function __construct($time = null, $timezone = null) method __set_state (line 28) | public static function __set_state($dump): static method add (line 33) | #[ReturnTypeWillChange] method sub (line 39) | #[ReturnTypeWillChange] method diff (line 45) | #[ReturnTypeWillChange] method modify (line 51) | #[ReturnTypeWillChange] method setDate (line 57) | public function setDate(int $year, int $month, int $day): static method setISODate (line 62) | public function setISODate(int $year, int $week, int $day = 1): static method setTime (line 67) | public function setTime($hour, $minute, $second = 0, $microsecond = 0)... method setTimestamp (line 72) | public function setTimestamp(int|string|float $timestamp): static method setTimezone (line 77) | public function setTimezone(\DateTimeZone|string|int $timeZone): static method createFromFormat (line 82) | public static function createFromFormat($format, $time, $tz = null): s... FILE: tests/CarbonPeriod/Fixtures/CarbonPeriodFactory.php class CarbonPeriodFactory (line 18) | class CarbonPeriodFactory method withStartIntervalEnd (line 27) | public static function withStartIntervalEnd(string $periodClass) method withEvenDaysFilter (line 43) | public static function withEvenDaysFilter(string $periodClass) method withCounter (line 64) | public static function withCounter(string $periodClass, &$counter) method withStackFilter (line 87) | public static function withStackFilter(string $periodClass) FILE: tests/CarbonPeriod/Fixtures/FooFilters.php class FooFilters (line 16) | class FooFilters method bar (line 18) | public function bar($date) FILE: tests/CarbonPeriod/Fixtures/MacroableClass.php class MacroableClass (line 21) | class MacroableClass method getEndDate (line 30) | public function getEndDate() method setEndDate (line 35) | public function setEndDate($endDate) method cast (line 42) | public function cast($className) method __call (line 49) | public function __call($method, $parameters) FILE: tests/CarbonPeriod/Fixtures/Mixin.php class Mixin (line 16) | class Mixin method setFoo (line 20) | public function setFoo() method getFoo (line 29) | public function getFoo() FILE: tests/CarbonPeriod/Fixtures/MixinTrait.php type MixinTrait (line 16) | trait MixinTrait method oneMoreDay (line 18) | public function oneMoreDay() method endNextDay (line 23) | public function endNextDay() method copyOneMoreDay (line 28) | public function copyOneMoreDay() FILE: tests/CarbonPeriod/Fixtures/filters.php function foobar_filter (line 16) | function foobar_filter($date) FILE: tests/CarbonPeriod/GettersTest.php class GettersTest (line 26) | class GettersTest extends AbstractTestCase method testGetStartDate (line 28) | public function testGetStartDate() method testGetEndDate (line 39) | public function testGetEndDate() method testGetDateInterval (line 50) | public function testGetDateInterval() method testGetRecurrences (line 61) | public function testGetRecurrences() method testGetDefaultDateInterval (line 78) | public function testGetDefaultDateInterval() method testModifyStartDate (line 89) | public function testModifyStartDate() method testModifyEndDate (line 98) | public function testModifyEndDate() method testModifyDateInterval (line 107) | public function testModifyDateInterval() method testGetOptions (line 116) | public function testGetOptions() method testOverlaps (line 145) | public function testOverlaps() method testOverlapsErrorForNullEnd (line 284) | public function testOverlapsErrorForNullEnd() method testOverlapsErrorForMaxAttempts (line 296) | public function testOverlapsErrorForMaxAttempts() method testOverlapsCalculated (line 311) | public function testOverlapsCalculated() method testOverlapsWithDatesCouple (line 323) | public function testOverlapsWithDatesCouple() method testIsStarted (line 346) | public function testIsStarted() method testIsEnded (line 360) | public function testIsEnded() method testIsInProgress (line 375) | public function testIsInProgress() method testIsset (line 390) | public function testIsset() method testMagicGet (line 398) | public function testMagicGet() method testGet (line 416) | public function testGet() method testUnknownGetter (line 426) | public function testUnknownGetter() method testGetEnd (line 434) | public function testGetEnd() method testGetCurrent (line 443) | public function testGetCurrent() method testGetInclude (line 455) | public function testGetInclude() FILE: tests/CarbonPeriod/IterationMethodsTest.php class IterationMethodsTest (line 19) | class IterationMethodsTest extends AbstractTestCase method testForEach (line 21) | public function testForEach() method testMap (line 33) | public function testMap() FILE: tests/CarbonPeriod/IteratorTest.php class IteratorTest (line 24) | class IteratorTest extends AbstractTestCase method testKeyAndCurrentAreCorrectlyInstantiated (line 28) | public function testKeyAndCurrentAreCorrectlyInstantiated() method testValidIsCorrectlyInstantiated (line 38) | public function testValidIsCorrectlyInstantiated() method testCurrentIsAlwaysCarbonInstance (line 45) | public function testCurrentIsAlwaysCarbonInstance() method testKeysAreSequential (line 59) | public function testKeysAreSequential() method testElementsInLoopAreAlwaysValid (line 73) | public function testElementsInLoopAreAlwaysValid() method testKeyAndCurrentAreCorrectlyIterated (line 82) | public function testKeyAndCurrentAreCorrectlyIterated() method testKeyAndCurrentAreCorrectlyRewound (line 93) | public function testKeyAndCurrentAreCorrectlyRewound() method testKeyAndCurrentAreNullAfterIteration (line 105) | public function testKeyAndCurrentAreNullAfterIteration() method testIterateBackwards (line 118) | #[DataProvider('dataForIterateBackwardsArguments')] method dataForIterateBackwardsArguments (line 135) | public static function dataForIterateBackwardsArguments(): Generator method testChangingParametersShouldNotCauseInfiniteLoop (line 159) | public function testChangingParametersShouldNotCauseInfiniteLoop() method testChangeEndDateDuringIteration (line 195) | public function testChangeEndDateDuringIteration() method testKeepIncreasingRecurrencesDuringIteration (line 224) | public function testKeepIncreasingRecurrencesDuringIteration() method testChangeStartDateDuringIteration (line 253) | public function testChangeStartDateDuringIteration() method testChangeDateIntervalDuringIteration (line 285) | public function testChangeDateIntervalDuringIteration() method testValidateOncePerIteration (line 312) | public function testValidateOncePerIteration() method testInvalidateCurrentAfterChangingParameters (line 330) | public function testInvalidateCurrentAfterChangingParameters() method testTraversePeriodDynamically (line 342) | public function testTraversePeriodDynamically() method testExtendCompletedIteration (line 364) | public function testExtendCompletedIteration() method testRevalidateCurrentAfterChangeOfParameters (line 391) | public function testRevalidateCurrentAfterChangeOfParameters() method testRevalidateCurrentAfterEndOfIteration (line 408) | public function testRevalidateCurrentAfterEndOfIteration() method testChangeStartDateBeforeIteration (line 423) | public function testChangeStartDateBeforeIteration() method testChangeStartDateAfterStartedIteration (line 433) | public function testChangeStartDateAfterStartedIteration() method testInvertDateIntervalDuringIteration (line 446) | public function testInvertDateIntervalDuringIteration() method testManualIteration (line 467) | public function testManualIteration() method testSkip (line 483) | public function testSkip() method testLocale (line 533) | public function testLocale() method testTimezone (line 550) | public function testTimezone() FILE: tests/CarbonPeriod/MacroTest.php class MacroTest (line 26) | class MacroTest extends AbstractTestCase method tearDown (line 28) | protected function tearDown(): void method testCallMacro (line 36) | public function testCallMacro() method testParameterOtherThanSelfIsNotGivenPeriodInstance (line 64) | public function testParameterOtherThanSelfIsNotGivenPeriodInstance() method testPassPeriodInstanceAfterOptionalParameters (line 77) | public function testPassPeriodInstanceAfterOptionalParameters() method testMacroIsBindedToDatePeriodInstance (line 96) | public function testMacroIsBindedToDatePeriodInstance() method testCallMacroStatically (line 110) | public function testCallMacroStatically() method testMacroIsBoundToDatePeriodClass (line 127) | public function testMacroIsBoundToDatePeriodClass() method testRegisterNonClosureMacro (line 137) | public function testRegisterNonClosureMacro() method testRegisterMixin (line 149) | public function testRegisterMixin() method testCallNonExistingMacro (line 160) | public function testCallNonExistingMacro() method testCallNonExistingMacroStatically (line 173) | public function testCallNonExistingMacroStatically() method testOverrideAlias (line 183) | public function testOverrideAlias() method testInstantiateViaStaticMacroCall (line 193) | public function testInstantiateViaStaticMacroCall() method testMixinInstance (line 208) | public function testMixinInstance() FILE: tests/CarbonPeriod/RoundingTest.php class RoundingTest (line 20) | class RoundingTest extends AbstractTestCase method testThrowsExceptionForCompositeInterval (line 22) | public function testThrowsExceptionForCompositeInterval() method testFloor (line 32) | public function testFloor() method testCeil (line 79) | public function testCeil() method testRound (line 126) | public function testRound() method testRoundCalculatedEnd (line 173) | public function testRoundCalculatedEnd() FILE: tests/CarbonPeriod/SerializationTest.php class SerializationTest (line 21) | class SerializationTest extends AbstractTestCase method testSerializationFromV2 (line 23) | public function testSerializationFromV2(): void method testSerializationFromV2WithImmutableStart (line 41) | public function testSerializationFromV2WithImmutableStart(): void method testSerializationFromV2WithRecurrences (line 59) | public function testSerializationFromV2WithRecurrences(): void method testSerializationFromV2WithTimezone (line 77) | public function testSerializationFromV2WithTimezone(): void method testSerializationFromV2WithCurrent (line 95) | public function testSerializationFromV2WithCurrent(): void method testSerializationFromV2WithDateTimeObject (line 112) | public function testSerializationFromV2WithDateTimeObject(): void method testSerializationFromV2WithDateTimeImmutableObject (line 129) | public function testSerializationFromV2WithDateTimeImmutableObject(): ... method testSerialization (line 145) | #[DataProvider('getCarbonPeriods')] method testUnserializeError (line 154) | public function testUnserializeError(): void method getCarbonPeriods (line 187) | public static function getCarbonPeriods(): array method testSerializationWithRecurrences (line 203) | public function testSerializationWithRecurrences(): void method assertIntervalDuration (line 222) | private function assertIntervalDuration(string $duration, mixed $inter... method assertDate (line 228) | private function assertDate(string $date, mixed $value, string $class ... method assertSerializationWorks (line 242) | private function assertSerializationWorks(CarbonPeriod $period): void method assertEquivalentPeriods (line 249) | private function assertEquivalentPeriods(mixed $a, mixed $b): void FILE: tests/CarbonPeriod/SettersTest.php class SettersTest (line 25) | class SettersTest extends AbstractTestCase method testSetStartDate (line 27) | public function testSetStartDate() method testSetEndDate (line 37) | public function testSetEndDate() method testSetDateInterval (line 47) | public function testSetDateInterval() method testSetDateIntervalFromStringFormat (line 57) | public function testSetDateIntervalFromStringFormat() method testSetRecurrences (line 67) | public function testSetRecurrences() method testSetDates (line 77) | public function testSetDates() method testSetOptions (line 88) | public function testSetOptions() method testSetDateClass (line 98) | public function testSetDateClass() method testSetDateClassInvalidArgumentException (line 127) | public function testSetDateClassInvalidArgumentException() method testInvalidInterval (line 139) | public function testInvalidInterval() method testEmptyInterval (line 149) | public function testEmptyInterval() method testInvalidNegativeNumberOfRecurrences (line 159) | public function testInvalidNegativeNumberOfRecurrences() method testInvalidConstructorParameters (line 169) | public function testInvalidConstructorParameters() method testInvalidStartDate (line 179) | public function testInvalidStartDate() method testInvalidEndDate (line 189) | public function testInvalidEndDate() method testToggleOptions (line 199) | public function testToggleOptions() method testToggleOptionsOnAndOff (line 220) | public function testToggleOptionsOnAndOff() method testSetStartDateInclusiveOrExclusive (line 248) | public function testSetStartDateInclusiveOrExclusive() method testSetEndDateInclusiveOrExclusive (line 263) | public function testSetEndDateInclusiveOrExclusive() method testInvertDateInterval (line 278) | public function testInvertDateInterval() method testExcludeStartDate (line 303) | public function testExcludeStartDate() method testExcludeEndDate (line 318) | public function testExcludeEndDate() method testSetRelativeDates (line 333) | public function testSetRelativeDates() method testFluentSetters (line 344) | public function testFluentSetters() method testSetTimezone (line 438) | public function testSetTimezone(): void method testShiftTimezone (line 461) | public function testShiftTimezone(): void FILE: tests/CarbonPeriod/StrictModeTest.php class StrictModeTest (line 20) | class StrictModeTest extends AbstractTestCase method testCallWithStrictMode (line 22) | public function testCallWithStrictMode() method testCallWithoutStrictMode (line 34) | public function testCallWithoutStrictMode() FILE: tests/CarbonPeriod/ToArrayTest.php class ToArrayTest (line 26) | class ToArrayTest extends AbstractTestCase method testToArrayIsNotEmptyArray (line 28) | public function testToArrayIsNotEmptyArray() method testToArrayHasCorrectCount (line 36) | public function testToArrayHasCorrectCount() method testToArrayValuesAreCarbonInstances (line 43) | public function testToArrayValuesAreCarbonInstances() method testToArrayKeysAreSequential (line 52) | public function testToArrayKeysAreSequential() method testToArrayHasCorrectValues (line 59) | public function testToArrayHasCorrectValues() method testJsonSerialize (line 69) | public function testJsonSerialize() method testCountEmptyPeriod (line 76) | public function testCountEmptyPeriod() method testCountByMethod (line 142) | public function testCountByMethod() method testCountByFunction (line 149) | public function testCountByFunction() method testFirst (line 156) | public function testFirst() method testLast (line 163) | public function testLast() method testToArrayOfEmptyPeriod (line 170) | public function testToArrayOfEmptyPeriod() method testCountOfEmptyPeriod (line 178) | public function testCountOfEmptyPeriod() method testFirstOfEmptyPeriod (line 186) | public function testFirstOfEmptyPeriod() method testLastOfEmptyPeriod (line 203) | public function testLastOfEmptyPeriod() method testRestoreIterationStateAfterCallingToArray (line 211) | public function testRestoreIterationStateAfterCallingToArray() method testToArrayResultsAreInTheExpectedTimezone (line 237) | public function testToArrayResultsAreInTheExpectedTimezone() method testDebugInfo (line 251) | public function testDebugInfo() FILE: tests/CarbonPeriod/ToDatePeriodTest.php class ToDatePeriodTest (line 26) | class ToDatePeriodTest extends AbstractTestCase method testToArrayIsNotEmptyArray (line 28) | public function testToArrayIsNotEmptyArray() method testWithIntervalLocalized (line 69) | public function testWithIntervalLocalized() method testWithModifiedEnglish (line 87) | public function testWithModifiedEnglish() method testRawDate (line 108) | public function testRawDate() FILE: tests/CarbonPeriod/ToStringTest.php class ToStringTest (line 23) | class ToStringTest extends AbstractTestCase method testToString (line 25) | #[DataProvider('dataForToString')] method dataForToString (line 37) | public static function dataForToString(): array method testMagicToString (line 88) | public function testMagicToString() method testToIso8601String (line 103) | #[DataProvider('dataForToIso8601String')] method dataForToIso8601String (line 114) | public static function dataForToIso8601String(): array method testSpec (line 192) | public function testSpec() method testStartOfWeekForPeriod (line 207) | public function testStartOfWeekForPeriod() method testToStringCustomization (line 227) | public function testToStringCustomization() FILE: tests/CarbonPeriodImmutable/AliasTest.php class AliasTest (line 18) | class AliasTest extends \Tests\CarbonPeriod\AliasTest FILE: tests/CarbonPeriodImmutable/CloneTest.php class CloneTest (line 18) | class CloneTest extends \Tests\CarbonPeriod\CloneTest FILE: tests/CarbonPeriodImmutable/ComparisonTest.php class ComparisonTest (line 18) | class ComparisonTest extends \Tests\CarbonPeriod\ComparisonTest FILE: tests/CarbonPeriodImmutable/CreateTest.php class CreateTest (line 18) | class CreateTest extends \Tests\CarbonPeriod\CreateTest FILE: tests/CarbonPeriodImmutable/DynamicIntervalTest.php class DynamicIntervalTest (line 18) | class DynamicIntervalTest extends \Tests\CarbonPeriod\DynamicIntervalTest FILE: tests/CarbonPeriodImmutable/FilterTest.php class FilterTest (line 18) | class FilterTest extends \Tests\CarbonPeriod\FilterTest FILE: tests/CarbonPeriodImmutable/GettersTest.php class GettersTest (line 18) | class GettersTest extends \Tests\CarbonPeriod\GettersTest FILE: tests/CarbonPeriodImmutable/IterationMethodsTest.php class IterationMethodsTest (line 18) | class IterationMethodsTest extends \Tests\CarbonPeriod\IterationMethodsTest FILE: tests/CarbonPeriodImmutable/IteratorTest.php class IteratorTest (line 18) | class IteratorTest extends \Tests\CarbonPeriod\IteratorTest FILE: tests/CarbonPeriodImmutable/MacroTest.php class MacroTest (line 18) | class MacroTest extends \Tests\CarbonPeriod\MacroTest FILE: tests/CarbonPeriodImmutable/RoundingTest.php class RoundingTest (line 18) | class RoundingTest extends \Tests\CarbonPeriod\RoundingTest FILE: tests/CarbonPeriodImmutable/SettersTest.php class SettersTest (line 18) | class SettersTest extends \Tests\CarbonPeriod\SettersTest FILE: tests/CarbonPeriodImmutable/StrictModeTest.php class StrictModeTest (line 18) | class StrictModeTest extends \Tests\CarbonPeriod\StrictModeTest FILE: tests/CarbonPeriodImmutable/ToArrayTest.php class ToArrayTest (line 18) | class ToArrayTest extends \Tests\CarbonPeriod\ToArrayTest FILE: tests/CarbonPeriodImmutable/ToDatePeriodTest.php class ToDatePeriodTest (line 18) | class ToDatePeriodTest extends \Tests\CarbonPeriod\ToDatePeriodTest FILE: tests/CarbonPeriodImmutable/ToStringTest.php class ToStringTest (line 18) | class ToStringTest extends \Tests\CarbonPeriod\ToStringTest FILE: tests/CarbonTimeZone/ConversionsTest.php class ConversionsTest (line 26) | #[Medium] method testToString (line 29) | public function testToString() method testToRegionName (line 35) | public function testToRegionName() method testToRegionTimeZone (line 47) | public function testToRegionTimeZone() method dataForToOffsetName (line 56) | public static function dataForToOffsetName(): Generator method testToOffsetName (line 84) | #[DataProvider('dataForToOffsetName')] method testToOffsetNameDateAsParam (line 93) | #[DataProvider('dataForToOffsetName')] method testToOffsetNameFromDifferentCreationMethods (line 101) | public function testToOffsetNameFromDifferentCreationMethods() method testCast (line 115) | public function testCast() method testCastException (line 132) | public function testCastException() method testInvalidRegionForOffset (line 141) | public function testInvalidRegionForOffset() method testInvalidRegionForOffsetInStrictMode (line 147) | public function testInvalidRegionForOffsetInStrictMode() FILE: tests/CarbonTimeZone/CreateTest.php class CreateTest (line 22) | class CreateTest extends AbstractTestCase method testCreate (line 24) | public function testCreate() method testInstance (line 53) | public function testInstance() method testUnknown (line 60) | public function testUnknown() method testSafeCreateDateTimeZoneWithoutStrictMode (line 67) | public function testSafeCreateDateTimeZoneWithoutStrictMode() FILE: tests/CarbonTimeZone/Fixtures/UnknownZone.php class UnknownZone (line 19) | class UnknownZone extends CarbonTimeZone method getName (line 21) | #[ReturnTypeWillChange] FILE: tests/CarbonTimeZone/GettersTest.php class GettersTest (line 21) | class GettersTest extends AbstractTestCase method testGetAbbr (line 23) | public function testGetAbbr(): void method testGetAbbreviatedName (line 31) | public function testGetAbbreviatedName(): void method testToRegionName (line 79) | public function testToRegionName(): void FILE: tests/Cli/Cli.php class Cli (line 14) | class Cli method __invoke (line 18) | public function __invoke(...$parameters) FILE: tests/Cli/InvokerTest.php class InvokerTest (line 20) | class InvokerTest extends AbstractTestCase method testInvoke (line 22) | public function testInvoke() FILE: tests/CommonTraits/MacroContextNestingTest.php class MacroContextNestingTest (line 23) | class MacroContextNestingTest extends AbstractTestCaseWithOldNow method dataForMacroableClassesWithReference (line 25) | public static function dataForMacroableClassesWithReference(): array method dataForMacroableClasses (line 35) | public static function dataForMacroableClasses(): array method testMacroContextNesting (line 43) | #[DataProvider('dataForMacroableClassesWithReference')] method testMacroContextDetectionNesting (line 73) | #[DataProvider('dataForMacroableClasses')] FILE: tests/Doctrine/CarbonTypesTest.php class CarbonTypesTest (line 35) | class CarbonTypesTest extends AbstractTestCase method setUpBeforeClass (line 39) | public static function setUpBeforeClass(): void method dataForTypes (line 46) | public static function dataForTypes(): array method testGetSQLDeclaration (line 51) | #[Group('doctrine')] method testConvertToPHPValue (line 118) | #[Group('doctrine')] method testConvertToPHPValueFailure (line 139) | #[Group('doctrine')] method testConvertToDatabaseValue (line 154) | #[Group('doctrine')] method testConvertToDatabaseValueFailure (line 167) | #[Group('doctrine')] method testRequiresSQLCommentHint (line 183) | #[Group('doctrine')] method getDbalVersion (line 197) | private static function getDbalVersion(): string method supportsZeroPrecision (line 209) | private static function supportsZeroPrecision(): bool method getMySQLPlatform (line 214) | private function getMySQLPlatform(): AbstractMySQLPlatform method generateDataForTypes (line 219) | private static function generateDataForTypes(): array FILE: tests/Factory/CallbackTest.php class CallbackTest (line 27) | class CallbackTest extends AbstractTestCase method testGetReflectionFunction (line 29) | public function testGetReflectionFunction(): void method testCall (line 39) | public function testCall(): void method testParameter (line 75) | public function testParameter(): void FILE: tests/Factory/FactoryTest.php class FactoryTest (line 28) | class FactoryTest extends AbstractTestCase method testFactory (line 30) | public function testFactory() method testFactoryModification (line 58) | public function testFactoryModification() method testFactoryTimezone (line 90) | public function testFactoryTimezone() method testPsrClock (line 155) | public function testPsrClock() method testIsolation (line 209) | public function testIsolation(): void method testClosureMock (line 226) | public function testClosureMock(): void method testClosureMockTypeFailure (line 238) | public function testClosureMockTypeFailure(): void FILE: tests/Factory/WrapperClockTest.php class WrapperClockTest (line 28) | class WrapperClockTest extends AbstractTestCase method testWrapperClock (line 30) | public function testWrapperClock(): void method testWrapperClockMutable (line 61) | public function testWrapperClockMutable(): void method testWrapperClockPsrLink (line 79) | public function testWrapperClockPsrLink(): void method testSleep (line 109) | public function testSleep(): void method testSleepNegative (line 164) | public function testSleepNegative(): void method testWithTimezoneOnFactory (line 175) | public function testWithTimezoneOnFactory(): void method testWithTimezone (line 189) | public function testWithTimezone(): void FILE: tests/Fixtures/CarbonTimezoneTrait.php type CarbonTimezoneTrait (line 16) | trait CarbonTimezoneTrait method toAppTz (line 18) | public function toAppTz(bool $shift = false, string $tz = 'UTC'): Carb... method copyWithAppTz (line 25) | public function copyWithAppTz(bool $shift = false, string $tz = 'UTC')... FILE: tests/Fixtures/CarbonTypeCase.php class CarbonTypeCase (line 18) | final class CarbonTypeCase method __construct (line 20) | public function __construct( method initialize (line 28) | public function initialize(): void method getType (line 35) | public function getType(): Type method __toString (line 40) | public function __toString(): string FILE: tests/Fixtures/DateMalformedIntervalStringException.php class DateMalformedIntervalStringException (line 12) | class DateMalformedIntervalStringException extends Exception FILE: tests/Fixtures/DateMalformedStringException.php class DateMalformedStringException (line 12) | class DateMalformedStringException extends Exception FILE: tests/Fixtures/SubCarbon.php class SubCarbon (line 16) | class SubCarbon extends Carbon FILE: tests/Fixtures/SubCarbonImmutable.php class SubCarbonImmutable (line 16) | class SubCarbonImmutable extends CarbonImmutable FILE: tests/Jenssegers/DateTest.php class DateTest (line 19) | class DateTest extends TestCaseBase method testConstructFromString (line 21) | public function testConstructFromString() method testConstructTimestamp (line 35) | public function testConstructTimestamp() method testMake (line 41) | public function testMake() method testCreateFromCarbon (line 48) | public function testCreateFromCarbon() method testManipulation (line 66) | public function testManipulation() method testFormat (line 80) | public function testFormat() method testAge (line 86) | public function testAge() method testAgo (line 97) | public function testAgo() method testAbsoluteAgo (line 147) | public function testAbsoluteAgo() method testDiffForHumans (line 156) | public function testDiffForHumans() method testTimespan (line 184) | public function testTimespan() method testTranslateTimeString (line 192) | public function testTranslateTimeString() method testSlovenianMonthTranslation (line 215) | public function testSlovenianMonthTranslation() method testFallbackLocaleMonthTranslation (line 227) | public function testFallbackLocaleMonthTranslation() method testFallbackLocaleMeridiemTranslation (line 240) | public function testFallbackLocaleMeridiemTranslation() method testTranslateTimeStringWithOrdinalWords (line 251) | public function testTranslateTimeStringWithOrdinalWords() FILE: tests/Jenssegers/JenssegersDate.php class JenssegersDate (line 18) | class JenssegersDate extends Carbon method jngParse (line 41) | public static function jngParse($time = null, $tz = null) method jngCreateFromFormat (line 50) | public static function jngCreateFromFormat($format, $time = null, $tz ... method jngFormat (line 59) | public function jngFormat($format) FILE: tests/Jenssegers/TestCaseBase.php class TestCaseBase (line 19) | abstract class TestCaseBase extends TestCase method setUp (line 23) | protected function setUp(): void FILE: tests/Jenssegers/TranslationElTest.php class TranslationElTest (line 16) | class TranslationElTest extends TestCaseBase method testTimespanTranslated (line 20) | public function testTimespanTranslated() method testCreateFromFormat (line 28) | public function testCreateFromFormat() method testAgoTranslated (line 37) | public function testAgoTranslated() method testFormatDeclensions (line 60) | public function testFormatDeclensions() method testFormatShortNotation (line 69) | public function testFormatShortNotation() method testAfterTranslated (line 108) | public function testAfterTranslated() FILE: tests/Jenssegers/TranslationHuTest.php class TranslationHuTest (line 19) | class TranslationHuTest extends TestCaseBase method testGetsAndSetsTranslator (line 23) | public function testGetsAndSetsTranslator() method testTimespanTranslated (line 33) | public function testTimespanTranslated() method testAgoTranslated (line 41) | public function testAgoTranslated() method testFromNowTranslated (line 62) | public function testFromNowTranslated() method testAfterTranslated (line 83) | public function testAfterTranslated() method testBeforeTranslated (line 101) | public function testBeforeTranslated() method testCreateFromFormat (line 119) | public function testCreateFromFormat() FILE: tests/Jenssegers/TranslationJaTest.php class TranslationJaTest (line 16) | class TranslationJaTest extends TestCaseBase method testItCanTranslateMonth (line 20) | public function testItCanTranslateMonth() method testItCanTranslateWeekdays (line 49) | public function testItCanTranslateWeekdays() method testItCanTranslateWeekdaysShortForm (line 68) | public function testItCanTranslateWeekdaysShortForm() method testItCanTranslateSecondsAgo (line 87) | public function testItCanTranslateSecondsAgo() method testItCanTranslateMinutesAgo (line 96) | public function testItCanTranslateMinutesAgo() method testItCanTranslateHoursAgo (line 105) | public function testItCanTranslateHoursAgo() method testItCanTranslateDaysAgo (line 114) | public function testItCanTranslateDaysAgo() method testItCanTranslateWeeksAgo (line 123) | public function testItCanTranslateWeeksAgo() method testItCanTranslateMonthsAgo (line 132) | public function testItCanTranslateMonthsAgo() method testItCanTranslateYearsAgo (line 143) | public function testItCanTranslateYearsAgo() method testItCanTranslateSecondsFromNow (line 152) | public function testItCanTranslateSecondsFromNow() method testItCanTranslateMinutesFromNow (line 161) | public function testItCanTranslateMinutesFromNow() method testItCanTranslateHoursFromNow (line 170) | public function testItCanTranslateHoursFromNow() method testItCanTranslateDaysFromNow (line 179) | public function testItCanTranslateDaysFromNow() method testItCanTranslateWeeksFromNow (line 188) | public function testItCanTranslateWeeksFromNow() method testItCanTranslateMonthsFromNow (line 197) | public function testItCanTranslateMonthsFromNow() method testItCanTranslateYearsFromNow (line 206) | public function testItCanTranslateYearsFromNow() FILE: tests/Jenssegers/TranslationKaTest.php class TranslationKaTest (line 16) | class TranslationKaTest extends TestCaseBase method testTimespanTranslated (line 20) | public function testTimespanTranslated() method testCreateFromFormat (line 28) | public function testCreateFromFormat() method testAgoTranslated (line 37) | public function testAgoTranslated() method testFormatDeclensions (line 55) | public function testFormatDeclensions() method testAfterTranslated (line 64) | public function testAfterTranslated() FILE: tests/Jenssegers/TranslationTaTest.php class TranslationTaTest (line 16) | class TranslationTaTest extends TestCaseBase method testItTranslatesMonth (line 20) | public function testItTranslatesMonth() method testItTranslatesWeekdays (line 49) | public function testItTranslatesWeekdays() method testItTranslatesWeekdaysShortform (line 68) | public function testItTranslatesWeekdaysShortform() method testItTranslatesAgo (line 87) | public function testItTranslatesAgo() method testItTranslatesFromNow (line 134) | public function testItTranslatesFromNow() FILE: tests/Jenssegers/TranslationTest.php class TranslationTest (line 19) | class TranslationTest extends TestCaseBase method testGetsAndSetsTranslator (line 21) | public function testGetsAndSetsTranslator() method testFallback (line 31) | public function testFallback() method testFallbackWithRegion (line 39) | public function testFallbackWithRegion() method testMultiplePluralForms (line 48) | public function testMultiplePluralForms() method testCustomSuffix (line 65) | public function testCustomSuffix() method testTimespanTranslated (line 80) | public function testTimespanTranslated() method testParse (line 90) | public function testParse() method testCreateFromFormat (line 101) | public function testCreateFromFormat() method testAgoTranslated (line 112) | public function testAgoTranslated() method testFormatTranslated (line 168) | public function testFormatTranslated() method testFormatDeclensions (line 182) | public function testFormatDeclensions() method testTranslateTimeString (line 196) | public function testTranslateTimeString() FILE: tests/Jenssegers/TranslationThTest.php class TranslationThTest (line 16) | class TranslationThTest extends TestCaseBase method testTimespanTranslated (line 20) | public function testTimespanTranslated() method testCreateFromFormat (line 28) | public function testCreateFromFormat() method testAgoTranslated (line 37) | public function testAgoTranslated() method testFormatDeclensions (line 55) | public function testFormatDeclensions() method testAfterTranslated (line 64) | public function testAfterTranslated() FILE: tests/Jenssegers/TranslationUkTest.php class TranslationUkTest (line 16) | class TranslationUkTest extends TestCaseBase method testTimespanTranslated (line 20) | public function testTimespanTranslated() method testCreateFromFormat (line 28) | public function testCreateFromFormat() method testAgoTranslated (line 37) | public function testAgoTranslated() method testFormatDeclensions (line 60) | public function testFormatDeclensions() method testFormatShortNotation (line 69) | public function testFormatShortNotation() method testAfterTranslated (line 87) | public function testAfterTranslated() FILE: tests/Language/LanguageTest.php class LanguageTest (line 19) | class LanguageTest extends AbstractTestCase method testAll (line 21) | public function testAll() method testRegions (line 31) | public function testRegions() method testGetNames (line 39) | public function testGetNames() method testGetId (line 48) | public function testGetId() method testGetCode (line 58) | public function testGetCode() method testGetVariant (line 70) | public function testGetVariant() method testGetRegion (line 82) | public function testGetRegion() method testGetRegionName (line 94) | public function testGetRegionName() method testGetFullIsoName (line 106) | public function testGetFullIsoName() method testGetFullNativeName (line 121) | public function testGetFullNativeName() method testGetIsoName (line 136) | public function testGetIsoName() method testGetNativeName (line 151) | public function testGetNativeName() method testGetIsoDescription (line 166) | public function testGetIsoDescription() method testGetNativeDescription (line 185) | public function testGetNativeDescription() method testGetFullIsoDescription (line 204) | public function testGetFullIsoDescription() method testGetFullNativeDescription (line 223) | public function testGetFullNativeDescription() method testToString (line 242) | public function testToString() method testToJson (line 252) | public function testToJson() FILE: tests/Language/TranslatorTest.php class TranslatorTest (line 25) | class TranslatorTest extends AbstractTestCase method testSetLocale (line 27) | public function testSetLocale() method testMethodsPriorities (line 55) | public function testMethodsPriorities() method testCompareChunkLists (line 63) | public function testCompareChunkLists() method testNotLocaleAwareException (line 73) | public function testNotLocaleAwareException() method testTranslatorImmutable (line 82) | public function testTranslatorImmutable() method testSerializationKeepLocale (line 90) | public function testSerializationKeepLocale() method testUnserializeV2Object (line 111) | public function testUnserializeV2Object() FILE: tests/Laravel/App.php class App (line 19) | class App implements ArrayAccess method register (line 46) | public function register() method setEventDispatcher (line 54) | public function setEventDispatcher($dispatcher) method version (line 59) | public static function version($version = null) method getLocaleChangeEventName (line 68) | public static function getLocaleChangeEventName() method setLocaleWithoutEvent (line 75) | public function setLocaleWithoutEvent(string $locale) method setLocale (line 81) | public function setLocale(string $locale) method setFallbackLocale (line 87) | public function setFallbackLocale(string $fallbackLocale) method getLocale (line 92) | public function getLocale() method getFallbackLocale (line 97) | public function getFallbackLocale() method bound (line 102) | public function bound($service) method offsetExists (line 107) | #[\ReturnTypeWillChange] method offsetGet (line 113) | #[\ReturnTypeWillChange] method offsetSet (line 119) | #[\ReturnTypeWillChange] method offsetUnset (line 125) | #[\ReturnTypeWillChange] method removeService (line 131) | public function removeService($offset) FILE: tests/Laravel/Dispatcher.php class Dispatcher (line 18) | class Dispatcher extends EventDispatcherBase FILE: tests/Laravel/EventDispatcher.php class EventDispatcher (line 18) | class EventDispatcher extends EventDispatcherBase FILE: tests/Laravel/EventDispatcherBase.php class EventDispatcherBase (line 16) | class EventDispatcherBase method listen (line 23) | public function listen($name, $listener) method dispatch (line 29) | public function dispatch($name, $event = null) FILE: tests/Laravel/ServiceProvider.php class ServiceProvider (line 19) | class ServiceProvider method __construct (line 26) | public function __construct($dispatcher = null) FILE: tests/Laravel/ServiceProviderTest.php class ServiceProviderTest (line 30) | class ServiceProviderTest extends TestCase method dataForDispatchers (line 32) | public static function dataForDispatchers(): Generator method testBoot (line 46) | #[DataProvider('dataForDispatchers')] method testListenerWithoutLocaleUpdatedClass (line 103) | public function testListenerWithoutLocaleUpdatedClass() method testListenerWithLocaleUpdatedClass (line 136) | public function testListenerWithLocaleUpdatedClass() method testUpdateLocale (line 199) | public function testUpdateLocale() FILE: tests/Laravel/Translator.php class Translator (line 16) | class Translator extends \Symfony\Component\Translation\Translator FILE: tests/Localization/AaDjTest.php class AaDjTest (line 18) | #[Group('localization')] FILE: tests/Localization/AaErSaahoTest.php class AaErSaahoTest (line 18) | #[Group('localization')] FILE: tests/Localization/AaErTest.php class AaErTest (line 18) | #[Group('localization')] FILE: tests/Localization/AaEtTest.php class AaEtTest (line 18) | #[Group('localization')] FILE: tests/Localization/AaTest.php class AaTest (line 18) | #[Group('localization')] FILE: tests/Localization/AfNaTest.php class AfNaTest (line 18) | #[Group('localization')] FILE: tests/Localization/AfTest.php class AfTest (line 18) | #[Group('localization')] FILE: tests/Localization/AfZaTest.php class AfZaTest (line 18) | #[Group('localization')] FILE: tests/Localization/AgqTest.php class AgqTest (line 18) | #[Group('localization')] FILE: tests/Localization/AgrPeTest.php class AgrPeTest (line 18) | #[Group('localization')] FILE: tests/Localization/AgrTest.php class AgrTest (line 18) | #[Group('localization')] FILE: tests/Localization/AkGhTest.php class AkGhTest (line 18) | #[Group('localization')] FILE: tests/Localization/AkTest.php class AkTest (line 18) | #[Group('localization')] FILE: tests/Localization/AmEtTest.php class AmEtTest (line 18) | #[Group('localization')] FILE: tests/Localization/AmTest.php class AmTest (line 18) | #[Group('localization')] FILE: tests/Localization/AnEsTest.php class AnEsTest (line 18) | #[Group('localization')] FILE: tests/Localization/AnTest.php class AnTest (line 18) | #[Group('localization')] FILE: tests/Localization/AnpInTest.php class AnpInTest (line 18) | #[Group('localization')] FILE: tests/Localization/AnpTest.php class AnpTest (line 18) | #[Group('localization')] FILE: tests/Localization/ArAeTest.php class ArAeTest (line 18) | #[Group('localization')] FILE: tests/Localization/ArBhTest.php class ArBhTest (line 18) | #[Group('localization')] FILE: tests/Localization/ArDjTest.php class ArDjTest (line 18) | #[Group('localization')] FILE: tests/Localization/ArDzTest.php class ArDzTest (line 18) | #[Group('localization')] FILE: tests/Localization/ArEgTest.php class ArEgTest (line 18) | #[Group('localization')] FILE: tests/Localization/ArEhTest.php class ArEhTest (line 18) | #[Group('localization')] FILE: tests/Localization/ArErTest.php class ArErTest (line 18) | #[Group('localization')] FILE: tests/Localization/ArIlTest.php class ArIlTest (line 18) | #[Group('localization')] FILE: tests/Localization/ArInTest.php class ArInTest (line 18) | #[Group('localization')] FILE: tests/Localization/ArIqTest.php class ArIqTest (line 18) | #[Group('localization')] FILE: tests/Localization/ArJoTest.php class ArJoTest (line 18) | #[Group('localization')] FILE: tests/Localization/ArKmTest.php class ArKmTest (line 18) | #[Group('localization')] FILE: tests/Localization/ArKwTest.php class ArKwTest (line 18) | #[Group('localization')] FILE: tests/Localization/ArLbTest.php class ArLbTest (line 18) | #[Group('localization')] FILE: tests/Localization/ArLyTest.php class ArLyTest (line 18) | #[Group('localization')] FILE: tests/Localization/ArMaTest.php class ArMaTest (line 18) | #[Group('localization')] FILE: tests/Localization/ArMrTest.php class ArMrTest (line 18) | #[Group('localization')] FILE: tests/Localization/ArOmTest.php class ArOmTest (line 18) | #[Group('localization')] FILE: tests/Localization/ArPsTest.php class ArPsTest (line 18) | #[Group('localization')] FILE: tests/Localization/ArQaTest.php class ArQaTest (line 18) | #[Group('localization')] FILE: tests/Localization/ArSaTest.php class ArSaTest (line 18) | #[Group('localization')] FILE: tests/Localization/ArSdTest.php class ArSdTest (line 18) | #[Group('localization')] FILE: tests/Localization/ArShaklTest.php class ArShaklTest (line 18) | #[Group('localization')] FILE: tests/Localization/ArSoTest.php class ArSoTest (line 18) | #[Group('localization')] FILE: tests/Localization/ArSsTest.php class ArSsTest (line 18) | #[Group('localization')] FILE: tests/Localization/ArSyTest.php class ArSyTest (line 18) | #[Group('localization')] FILE: tests/Localization/ArTdTest.php class ArTdTest (line 18) | #[Group('localization')] FILE: tests/Localization/ArTest.php class ArTest (line 18) | #[Group('localization')] FILE: tests/Localization/ArTnTest.php class ArTnTest (line 18) | #[Group('localization')] FILE: tests/Localization/ArYeTest.php class ArYeTest (line 18) | #[Group('localization')] FILE: tests/Localization/AsInTest.php class AsInTest (line 18) | #[Group('localization')] FILE: tests/Localization/AsTest.php class AsTest (line 18) | #[Group('localization')] FILE: tests/Localization/AsaTest.php class AsaTest (line 18) | #[Group('localization')] FILE: tests/Localization/AstEsTest.php class AstEsTest (line 18) | #[Group('localization')] FILE: tests/Localization/AstTest.php class AstTest (line 18) | #[Group('localization')] FILE: tests/Localization/AycPeTest.php class AycPeTest (line 18) | #[Group('localization')] FILE: tests/Localization/AycTest.php class AycTest (line 18) | #[Group('localization')] FILE: tests/Localization/AzArabTest.php class AzArabTest (line 18) | #[Group('localization')] FILE: tests/Localization/AzAzTest.php class AzAzTest (line 18) | #[Group('localization')] FILE: tests/Localization/AzCyrlTest.php class AzCyrlTest (line 18) | #[Group('localization')] FILE: tests/Localization/AzIrTest.php class AzIrTest (line 18) | #[Group('localization')] FILE: tests/Localization/AzLatnTest.php class AzLatnTest (line 18) | #[Group('localization')] FILE: tests/Localization/AzTest.php class AzTest (line 18) | #[Group('localization')] FILE: tests/Localization/BasTest.php class BasTest (line 18) | #[Group('localization')] FILE: tests/Localization/BeByLatinTest.php class BeByLatinTest (line 18) | #[Group('localization')] FILE: tests/Localization/BeByTest.php class BeByTest (line 18) | #[Group('localization')] FILE: tests/Localization/BeTest.php class BeTest (line 18) | #[Group('localization')] FILE: tests/Localization/BemTest.php class BemTest (line 18) | #[Group('localization')] FILE: tests/Localization/BemZmTest.php class BemZmTest (line 18) | #[Group('localization')] FILE: tests/Localization/BerDzTest.php class BerDzTest (line 18) | #[Group('localization')] FILE: tests/Localization/BerMaTest.php class BerMaTest (line 18) | #[Group('localization')] FILE: tests/Localization/BerTest.php class BerTest (line 18) | #[Group('localization')] FILE: tests/Localization/BezTest.php class BezTest (line 18) | #[Group('localization')] FILE: tests/Localization/BgBgTest.php class BgBgTest (line 18) | #[Group('localization')] FILE: tests/Localization/BgTest.php class BgTest (line 18) | #[Group('localization')] FILE: tests/Localization/BhbInTest.php class BhbInTest (line 18) | #[Group('localization')] FILE: tests/Localization/BhbTest.php class BhbTest (line 18) | #[Group('localization')] FILE: tests/Localization/BhoInTest.php class BhoInTest (line 18) | #[Group('localization')] FILE: tests/Localization/BhoTest.php class BhoTest (line 18) | #[Group('localization')] FILE: tests/Localization/BiTest.php class BiTest (line 18) | #[Group('localization')] FILE: tests/Localization/BiVuTest.php class BiVuTest (line 18) | #[Group('localization')] FILE: tests/Localization/BmTest.php class BmTest (line 18) | #[Group('localization')] FILE: tests/Localization/BnBdTest.php class BnBdTest (line 18) | #[Group('localization')] FILE: tests/Localization/BnInTest.php class BnInTest (line 18) | #[Group('localization')] FILE: tests/Localization/BnTest.php class BnTest (line 18) | #[Group('localization')] FILE: tests/Localization/BoCnTest.php class BoCnTest (line 18) | #[Group('localization')] FILE: tests/Localization/BoInTest.php class BoInTest (line 18) | #[Group('localization')] FILE: tests/Localization/BoTest.php class BoTest (line 18) | #[Group('localization')] FILE: tests/Localization/BrFrTest.php class BrFrTest (line 18) | #[Group('localization')] FILE: tests/Localization/BrTest.php class BrTest (line 18) | #[Group('localization')] FILE: tests/Localization/BrxInTest.php class BrxInTest (line 18) | #[Group('localization')] FILE: tests/Localization/BrxTest.php class BrxTest (line 18) | #[Group('localization')] FILE: tests/Localization/BsBaTest.php class BsBaTest (line 18) | #[Group('localization')] FILE: tests/Localization/BsCyrlTest.php class BsCyrlTest (line 18) | #[Group('localization')] FILE: tests/Localization/BsLatnTest.php class BsLatnTest (line 18) | #[Group('localization')] FILE: tests/Localization/BsTest.php class BsTest (line 18) | #[Group('localization')] FILE: tests/Localization/BynErTest.php class BynErTest (line 18) | #[Group('localization')] FILE: tests/Localization/BynTest.php class BynTest (line 18) | #[Group('localization')] FILE: tests/Localization/CaAdTest.php class CaAdTest (line 18) | #[Group('localization')] FILE: tests/Localization/CaEsTest.php class CaEsTest (line 18) | #[Group('localization')] FILE: tests/Localization/CaEsValenciaTest.php class CaEsValenciaTest (line 18) | #[Group('localization')] FILE: tests/Localization/CaFrTest.php class CaFrTest (line 18) | #[Group('localization')] FILE: tests/Localization/CaItTest.php class CaItTest (line 18) | #[Group('localization')] FILE: tests/Localization/CaTest.php class CaTest (line 18) | #[Group('localization')] FILE: tests/Localization/CcpInTest.php class CcpInTest (line 18) | #[Group('localization')] FILE: tests/Localization/CcpTest.php class CcpTest (line 18) | #[Group('localization')] FILE: tests/Localization/CeRuTest.php class CeRuTest (line 18) | #[Group('localization')] FILE: tests/Localization/CeTest.php class CeTest (line 18) | #[Group('localization')] FILE: tests/Localization/CggTest.php class CggTest (line 18) | #[Group('localization')] FILE: tests/Localization/ChrTest.php class ChrTest (line 18) | #[Group('localization')] FILE: tests/Localization/ChrUsTest.php class ChrUsTest (line 18) | #[Group('localization')] FILE: tests/Localization/CkbTest.php class CkbTest (line 18) | #[Group('localization')] FILE: tests/Localization/CmnTest.php class CmnTest (line 18) | #[Group('localization')] FILE: tests/Localization/CmnTwTest.php class CmnTwTest (line 18) | #[Group('localization')] FILE: tests/Localization/CrhTest.php class CrhTest (line 18) | #[Group('localization')] FILE: tests/Localization/CrhUaTest.php class CrhUaTest (line 18) | #[Group('localization')] FILE: tests/Localization/CsCzTest.php class CsCzTest (line 18) | #[Group('localization')] FILE: tests/Localization/CsTest.php class CsTest (line 18) | #[Group('localization')] FILE: tests/Localization/CsbPlTest.php class CsbPlTest (line 18) | #[Group('localization')] FILE: tests/Localization/CsbTest.php class CsbTest (line 18) | #[Group('localization')] FILE: tests/Localization/CuTest.php class CuTest (line 18) | #[Group('localization')] FILE: tests/Localization/CvRuTest.php class CvRuTest (line 18) | #[Group('localization')] FILE: tests/Localization/CvTest.php class CvTest (line 18) | #[Group('localization')] FILE: tests/Localization/CyGbTest.php class CyGbTest (line 18) | #[Group('localization')] FILE: tests/Localization/CyTest.php class CyTest (line 18) | #[Group('localization')] FILE: tests/Localization/DaDkTest.php class DaDkTest (line 18) | #[Group('localization')] FILE: tests/Localization/DaGlTest.php class DaGlTest (line 18) | #[Group('localization')] FILE: tests/Localization/DaTest.php class DaTest (line 18) | #[Group('localization')] FILE: tests/Localization/DavTest.php class DavTest (line 18) | #[Group('localization')] FILE: tests/Localization/DeAtTest.php class DeAtTest (line 18) | #[Group('localization')] FILE: tests/Localization/DeBeTest.php class DeBeTest (line 18) | #[Group('localization')] FILE: tests/Localization/DeChTest.php class DeChTest (line 18) | #[Group('localization')] FILE: tests/Localization/DeDeTest.php class DeDeTest (line 18) | #[Group('localization')] FILE: tests/Localization/DeItTest.php class DeItTest (line 18) | #[Group('localization')] FILE: tests/Localization/DeLiTest.php class DeLiTest (line 18) | #[Group('localization')] FILE: tests/Localization/DeLuTest.php class DeLuTest (line 18) | #[Group('localization')] FILE: tests/Localization/DeTest.php class DeTest (line 19) | #[Group('localization')] method testPeriod (line 233) | public function testPeriod() FILE: tests/Localization/DjeTest.php class DjeTest (line 18) | #[Group('localization')] FILE: tests/Localization/DoiInTest.php class DoiInTest (line 18) | #[Group('localization')] FILE: tests/Localization/DoiTest.php class DoiTest (line 18) | #[Group('localization')] FILE: tests/Localization/DsbDeTest.php class DsbDeTest (line 18) | #[Group('localization')] FILE: tests/Localization/DsbTest.php class DsbTest (line 18) | #[Group('localization')] FILE: tests/Localization/DuaTest.php class DuaTest (line 18) | #[Group('localization')] FILE: tests/Localization/DvMvTest.php class DvMvTest (line 18) | #[Group('localization')] FILE: tests/Localization/DvTest.php class DvTest (line 18) | #[Group('localization')] FILE: tests/Localization/DyoTest.php class DyoTest (line 18) | #[Group('localization')] FILE: tests/Localization/DzBtTest.php class DzBtTest (line 18) | #[Group('localization')] FILE: tests/Localization/DzTest.php class DzTest (line 18) | #[Group('localization')] FILE: tests/Localization/EbuTest.php class EbuTest (line 18) | #[Group('localization')] FILE: tests/Localization/EeTest.php class EeTest (line 18) | #[Group('localization')] FILE: tests/Localization/EeTgTest.php class EeTgTest (line 18) | #[Group('localization')] FILE: tests/Localization/ElCyTest.php class ElCyTest (line 18) | #[Group('localization')] FILE: tests/Localization/ElGrTest.php class ElGrTest (line 18) | #[Group('localization')] FILE: tests/Localization/ElTest.php class ElTest (line 18) | #[Group('localization')] FILE: tests/Localization/En001Test.php class En001Test (line 18) | #[Group('localization')] FILE: tests/Localization/En150Test.php class En150Test (line 18) | #[Group('localization')] FILE: tests/Localization/EnAgTest.php class EnAgTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnAiTest.php class EnAiTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnAsTest.php class EnAsTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnAtTest.php class EnAtTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnAuTest.php class EnAuTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnBbTest.php class EnBbTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnBeTest.php class EnBeTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnBiTest.php class EnBiTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnBmTest.php class EnBmTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnBsTest.php class EnBsTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnBwTest.php class EnBwTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnBzTest.php class EnBzTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnCaTest.php class EnCaTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnCcTest.php class EnCcTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnChTest.php class EnChTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnCkTest.php class EnCkTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnCmTest.php class EnCmTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnCxTest.php class EnCxTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnCyTest.php class EnCyTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnDeTest.php class EnDeTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnDgTest.php class EnDgTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnDkTest.php class EnDkTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnDmTest.php class EnDmTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnErTest.php class EnErTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnFiTest.php class EnFiTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnFjTest.php class EnFjTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnFkTest.php class EnFkTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnFmTest.php class EnFmTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnGbTest.php class EnGbTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnGdTest.php class EnGdTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnGgTest.php class EnGgTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnGhTest.php class EnGhTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnGiTest.php class EnGiTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnGmTest.php class EnGmTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnGuTest.php class EnGuTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnGyTest.php class EnGyTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnHkTest.php class EnHkTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnIeTest.php class EnIeTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnIlTest.php class EnIlTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnImTest.php class EnImTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnInTest.php class EnInTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnIoTest.php class EnIoTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnIsoTest.php class EnIsoTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnJeTest.php class EnJeTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnJmTest.php class EnJmTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnKeTest.php class EnKeTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnKiTest.php class EnKiTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnKnTest.php class EnKnTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnKyTest.php class EnKyTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnLcTest.php class EnLcTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnLrTest.php class EnLrTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnLsTest.php class EnLsTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnMgTest.php class EnMgTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnMhTest.php class EnMhTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnMoTest.php class EnMoTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnMpTest.php class EnMpTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnMsTest.php class EnMsTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnMtTest.php class EnMtTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnMuTest.php class EnMuTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnMwTest.php class EnMwTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnMyTest.php class EnMyTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnNaTest.php class EnNaTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnNfTest.php class EnNfTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnNgTest.php class EnNgTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnNlTest.php class EnNlTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnNrTest.php class EnNrTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnNuTest.php class EnNuTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnNzTest.php class EnNzTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnPgTest.php class EnPgTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnPhTest.php class EnPhTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnPkTest.php class EnPkTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnPnTest.php class EnPnTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnPrTest.php class EnPrTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnPwTest.php class EnPwTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnRwTest.php class EnRwTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnSbTest.php class EnSbTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnScTest.php class EnScTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnSdTest.php class EnSdTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnSeTest.php class EnSeTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnSgTest.php class EnSgTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnShTest.php class EnShTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnSiTest.php class EnSiTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnSlTest.php class EnSlTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnSsTest.php class EnSsTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnSxTest.php class EnSxTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnSzTest.php class EnSzTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnTcTest.php class EnTcTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnTest.php class EnTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnTkTest.php class EnTkTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnToTest.php class EnToTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnTtTest.php class EnTtTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnTvTest.php class EnTvTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnTzTest.php class EnTzTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnUgTest.php class EnUgTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnUmTest.php class EnUmTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnUsPosixTest.php class EnUsPosixTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnUsTest.php class EnUsTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnVcTest.php class EnVcTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnVgTest.php class EnVgTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnViTest.php class EnViTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnVuTest.php class EnVuTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnWsTest.php class EnWsTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnZaTest.php class EnZaTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnZmTest.php class EnZmTest (line 18) | #[Group('localization')] FILE: tests/Localization/EnZwTest.php class EnZwTest (line 18) | #[Group('localization')] FILE: tests/Localization/EoTest.php class EoTest (line 18) | #[Group('localization')] FILE: tests/Localization/Es419Test.php class Es419Test (line 18) | #[Group('localization')] FILE: tests/Localization/EsArTest.php class EsArTest (line 18) | #[Group('localization')] FILE: tests/Localization/EsBoTest.php class EsBoTest (line 18) | #[Group('localization')] FILE: tests/Localization/EsBrTest.php class EsBrTest (line 18) | #[Group('localization')] FILE: tests/Localization/EsBzTest.php class EsBzTest (line 18) | #[Group('localization')] FILE: tests/Localization/EsClTest.php class EsClTest (line 18) | #[Group('localization')] FILE: tests/Localization/EsCoTest.php class EsCoTest (line 18) | #[Group('localization')] FILE: tests/Localization/EsCrTest.php class EsCrTest (line 18) | #[Group('localization')] FILE: tests/Localization/EsCuTest.php class EsCuTest (line 18) | #[Group('localization')] FILE: tests/Localization/EsDoTest.php class EsDoTest (line 18) | #[Group('localization')] FILE: tests/Localization/EsEaTest.php class EsEaTest (line 18) | #[Group('localization')] FILE: tests/Localization/EsEcTest.php class EsEcTest (line 18) | #[Group('localization')] FILE: tests/Localization/EsEsTest.php class EsEsTest (line 18) | #[Group('localization')] FILE: tests/Localization/EsGqTest.php class EsGqTest (line 18) | #[Group('localization')] FILE: tests/Localization/EsGtTest.php class EsGtTest (line 18) | #[Group('localization')] FILE: tests/Localization/EsHnTest.php class EsHnTest (line 18) | #[Group('localization')] FILE: tests/Localization/EsIcTest.php class EsIcTest (line 18) | #[Group('localization')] FILE: tests/Localization/EsMxTest.php class EsMxTest (line 18) | #[Group('localization')] FILE: tests/Localization/EsNiTest.php class EsNiTest (line 18) | #[Group('localization')] FILE: tests/Localization/EsPaTest.php class EsPaTest (line 18) | #[Group('localization')] FILE: tests/Localization/EsPeTest.php class EsPeTest (line 18) | #[Group('localization')] FILE: tests/Localization/EsPhTest.php class EsPhTest (line 18) | #[Group('localization')] FILE: tests/Localization/EsPrTest.php class EsPrTest (line 18) | #[Group('localization')] FILE: tests/Localization/EsPyTest.php class EsPyTest (line 18) | #[Group('localization')] FILE: tests/Localization/EsSvTest.php class EsSvTest (line 18) | #[Group('localization')] FILE: tests/Localization/EsTest.php class EsTest (line 18) | #[Group('localization')] FILE: tests/Localization/EsUsTest.php class EsUsTest (line 18) | #[Group('localization')] FILE: tests/Localization/EsUyTest.php class EsUyTest (line 18) | #[Group('localization')] FILE: tests/Localization/EsVeTest.php class EsVeTest (line 18) | #[Group('localization')] FILE: tests/Localization/EtEeTest.php class EtEeTest (line 18) | #[Group('localization')] FILE: tests/Localization/EtTest.php class EtTest (line 18) | #[Group('localization')] FILE: tests/Localization/EuEsTest.php class EuEsTest (line 18) | #[Group('localization')] FILE: tests/Localization/EuTest.php class EuTest (line 18) | #[Group('localization')] FILE: tests/Localization/EwoTest.php class EwoTest (line 18) | #[Group('localization')] FILE: tests/Localization/FaAfTest.php class FaAfTest (line 18) | #[Group('localization')] FILE: tests/Localization/FaIrTest.php class FaIrTest (line 18) | #[Group('localization')] FILE: tests/Localization/FaTest.php class FaTest (line 18) | #[Group('localization')] FILE: tests/Localization/FfCmTest.php class FfCmTest (line 18) | #[Group('localization')] FILE: tests/Localization/FfGnTest.php class FfGnTest (line 18) | #[Group('localization')] FILE: tests/Localization/FfMrTest.php class FfMrTest (line 18) | #[Group('localization')] FILE: tests/Localization/FfSnTest.php class FfSnTest (line 18) | #[Group('localization')] FILE: tests/Localization/FfTest.php class FfTest (line 18) | #[Group('localization')] FILE: tests/Localization/FiFiTest.php class FiFiTest (line 18) | #[Group('localization')] FILE: tests/Localization/FiTest.php class FiTest (line 18) | #[Group('localization')] FILE: tests/Localization/FilPhTest.php class FilPhTest (line 18) | #[Group('localization')] FILE: tests/Localization/FilTest.php class FilTest (line 18) | #[Group('localization')] FILE: tests/Localization/FoDkTest.php class FoDkTest (line 18) | #[Group('localization')] FILE: tests/Localization/FoFoTest.php class FoFoTest (line 18) | #[Group('localization')] FILE: tests/Localization/FoTest.php class FoTest (line 18) | #[Group('localization')] FILE: tests/Localization/FrBeTest.php class FrBeTest (line 18) | #[Group('localization')] FILE: tests/Localization/FrBfTest.php class FrBfTest (line 18) | #[Group('localization')] FILE: tests/Localization/FrBiTest.php class FrBiTest (line 18) | #[Group('localization')] FILE: tests/Localization/FrBjTest.php class FrBjTest (line 18) | #[Group('localization')] FILE: tests/Localization/FrBlTest.php class FrBlTest (line 18) | #[Group('localization')] FILE: tests/Localization/FrCaTest.php class FrCaTest (line 18) | #[Group('localization')] FILE: tests/Localization/FrCdTest.php class FrCdTest (line 18) | #[Group('localization')] FILE: tests/Localization/FrCfTest.php class FrCfTest (line 18) | #[Group('localization')] FILE: tests/Localization/FrCgTest.php class FrCgTest (line 18) | #[Group('localization')] FILE: tests/Localization/FrChTest.php class FrChTest (line 18) | #[Group('localization')] FILE: tests/Localization/FrCiTest.php class FrCiTest (line 18) | #[Group('localization')] FILE: tests/Localization/FrCmTest.php class FrCmTest (line 18) | #[Group('localization')] FILE: tests/Localization/FrDjTest.php class FrDjTest (line 18) | #[Group('localization')] FILE: tests/Localization/FrDzTest.php class FrDzTest (line 18) | #[Group('localization')] FILE: tests/Localization/FrFrTest.php class FrFrTest (line 18) | #[Group('localization')] FILE: tests/Localization/FrGaTest.php class FrGaTest (line 18) | #[Group('localization')] FILE: tests/Localization/FrGfTest.php class FrGfTest (line 18) | #[Group('localization')] FILE: tests/Localization/FrGnTest.php class FrGnTest (line 18) | #[Group('localization')] FILE: tests/Localization/FrGpTest.php class FrGpTest (line 18) | #[Group('localization')] FILE: tests/Localization/FrGqTest.php class FrGqTest (line 18) | #[Group('localization')] FILE: tests/Localization/FrHtTest.php class FrHtTest (line 18) | #[Group('localization')] FILE: tests/Localization/FrKmTest.php class FrKmTest (line 18) | #[Group('localization')] FILE: tests/Localization/FrLuTest.php class FrLuTest (line 18) | #[Group('localization')] FILE: tests/Localization/FrMaTest.php class FrMaTest (line 18) | #[Group('localization')] FILE: tests/Localization/FrMcTest.php class FrMcTest (line 18) | #[Group('localization')] FILE: tests/Localization/FrMfTest.php class FrMfTest (line 18) | #[Group('localization')] FILE: tests/Localization/FrMgTest.php class FrMgTest (line 18) | #[Group('localization')] FILE: tests/Localization/FrMlTest.php class FrMlTest (line 18) | #[Group('localization')] FILE: tests/Localization/FrMqTest.php class FrMqTest (line 18) | #[Group('localization')] FILE: tests/Localization/FrMrTest.php class FrMrTest (line 18) | #[Group('localization')] FILE: tests/Localization/FrMuTest.php class FrMuTest (line 18) | #[Group('localization')] FILE: tests/Localization/FrNcTest.php class FrNcTest (line 18) | #[Group('localization')] FILE: tests/Localization/FrNeTest.php class FrNeTest (line 18) | #[Group('localization')] FILE: tests/Localization/FrPfTest.php class FrPfTest (line 18) | #[Group('localization')] FILE: tests/Localization/FrPmTest.php class FrPmTest (line 18) | #[Group('localization')] FILE: tests/Localization/FrReTest.php class FrReTest (line 18) | #[Group('localization')] FILE: tests/Localization/FrRwTest.php class FrRwTest (line 18) | #[Group('localization')] FILE: tests/Localization/FrScTest.php class FrScTest (line 18) | #[Group('localization')] FILE: tests/Localization/FrSnTest.php class FrSnTest (line 18) | #[Group('localization')] FILE: tests/Localization/FrSyTest.php class FrSyTest (line 18) | #[Group('localization')] FILE: tests/Localization/FrTdTest.php class FrTdTest (line 18) | #[Group('localization')] FILE: tests/Localization/FrTest.php class FrTest (line 18) | #[Group('localization')] FILE: tests/Localization/FrTgTest.php class FrTgTest (line 18) | #[Group('localization')] FILE: tests/Localization/FrTnTest.php class FrTnTest (line 18) | #[Group('localization')] FILE: tests/Localization/FrVuTest.php class FrVuTest (line 18) | #[Group('localization')] FILE: tests/Localization/FrWfTest.php class FrWfTest (line 18) | #[Group('localization')] FILE: tests/Localization/FrYtTest.php class FrYtTest (line 18) | #[Group('localization')] FILE: tests/Localization/FurItTest.php class FurItTest (line 18) | #[Group('localization')] FILE: tests/Localization/FurTest.php class FurTest (line 18) | #[Group('localization')] FILE: tests/Localization/FyDeTest.php class FyDeTest (line 18) | #[Group('localization')] FILE: tests/Localization/FyNlTest.php class FyNlTest (line 18) | #[Group('localization')] FILE: tests/Localization/FyTest.php class FyTest (line 18) | #[Group('localization')] FILE: tests/Localization/GaIeTest.php class GaIeTest (line 18) | #[Group('localization')] FILE: tests/Localization/GaTest.php class GaTest (line 18) | #[Group('localization')] FILE: tests/Localization/GdGbTest.php class GdGbTest (line 18) | #[Group('localization')] FILE: tests/Localization/GdTest.php class GdTest (line 18) | #[Group('localization')] FILE: tests/Localization/GezErTest.php class GezErTest (line 18) | #[Group('localization')] FILE: tests/Localization/GezEtTest.php class GezEtTest (line 18) | #[Group('localization')] FILE: tests/Localization/GezTest.php class GezTest (line 18) | #[Group('localization')] FILE: tests/Localization/GlEsTest.php class GlEsTest (line 18) | #[Group('localization')] FILE: tests/Localization/GlTest.php class GlTest (line 18) | #[Group('localization')] FILE: tests/Localization/GomLatnTest.php class GomLatnTest (line 18) | #[Group('localization')] FILE: tests/Localization/GomTest.php class GomTest (line 18) | #[Group('localization')] FILE: tests/Localization/GswChTest.php class GswChTest (line 18) | #[Group('localization')] FILE: tests/Localization/GswFrTest.php class GswFrTest (line 18) | #[Group('localization')] FILE: tests/Localization/GswLiTest.php class GswLiTest (line 18) | #[Group('localization')] FILE: tests/Localization/GswTest.php class GswTest (line 18) | #[Group('localization')] FILE: tests/Localization/GuInTest.php class GuInTest (line 18) | #[Group('localization')] FILE: tests/Localization/GuTest.php class GuTest (line 18) | #[Group('localization')] FILE: tests/Localization/GuzTest.php class GuzTest (line 18) | #[Group('localization')] FILE: tests/Localization/GvGbTest.php class GvGbTest (line 18) | #[Group('localization')] FILE: tests/Localization/GvTest.php class GvTest (line 18) | #[Group('localization')] FILE: tests/Localization/HaGhTest.php class HaGhTest (line 18) | #[Group('localization')] FILE: tests/Localization/HaNeTest.php class HaNeTest (line 18) | #[Group('localization')] FILE: tests/Localization/HaNgTest.php class HaNgTest (line 18) | #[Group('localization')] FILE: tests/Localization/HaTest.php class HaTest (line 18) | #[Group('localization')] FILE: tests/Localization/HakTest.php class HakTest (line 18) | #[Group('localization')] FILE: tests/Localization/HakTwTest.php class HakTwTest (line 18) | #[Group('localization')] FILE: tests/Localization/HawTest.php class HawTest (line 18) | #[Group('localization')] FILE: tests/Localization/HeIlTest.php class HeIlTest (line 18) | #[Group('localization')] FILE: tests/Localization/HeTest.php class HeTest (line 18) | #[Group('localization')] FILE: tests/Localization/HiInTest.php class HiInTest (line 18) | #[Group('localization')] FILE: tests/Localization/HiTest.php class HiTest (line 18) | #[Group('localization')] FILE: tests/Localization/HifFjTest.php class HifFjTest (line 18) | #[Group('localization')] FILE: tests/Localization/HifTest.php class HifTest (line 18) | #[Group('localization')] FILE: tests/Localization/HneInTest.php class HneInTest (line 18) | #[Group('localization')] FILE: tests/Localization/HneTest.php class HneTest (line 18) | #[Group('localization')] FILE: tests/Localization/HrBaTest.php class HrBaTest (line 18) | #[Group('localization')] FILE: tests/Localization/HrHrTest.php class HrHrTest (line 18) | #[Group('localization')] FILE: tests/Localization/HrTest.php class HrTest (line 18) | #[Group('localization')] FILE: tests/Localization/HsbDeTest.php class HsbDeTest (line 18) | #[Group('localization')] FILE: tests/Localization/HsbTest.php class HsbTest (line 18) | #[Group('localization')] FILE: tests/Localization/HtHtTest.php class HtHtTest (line 18) | #[Group('localization')] FILE: tests/Localization/HtTest.php class HtTest (line 18) | #[Group('localization')] FILE: tests/Localization/HuHuTest.php class HuHuTest (line 18) | #[Group('localization')] FILE: tests/Localization/HuTest.php class HuTest (line 18) | #[Group('localization')] FILE: tests/Localization/HyAmTest.php class HyAmTest (line 18) | #[Group('localization')] FILE: tests/Localization/HyTest.php class HyTest (line 18) | #[Group('localization')] FILE: tests/Localization/I18nTest.php class I18nTest (line 18) | #[Group('localization')] FILE: tests/Localization/IaFrTest.php class IaFrTest (line 18) | #[Group('localization')] FILE: tests/Localization/IaTest.php class IaTest (line 18) | #[Group('localization')] FILE: tests/Localization/IdIdTest.php class IdIdTest (line 18) | #[Group('localization')] FILE: tests/Localization/IdTest.php class IdTest (line 18) | #[Group('localization')] FILE: tests/Localization/IgNgTest.php class IgNgTest (line 18) | #[Group('localization')] FILE: tests/Localization/IgTest.php class IgTest (line 18) | #[Group('localization')] FILE: tests/Localization/IiTest.php class IiTest (line 18) | #[Group('localization')] FILE: tests/Localization/IkCaTest.php class IkCaTest (line 18) | #[Group('localization')] FILE: tests/Localization/IkTest.php class IkTest (line 18) | #[Group('localization')] FILE: tests/Localization/InTest.php class InTest (line 18) | #[Group('localization')] FILE: tests/Localization/IsIsTest.php class IsIsTest (line 18) | #[Group('localization')] FILE: tests/Localization/IsTest.php class IsTest (line 18) | #[Group('localization')] FILE: tests/Localization/ItChTest.php class ItChTest (line 18) | #[Group('localization')] FILE: tests/Localization/ItItTest.php class ItItTest (line 18) | #[Group('localization')] FILE: tests/Localization/ItSmTest.php class ItSmTest (line 18) | #[Group('localization')] FILE: tests/Localization/ItTest.php class ItTest (line 18) | #[Group('localization')] FILE: tests/Localization/ItVaTest.php class ItVaTest (line 18) | #[Group('localization')] FILE: tests/Localization/IuCaTest.php class IuCaTest (line 18) | #[Group('localization')] FILE: tests/Localization/IuTest.php class IuTest (line 18) | #[Group('localization')] FILE: tests/Localization/IwTest.php class IwTest (line 18) | #[Group('localization')] FILE: tests/Localization/JaJpTest.php class JaJpTest (line 18) | #[Group('localization')] FILE: tests/Localization/JaTest.php class JaTest (line 19) | #[Group('localization')] method testYearWithJapaneseNumbers (line 233) | public function testYearWithJapaneseNumbers() FILE: tests/Localization/JgoTest.php class JgoTest (line 18) | #[Group('localization')] FILE: tests/Localization/JmcTest.php class JmcTest (line 18) | #[Group('localization')] FILE: tests/Localization/JvTest.php class JvTest (line 18) | #[Group('localization')] FILE: tests/Localization/KaGeTest.php class KaGeTest (line 18) | #[Group('localization')] FILE: tests/Localization/KaTest.php class KaTest (line 18) | #[Group('localization')] FILE: tests/Localization/KabDzTest.php class KabDzTest (line 18) | #[Group('localization')] FILE: tests/Localization/KabTest.php class KabTest (line 18) | #[Group('localization')] FILE: tests/Localization/KamTest.php class KamTest (line 18) | #[Group('localization')] FILE: tests/Localization/KdeTest.php class KdeTest (line 18) | #[Group('localization')] FILE: tests/Localization/KeaTest.php class KeaTest (line 18) | #[Group('localization')] FILE: tests/Localization/KhqTest.php class KhqTest (line 18) | #[Group('localization')] FILE: tests/Localization/KiTest.php class KiTest (line 18) | #[Group('localization')] FILE: tests/Localization/KkKzTest.php class KkKzTest (line 18) | #[Group('localization')] FILE: tests/Localization/KkTest.php class KkTest (line 18) | #[Group('localization')] FILE: tests/Localization/KkjTest.php class KkjTest (line 18) | #[Group('localization')] FILE: tests/Localization/KlGlTest.php class KlGlTest (line 18) | #[Group('localization')] FILE: tests/Localization/KlTest.php class KlTest (line 18) | #[Group('localization')] FILE: tests/Localization/KlnTest.php class KlnTest (line 18) | #[Group('localization')] FILE: tests/Localization/KmKhTest.php class KmKhTest (line 18) | #[Group('localization')] FILE: tests/Localization/KmTest.php class KmTest (line 18) | #[Group('localization')] FILE: tests/Localization/KnInTest.php class KnInTest (line 18) | #[Group('localization')] FILE: tests/Localization/KnTest.php class KnTest (line 18) | #[Group('localization')] FILE: tests/Localization/KoKpTest.php class KoKpTest (line 18) | #[Group('localization')] FILE: tests/Localization/KoKrTest.php class KoKrTest (line 18) | #[Group('localization')] FILE: tests/Localization/KoTest.php class KoTest (line 18) | #[Group('localization')] FILE: tests/Localization/KokInTest.php class KokInTest (line 18) | #[Group('localization')] FILE: tests/Localization/KokTest.php class KokTest (line 18) | #[Group('localization')] FILE: tests/Localization/KsInDevanagariTest.php class KsInDevanagariTest (line 18) | #[Group('localization')] FILE: tests/Localization/KsInTest.php class KsInTest (line 18) | #[Group('localization')] FILE: tests/Localization/KsTest.php class KsTest (line 18) | #[Group('localization')] FILE: tests/Localization/KsbTest.php class KsbTest (line 18) | #[Group('localization')] FILE: tests/Localization/KsfTest.php class KsfTest (line 18) | #[Group('localization')] FILE: tests/Localization/KshTest.php class KshTest (line 18) | #[Group('localization')] FILE: tests/Localization/KuTest.php class KuTest (line 18) | #[Group('localization')] FILE: tests/Localization/KuTrTest.php class KuTrTest (line 18) | #[Group('localization')] FILE: tests/Localization/KwGbTest.php class KwGbTest (line 18) | #[Group('localization')] FILE: tests/Localization/KwTest.php class KwTest (line 18) | #[Group('localization')] FILE: tests/Localization/KyKgTest.php class KyKgTest (line 18) | #[Group('localization')] FILE: tests/Localization/KyTest.php class KyTest (line 18) | #[Group('localization')] FILE: tests/Localization/LagTest.php class LagTest (line 18) | #[Group('localization')] FILE: tests/Localization/LanguagesCoverageTest.php class LanguagesCoverageTest (line 18) | class LanguagesCoverageTest extends AbstractTestCase method testAllLanguagesAreTested (line 20) | public function testAllLanguagesAreTested() FILE: tests/Localization/LbLuTest.php class LbLuTest (line 18) | #[Group('localization')] FILE: tests/Localization/LbTest.php class LbTest (line 18) | #[Group('localization')] FILE: tests/Localization/LgTest.php class LgTest (line 18) | #[Group('localization')] FILE: tests/Localization/LgUgTest.php class LgUgTest (line 18) | #[Group('localization')] FILE: tests/Localization/LiNlTest.php class LiNlTest (line 18) | #[Group('localization')] FILE: tests/Localization/LiTest.php class LiTest (line 18) | #[Group('localization')] FILE: tests/Localization/LijItTest.php class LijItTest (line 18) | #[Group('localization')] FILE: tests/Localization/LijTest.php class LijTest (line 18) | #[Group('localization')] FILE: tests/Localization/LktTest.php class LktTest (line 18) | #[Group('localization')] FILE: tests/Localization/LnAoTest.php class LnAoTest (line 18) | #[Group('localization')] FILE: tests/Localization/LnCdTest.php class LnCdTest (line 18) | #[Group('localization')] FILE: tests/Localization/LnCfTest.php class LnCfTest (line 18) | #[Group('localization')] FILE: tests/Localization/LnCgTest.php class LnCgTest (line 18) | #[Group('localization')] FILE: tests/Localization/LnTest.php class LnTest (line 18) | #[Group('localization')] FILE: tests/Localization/LoLaTest.php class LoLaTest (line 18) | #[Group('localization')] FILE: tests/Localization/LoTest.php class LoTest (line 18) | #[Group('localization')] FILE: tests/Localization/LocalizationTestCase.php class LocalizationTestCase (line 26) | abstract class LocalizationTestCase extends AbstractTestCase method setUp (line 329) | protected function setUp(): void method testLanguage (line 352) | #[Group('language')] FILE: tests/Localization/LrcIqTest.php class LrcIqTest (line 18) | #[Group('localization')] FILE: tests/Localization/LrcTest.php class LrcTest (line 18) | #[Group('localization')] FILE: tests/Localization/LtLtTest.php class LtLtTest (line 18) | #[Group('localization')] FILE: tests/Localization/LtTest.php class LtTest (line 18) | #[Group('localization')] FILE: tests/Localization/LuTest.php class LuTest (line 18) | #[Group('localization')] FILE: tests/Localization/LuoTest.php class LuoTest (line 18) | #[Group('localization')] FILE: tests/Localization/LuyTest.php class LuyTest (line 18) | #[Group('localization')] FILE: tests/Localization/LvLvTest.php class LvLvTest (line 18) | #[Group('localization')] FILE: tests/Localization/LvTest.php class LvTest (line 18) | #[Group('localization')] FILE: tests/Localization/LzhTest.php class LzhTest (line 18) | #[Group('localization')] FILE: tests/Localization/LzhTwTest.php class LzhTwTest (line 18) | #[Group('localization')] FILE: tests/Localization/MagInTest.php class MagInTest (line 18) | #[Group('localization')] FILE: tests/Localization/MagTest.php class MagTest (line 18) | #[Group('localization')] FILE: tests/Localization/MaiInTest.php class MaiInTest (line 18) | #[Group('localization')] FILE: tests/Localization/MaiTest.php class MaiTest (line 18) | #[Group('localization')] FILE: tests/Localization/MasTest.php class MasTest (line 18) | #[Group('localization')] FILE: tests/Localization/MasTzTest.php class MasTzTest (line 18) | #[Group('localization')] FILE: tests/Localization/MeTest.php class MeTest (line 18) | #[Group('localization')] FILE: tests/Localization/MerTest.php class MerTest (line 18) | #[Group('localization')] FILE: tests/Localization/MfeMuTest.php class MfeMuTest (line 18) | #[Group('localization')] FILE: tests/Localization/MfeTest.php class MfeTest (line 18) | #[Group('localization')] FILE: tests/Localization/MgMgTest.php class MgMgTest (line 18) | #[Group('localization')] FILE: tests/Localization/MgTest.php class MgTest (line 18) | #[Group('localization')] FILE: tests/Localization/MghTest.php class MghTest (line 18) | #[Group('localization')] FILE: tests/Localization/MgoTest.php class MgoTest (line 18) | #[Group('localization')] FILE: tests/Localization/MhrRuTest.php class MhrRuTest (line 18) | #[Group('localization')] FILE: tests/Localization/MhrTest.php class MhrTest (line 18) | #[Group('localization')] FILE: tests/Localization/MiNzTest.php class MiNzTest (line 18) | #[Group('localization')] FILE: tests/Localization/MiTest.php class MiTest (line 18) | #[Group('localization')] FILE: tests/Localization/MiqNiTest.php class MiqNiTest (line 18) | #[Group('localization')] FILE: tests/Localization/MiqTest.php class MiqTest (line 18) | #[Group('localization')] FILE: tests/Localization/MjwInTest.php class MjwInTest (line 18) | #[Group('localization')] FILE: tests/Localization/MjwTest.php class MjwTest (line 18) | #[Group('localization')] FILE: tests/Localization/MkMkTest.php class MkMkTest (line 18) | #[Group('localization')] FILE: tests/Localization/MkTest.php class MkTest (line 18) | #[Group('localization')] FILE: tests/Localization/MlInTest.php class MlInTest (line 18) | #[Group('localization')] FILE: tests/Localization/MlTest.php class MlTest (line 18) | #[Group('localization')] FILE: tests/Localization/MnMnTest.php class MnMnTest (line 18) | #[Group('localization')] FILE: tests/Localization/MnTest.php class MnTest (line 18) | #[Group('localization')] FILE: tests/Localization/MniInTest.php class MniInTest (line 18) | #[Group('localization')] FILE: tests/Localization/MniTest.php class MniTest (line 18) | #[Group('localization')] FILE: tests/Localization/MoTest.php class MoTest (line 18) | #[Group('localization')] FILE: tests/Localization/MrInTest.php class MrInTest (line 18) | #[Group('localization')] FILE: tests/Localization/MrTest.php class MrTest (line 18) | #[Group('localization')] FILE: tests/Localization/MsBnTest.php class MsBnTest (line 18) | #[Group('localization')] FILE: tests/Localization/MsMyTest.php class MsMyTest (line 18) | #[Group('localization')] FILE: tests/Localization/MsSgTest.php class MsSgTest (line 18) | #[Group('localization')] FILE: tests/Localization/MsTest.php class MsTest (line 18) | #[Group('localization')] FILE: tests/Localization/MtMtTest.php class MtMtTest (line 18) | #[Group('localization')] FILE: tests/Localization/MtTest.php class MtTest (line 18) | #[Group('localization')] FILE: tests/Localization/MuaTest.php class MuaTest (line 18) | #[Group('localization')] FILE: tests/Localization/MyMmTest.php class MyMmTest (line 18) | #[Group('localization')] FILE: tests/Localization/MyTest.php class MyTest (line 18) | #[Group('localization')] FILE: tests/Localization/MznTest.php class MznTest (line 18) | #[Group('localization')] FILE: tests/Localization/NanTest.php class NanTest (line 18) | #[Group('localization')] FILE: tests/Localization/NanTwLatinTest.php class NanTwLatinTest (line 18) | #[Group('localization')] FILE: tests/Localization/NanTwTest.php class NanTwTest (line 18) | #[Group('localization')] FILE: tests/Localization/NaqTest.php class NaqTest (line 18) | #[Group('localization')] FILE: tests/Localization/NbNoTest.php class NbNoTest (line 18) | #[Group('localization')] FILE: tests/Localization/NbSjTest.php class NbSjTest (line 18) | #[Group('localization')] FILE: tests/Localization/NbTest.php class NbTest (line 18) | #[Group('localization')] FILE: tests/Localization/NdTest.php class NdTest (line 18) | #[Group('localization')] FILE: tests/Localization/NdsDeTest.php class NdsDeTest (line 18) | #[Group('localization')] FILE: tests/Localization/NdsNlTest.php class NdsNlTest (line 18) | #[Group('localization')] FILE: tests/Localization/NdsTest.php class NdsTest (line 18) | #[Group('localization')] FILE: tests/Localization/NeInTest.php class NeInTest (line 18) | #[Group('localization')] FILE: tests/Localization/NeNpTest.php class NeNpTest (line 18) | #[Group('localization')] FILE: tests/Localization/NeTest.php class NeTest (line 18) | #[Group('localization')] FILE: tests/Localization/NhnMxTest.php class NhnMxTest (line 18) | #[Group('localization')] FILE: tests/Localization/NhnTest.php class NhnTest (line 18) | #[Group('localization')] FILE: tests/Localization/NiuNuTest.php class NiuNuTest (line 18) | #[Group('localization')] FILE: tests/Localization/NiuTest.php class NiuTest (line 18) | #[Group('localization')] FILE: tests/Localization/NlAwTest.php class NlAwTest (line 18) | #[Group('localization')] FILE: tests/Localization/NlBeTest.php class NlBeTest (line 18) | #[Group('localization')] FILE: tests/Localization/NlBqTest.php class NlBqTest (line 18) | #[Group('localization')] FILE: tests/Localization/NlCwTest.php class NlCwTest (line 18) | #[Group('localization')] FILE: tests/Localization/NlNlTest.php class NlNlTest (line 18) | #[Group('localization')] FILE: tests/Localization/NlSrTest.php class NlSrTest (line 18) | #[Group('localization')] FILE: tests/Localization/NlSxTest.php class NlSxTest (line 18) | #[Group('localization')] FILE: tests/Localization/NlTest.php class NlTest (line 21) | #[Group('localization')] method testPeriod (line 235) | public function testPeriod() FILE: tests/Localization/NmgTest.php class NmgTest (line 18) | #[Group('localization')] FILE: tests/Localization/NnNoTest.php class NnNoTest (line 18) | #[Group('localization')] FILE: tests/Localization/NnTest.php class NnTest (line 18) | #[Group('localization')] FILE: tests/Localization/NnhTest.php class NnhTest (line 18) | #[Group('localization')] FILE: tests/Localization/NoTest.php class NoTest (line 18) | #[Group('localization')] FILE: tests/Localization/NrTest.php class NrTest (line 18) | #[Group('localization')] FILE: tests/Localization/NrZaTest.php class NrZaTest (line 18) | #[Group('localization')] FILE: tests/Localization/NsoTest.php class NsoTest (line 18) | #[Group('localization')] FILE: tests/Localization/NsoZaTest.php class NsoZaTest (line 18) | #[Group('localization')] FILE: tests/Localization/NusTest.php class NusTest (line 18) | #[Group('localization')] FILE: tests/Localization/NynTest.php class NynTest (line 18) | #[Group('localization')] FILE: tests/Localization/OcFrTest.php class OcFrTest (line 18) | #[Group('localization')] FILE: tests/Localization/OcTest.php class OcTest (line 18) | #[Group('localization')] FILE: tests/Localization/OmEtTest.php class OmEtTest (line 18) | #[Group('localization')] FILE: tests/Localization/OmKeTest.php class OmKeTest (line 18) | #[Group('localization')] FILE: tests/Localization/OmTest.php class OmTest (line 18) | #[Group('localization')] FILE: tests/Localization/OrInTest.php class OrInTest (line 18) | #[Group('localization')] FILE: tests/Localization/OrTest.php class OrTest (line 18) | #[Group('localization')] FILE: tests/Localization/OsRuTest.php class OsRuTest (line 18) | #[Group('localization')] FILE: tests/Localization/OsTest.php class OsTest (line 18) | #[Group('localization')] FILE: tests/Localization/PaArabTest.php class PaArabTest (line 18) | #[Group('localization')] FILE: tests/Localization/PaGuruTest.php class PaGuruTest (line 18) | #[Group('localization')] FILE: tests/Localization/PaInTest.php class PaInTest (line 18) | #[Group('localization')] FILE: tests/Localization/PaPkTest.php class PaPkTest (line 18) | #[Group('localization')] FILE: tests/Localization/PaTest.php class PaTest (line 18) | #[Group('localization')] FILE: tests/Localization/PapAwTest.php class PapAwTest (line 18) | #[Group('localization')] FILE: tests/Localization/PapCwTest.php class PapCwTest (line 18) | #[Group('localization')] FILE: tests/Localization/PapTest.php class PapTest (line 18) | #[Group('localization')] FILE: tests/Localization/PlPlTest.php class PlPlTest (line 18) | #[Group('localization')] FILE: tests/Localization/PlTest.php class PlTest (line 18) | #[Group('localization')] FILE: tests/Localization/PrgTest.php class PrgTest (line 18) | #[Group('localization')] FILE: tests/Localization/PsAfTest.php class PsAfTest (line 18) | #[Group('localization')] FILE: tests/Localization/PsTest.php class PsTest (line 18) | #[Group('localization')] FILE: tests/Localization/PtAoTest.php class PtAoTest (line 18) | #[Group('localization')] FILE: tests/Localization/PtBrTest.php class PtBrTest (line 18) | #[Group('localization')] FILE: tests/Localization/PtChTest.php class PtChTest (line 18) | #[Group('localization')] FILE: tests/Localization/PtCvTest.php class PtCvTest (line 18) | #[Group('localization')] FILE: tests/Localization/PtGqTest.php class PtGqTest (line 18) | #[Group('localization')] FILE: tests/Localization/PtGwTest.php class PtGwTest (line 18) | #[Group('localization')] FILE: tests/Localization/PtLuTest.php class PtLuTest (line 18) | #[Group('localization')] FILE: tests/Localization/PtMoTest.php class PtMoTest (line 18) | #[Group('localization')] FILE: tests/Localization/PtMzTest.php class PtMzTest (line 18) | #[Group('localization')] FILE: tests/Localization/PtPtTest.php class PtPtTest (line 18) | #[Group('localization')] FILE: tests/Localization/PtStTest.php class PtStTest (line 18) | #[Group('localization')] FILE: tests/Localization/PtTest.php class PtTest (line 18) | #[Group('localization')] FILE: tests/Localization/PtTlTest.php class PtTlTest (line 18) | #[Group('localization')] FILE: tests/Localization/QuBoTest.php class QuBoTest (line 18) | #[Group('localization')] FILE: tests/Localization/QuEcTest.php class QuEcTest (line 18) | #[Group('localization')] FILE: tests/Localization/QuTest.php class QuTest (line 18) | #[Group('localization')] FILE: tests/Localization/QuzPeTest.php class QuzPeTest (line 18) | #[Group('localization')] FILE: tests/Localization/QuzTest.php class QuzTest (line 18) | #[Group('localization')] FILE: tests/Localization/RajInTest.php class RajInTest (line 18) | #[Group('localization')] FILE: tests/Localization/RajTest.php class RajTest (line 18) | #[Group('localization')] FILE: tests/Localization/RmTest.php class RmTest (line 18) | #[Group('localization')] FILE: tests/Localization/RnTest.php class RnTest (line 18) | #[Group('localization')] FILE: tests/Localization/RoMdTest.php class RoMdTest (line 18) | #[Group('localization')] FILE: tests/Localization/RoRoTest.php class RoRoTest (line 18) | #[Group('localization')] FILE: tests/Localization/RoTest.php class RoTest (line 18) | #[Group('localization')] FILE: tests/Localization/RofTest.php class RofTest (line 18) | #[Group('localization')] FILE: tests/Localization/RuByTest.php class RuByTest (line 18) | #[Group('localization')] FILE: tests/Localization/RuKgTest.php class RuKgTest (line 18) | #[Group('localization')] FILE: tests/Localization/RuKzTest.php class RuKzTest (line 18) | #[Group('localization')] FILE: tests/Localization/RuMdTest.php class RuMdTest (line 18) | #[Group('localization')] FILE: tests/Localization/RuRuTest.php class RuRuTest (line 18) | #[Group('localization')] FILE: tests/Localization/RuTest.php class RuTest (line 18) | #[Group('localization')] FILE: tests/Localization/RuUaTest.php class RuUaTest (line 18) | #[Group('localization')] FILE: tests/Localization/RwRwTest.php class RwRwTest (line 18) | #[Group('localization')] FILE: tests/Localization/RwTest.php class RwTest (line 18) | #[Group('localization')] FILE: tests/Localization/RwkTest.php class RwkTest (line 18) | #[Group('localization')] FILE: tests/Localization/SaInTest.php class SaInTest (line 18) | #[Group('localization')] FILE: tests/Localization/SaTest.php class SaTest (line 18) | #[Group('localization')] FILE: tests/Localization/SahRuTest.php class SahRuTest (line 18) | #[Group('localization')] FILE: tests/Localization/SahTest.php class SahTest (line 18) | #[Group('localization')] FILE: tests/Localization/SaqTest.php class SaqTest (line 18) | #[Group('localization')] FILE: tests/Localization/SatInTest.php class SatInTest (line 18) | #[Group('localization')] FILE: tests/Localization/SatTest.php class SatTest (line 18) | #[Group('localization')] FILE: tests/Localization/SbpTest.php class SbpTest (line 18) | #[Group('localization')] FILE: tests/Localization/ScItTest.php class ScItTest (line 18) | #[Group('localization')] FILE: tests/Localization/ScTest.php class ScTest (line 18) | #[Group('localization')] FILE: tests/Localization/ScrTest.php class ScrTest (line 18) | #[Group('localization')] FILE: tests/Localization/SdInDevanagariTest.php class SdInDevanagariTest (line 18) | #[Group('localization')] FILE: tests/Localization/SdInTest.php class SdInTest (line 18) | #[Group('localization')] FILE: tests/Localization/SdTest.php class SdTest (line 18) | #[Group('localization')] FILE: tests/Localization/SeFiTest.php class SeFiTest (line 18) | #[Group('localization')] FILE: tests/Localization/SeNoTest.php class SeNoTest (line 18) | #[Group('localization')] FILE: tests/Localization/SeSeTest.php class SeSeTest (line 18) | #[Group('localization')] FILE: tests/Localization/SeTest.php class SeTest (line 18) | #[Group('localization')] FILE: tests/Localization/SehTest.php class SehTest (line 18) | #[Group('localization')] FILE: tests/Localization/SesTest.php class SesTest (line 18) | #[Group('localization')] FILE: tests/Localization/SgTest.php class SgTest (line 18) | #[Group('localization')] FILE: tests/Localization/SgsLtTest.php class SgsLtTest (line 18) | #[Group('localization')] FILE: tests/Localization/SgsTest.php class SgsTest (line 18) | #[Group('localization')] FILE: tests/Localization/ShTest.php class ShTest (line 18) | #[Group('localization')] FILE: tests/Localization/ShiLatnTest.php class ShiLatnTest (line 18) | #[Group('localization')] FILE: tests/Localization/ShiTest.php class ShiTest (line 18) | #[Group('localization')] FILE: tests/Localization/ShiTfngTest.php class ShiTfngTest (line 18) | #[Group('localization')] FILE: tests/Localization/ShnMmTest.php class ShnMmTest (line 18) | #[Group('localization')] FILE: tests/Localization/ShnTest.php class ShnTest (line 18) | #[Group('localization')] FILE: tests/Localization/ShsCaTest.php class ShsCaTest (line 18) | #[Group('localization')] FILE: tests/Localization/ShsTest.php class ShsTest (line 18) | #[Group('localization')] FILE: tests/Localization/SiLkTest.php class SiLkTest (line 18) | #[Group('localization')] FILE: tests/Localization/SiTest.php class SiTest (line 18) | #[Group('localization')] FILE: tests/Localization/SidEtTest.php class SidEtTest (line 18) | #[Group('localization')] FILE: tests/Localization/SidTest.php class SidTest (line 18) | #[Group('localization')] FILE: tests/Localization/SkSkTest.php class SkSkTest (line 18) | #[Group('localization')] FILE: tests/Localization/SkTest.php class SkTest (line 18) | #[Group('localization')] FILE: tests/Localization/SlSiTest.php class SlSiTest (line 18) | #[Group('localization')] FILE: tests/Localization/SlTest.php class SlTest (line 18) | #[Group('localization')] FILE: tests/Localization/SmTest.php class SmTest (line 18) | #[Group('localization')] FILE: tests/Localization/SmWsTest.php class SmWsTest (line 18) | #[Group('localization')] FILE: tests/Localization/SmnTest.php class SmnTest (line 18) | #[Group('localization')] FILE: tests/Localization/SnTest.php class SnTest (line 18) | #[Group('localization')] FILE: tests/Localization/SoDjTest.php class SoDjTest (line 18) | #[Group('localization')] FILE: tests/Localization/SoEtTest.php class SoEtTest (line 18) | #[Group('localization')] FILE: tests/Localization/SoKeTest.php class SoKeTest (line 18) | #[Group('localization')] FILE: tests/Localization/SoSoTest.php class SoSoTest (line 18) | #[Group('localization')] FILE: tests/Localization/SoTest.php class SoTest (line 18) | #[Group('localization')] FILE: tests/Localization/SqAlTest.php class SqAlTest (line 18) | #[Group('localization')] FILE: tests/Localization/SqMkTest.php class SqMkTest (line 18) | #[Group('localization')] FILE: tests/Localization/SqTest.php class SqTest (line 18) | #[Group('localization')] FILE: tests/Localization/SqXkTest.php class SqXkTest (line 18) | #[Group('localization')] FILE: tests/Localization/SrCyrlBaTest.php class SrCyrlBaTest (line 18) | #[Group('localization')] FILE: tests/Localization/SrCyrlMeTest.php class SrCyrlMeTest (line 18) | #[Group('localization')] FILE: tests/Localization/SrCyrlTest.php class SrCyrlTest (line 18) | #[Group('localization')] FILE: tests/Localization/SrCyrlXkTest.php class SrCyrlXkTest (line 18) | #[Group('localization')] FILE: tests/Localization/SrLatnBaTest.php class SrLatnBaTest (line 18) | #[Group('localization')] FILE: tests/Localization/SrLatnMeTest.php class SrLatnMeTest (line 18) | #[Group('localization')] FILE: tests/Localization/SrLatnTest.php class SrLatnTest (line 18) | #[Group('localization')] FILE: tests/Localization/SrLatnXkTest.php class SrLatnXkTest (line 18) | #[Group('localization')] FILE: tests/Localization/SrMeTest.php class SrMeTest (line 18) | #[Group('localization')] FILE: tests/Localization/SrRsLatinTest.php class SrRsLatinTest (line 18) | #[Group('localization')] FILE: tests/Localization/SrRsTest.php class SrRsTest (line 18) | #[Group('localization')] FILE: tests/Localization/SrTest.php class SrTest (line 18) | #[Group('localization')] FILE: tests/Localization/SsTest.php class SsTest (line 18) | #[Group('localization')] FILE: tests/Localization/SsZaTest.php class SsZaTest (line 18) | #[Group('localization')] FILE: tests/Localization/StTest.php class StTest (line 18) | #[Group('localization')] FILE: tests/Localization/StZaTest.php class StZaTest (line 18) | #[Group('localization')] FILE: tests/Localization/SvAxTest.php class SvAxTest (line 18) | #[Group('localization')] FILE: tests/Localization/SvFiTest.php class SvFiTest (line 18) | #[Group('localization')] FILE: tests/Localization/SvSeTest.php class SvSeTest (line 18) | #[Group('localization')] FILE: tests/Localization/SvTest.php class SvTest (line 18) | #[Group('localization')] FILE: tests/Localization/SwCdTest.php class SwCdTest (line 18) | #[Group('localization')] FILE: tests/Localization/SwKeTest.php class SwKeTest (line 18) | #[Group('localization')] FILE: tests/Localization/SwTest.php class SwTest (line 18) | #[Group('localization')] FILE: tests/Localization/SwTzTest.php class SwTzTest (line 18) | #[Group('localization')] FILE: tests/Localization/SwUgTest.php class SwUgTest (line 18) | #[Group('localization')] FILE: tests/Localization/SzlPlTest.php class SzlPlTest (line 18) | #[Group('localization')] FILE: tests/Localization/SzlTest.php class SzlTest (line 18) | #[Group('localization')] FILE: tests/Localization/TaInTest.php class TaInTest (line 18) | #[Group('localization')] FILE: tests/Localization/TaLkTest.php class TaLkTest (line 18) | #[Group('localization')] FILE: tests/Localization/TaMyTest.php class TaMyTest (line 18) | #[Group('localization')] FILE: tests/Localization/TaSgTest.php class TaSgTest (line 18) | #[Group('localization')] FILE: tests/Localization/TaTest.php class TaTest (line 18) | #[Group('localization')] FILE: tests/Localization/TcyInTest.php class TcyInTest (line 18) | #[Group('localization')] FILE: tests/Localization/TcyTest.php class TcyTest (line 18) | #[Group('localization')] FILE: tests/Localization/TeInTest.php class TeInTest (line 18) | #[Group('localization')] FILE: tests/Localization/TeTest.php class TeTest (line 18) | #[Group('localization')] FILE: tests/Localization/TeoKeTest.php class TeoKeTest (line 18) | #[Group('localization')] FILE: tests/Localization/TeoTest.php class TeoTest (line 18) | #[Group('localization')] FILE: tests/Localization/TetTest.php class TetTest (line 18) | #[Group('localization')] FILE: tests/Localization/TgTest.php class TgTest (line 18) | #[Group('localization')] FILE: tests/Localization/TgTjTest.php class TgTjTest (line 18) | #[Group('localization')] FILE: tests/Localization/ThTest.php class ThTest (line 18) | #[Group('localization')] FILE: tests/Localization/ThThTest.php class ThThTest (line 18) | #[Group('localization')] FILE: tests/Localization/TheNpTest.php class TheNpTest (line 18) | #[Group('localization')] FILE: tests/Localization/TheTest.php class TheTest (line 18) | #[Group('localization')] FILE: tests/Localization/TiErTest.php class TiErTest (line 18) | #[Group('localization')] FILE: tests/Localization/TiEtTest.php class TiEtTest (line 18) | #[Group('localization')] FILE: tests/Localization/TiTest.php class TiTest (line 18) | #[Group('localization')] FILE: tests/Localization/TigErTest.php class TigErTest (line 18) | #[Group('localization')] FILE: tests/Localization/TigTest.php class TigTest (line 18) | #[Group('localization')] FILE: tests/Localization/TkTest.php class TkTest (line 18) | #[Group('localization')] FILE: tests/Localization/TkTmTest.php class TkTmTest (line 18) | #[Group('localization')] FILE: tests/Localization/TlPhTest.php class TlPhTest (line 18) | #[Group('localization')] FILE: tests/Localization/TlTest.php class TlTest (line 18) | #[Group('localization')] FILE: tests/Localization/TlhTest.php class TlhTest (line 18) | #[Group('localization')] FILE: tests/Localization/TnTest.php class TnTest (line 18) | #[Group('localization')] FILE: tests/Localization/TnZaTest.php class TnZaTest (line 18) | #[Group('localization')] FILE: tests/Localization/ToTest.php class ToTest (line 18) | #[Group('localization')] FILE: tests/Localization/ToToTest.php class ToToTest (line 18) | #[Group('localization')] FILE: tests/Localization/TpiPgTest.php class TpiPgTest (line 18) | #[Group('localization')] FILE: tests/Localization/TpiTest.php class TpiTest (line 18) | #[Group('localization')] FILE: tests/Localization/TrCyTest.php class TrCyTest (line 18) | #[Group('localization')] FILE: tests/Localization/TrTest.php class TrTest (line 18) | #[Group('localization')] FILE: tests/Localization/TrTrTest.php class TrTrTest (line 18) | #[Group('localization')] FILE: tests/Localization/TsTest.php class TsTest (line 18) | #[Group('localization')] FILE: tests/Localization/TsZaTest.php class TsZaTest (line 18) | #[Group('localization')] FILE: tests/Localization/TtRuIqtelifTest.php class TtRuIqtelifTest (line 18) | #[Group('localization')] FILE: tests/Localization/TtRuTest.php class TtRuTest (line 18) | #[Group('localization')] FILE: tests/Localization/TtTest.php class TtTest (line 18) | #[Group('localization')] FILE: tests/Localization/TwqTest.php class TwqTest (line 18) | #[Group('localization')] FILE: tests/Localization/TzlTest.php class TzlTest (line 18) | #[Group('localization')] FILE: tests/Localization/TzmLatnTest.php class TzmLatnTest (line 18) | #[Group('localization')] FILE: tests/Localization/TzmTest.php class TzmTest (line 18) | #[Group('localization')] FILE: tests/Localization/UgCnTest.php class UgCnTest (line 18) | #[Group('localization')] FILE: tests/Localization/UgTest.php class UgTest (line 18) | #[Group('localization')] FILE: tests/Localization/UkTest.php class UkTest (line 18) | #[Group('localization')] FILE: tests/Localization/UkUaTest.php class UkUaTest (line 18) | #[Group('localization')] FILE: tests/Localization/UnmTest.php class UnmTest (line 18) | #[Group('localization')] FILE: tests/Localization/UnmUsTest.php class UnmUsTest (line 18) | #[Group('localization')] FILE: tests/Localization/UrInTest.php class UrInTest (line 18) | #[Group('localization')] FILE: tests/Localization/UrPkTest.php class UrPkTest (line 18) | #[Group('localization')] FILE: tests/Localization/UrTest.php class UrTest (line 18) | #[Group('localization')] FILE: tests/Localization/UzArabTest.php class UzArabTest (line 18) | #[Group('localization')] FILE: tests/Localization/UzCyrlTest.php class UzCyrlTest (line 18) | #[Group('localization')] FILE: tests/Localization/UzLatnTest.php class UzLatnTest (line 18) | #[Group('localization')] FILE: tests/Localization/UzTest.php class UzTest (line 18) | #[Group('localization')] FILE: tests/Localization/UzUzCyrillicTest.php class UzUzCyrillicTest (line 18) | #[Group('localization')] FILE: tests/Localization/UzUzTest.php class UzUzTest (line 18) | #[Group('localization')] FILE: tests/Localization/VaiLatnTest.php class VaiLatnTest (line 18) | #[Group('localization')] FILE: tests/Localization/VaiTest.php class VaiTest (line 18) | #[Group('localization')] FILE: tests/Localization/VaiVaiiTest.php class VaiVaiiTest (line 18) | #[Group('localization')] FILE: tests/Localization/VeTest.php class VeTest (line 18) | #[Group('localization')] FILE: tests/Localization/VeZaTest.php class VeZaTest (line 18) | #[Group('localization')] FILE: tests/Localization/ViTest.php class ViTest (line 18) | #[Group('localization')] FILE: tests/Localization/ViVnTest.php class ViVnTest (line 18) | #[Group('localization')] FILE: tests/Localization/VoTest.php class VoTest (line 18) | #[Group('localization')] FILE: tests/Localization/VunTest.php class VunTest (line 18) | #[Group('localization')] FILE: tests/Localization/WaBeTest.php class WaBeTest (line 18) | #[Group('localization')] FILE: tests/Localization/WaTest.php class WaTest (line 18) | #[Group('localization')] FILE: tests/Localization/WaeChTest.php class WaeChTest (line 18) | #[Group('localization')] FILE: tests/Localization/WaeTest.php class WaeTest (line 18) | #[Group('localization')] FILE: tests/Localization/WalEtTest.php class WalEtTest (line 18) | #[Group('localization')] FILE: tests/Localization/WalTest.php class WalTest (line 18) | #[Group('localization')] FILE: tests/Localization/WoSnTest.php class WoSnTest (line 18) | #[Group('localization')] FILE: tests/Localization/WoTest.php class WoTest (line 18) | #[Group('localization')] FILE: tests/Localization/XhTest.php class XhTest (line 18) | #[Group('localization')] FILE: tests/Localization/XhZaTest.php class XhZaTest (line 18) | #[Group('localization')] FILE: tests/Localization/XogTest.php class XogTest (line 18) | #[Group('localization')] FILE: tests/Localization/YavTest.php class YavTest (line 18) | #[Group('localization')] FILE: tests/Localization/YiTest.php class YiTest (line 18) | #[Group('localization')] FILE: tests/Localization/YiUsTest.php class YiUsTest (line 18) | #[Group('localization')] FILE: tests/Localization/YoBjTest.php class YoBjTest (line 18) | #[Group('localization')] FILE: tests/Localization/YoNgTest.php class YoNgTest (line 18) | #[Group('localization')] FILE: tests/Localization/YoTest.php class YoTest (line 18) | #[Group('localization')] FILE: tests/Localization/YueHansTest.php class YueHansTest (line 18) | #[Group('localization')] FILE: tests/Localization/YueHantTest.php class YueHantTest (line 18) | #[Group('localization')] FILE: tests/Localization/YueHkTest.php class YueHkTest (line 18) | #[Group('localization')] FILE: tests/Localization/YueTest.php class YueTest (line 18) | #[Group('localization')] FILE: tests/Localization/YuwPgTest.php class YuwPgTest (line 18) | #[Group('localization')] FILE: tests/Localization/YuwTest.php class YuwTest (line 18) | #[Group('localization')] FILE: tests/Localization/ZghTest.php class ZghTest (line 18) | #[Group('localization')] FILE: tests/Localization/ZhCnTest.php class ZhCnTest (line 18) | #[Group('localization')] FILE: tests/Localization/ZhHansHkTest.php class ZhHansHkTest (line 18) | #[Group('localization')] FILE: tests/Localization/ZhHansMoTest.php class ZhHansMoTest (line 18) | #[Group('localization')] FILE: tests/Localization/ZhHansSgTest.php class ZhHansSgTest (line 18) | #[Group('localization')] FILE: tests/Localization/ZhHansTest.php class ZhHansTest (line 18) | #[Group('localization')] FILE: tests/Localization/ZhHantHkTest.php class ZhHantHkTest (line 18) | #[Group('localization')] FILE: tests/Localization/ZhHantMoTest.php class ZhHantMoTest (line 18) | #[Group('localization')] FILE: tests/Localization/ZhHantTest.php class ZhHantTest (line 18) | #[Group('localization')] FILE: tests/Localization/ZhHantTwTest.php class ZhHantTwTest (line 18) | #[Group('localization')] FILE: tests/Localization/ZhHkTest.php class ZhHkTest (line 18) | #[Group('localization')] FILE: tests/Localization/ZhMoTest.php class ZhMoTest (line 18) | #[Group('localization')] FILE: tests/Localization/ZhSgTest.php class ZhSgTest (line 18) | #[Group('localization')] FILE: tests/Localization/ZhTest.php class ZhTest (line 18) | #[Group('localization')] FILE: tests/Localization/ZhTwTest.php class ZhTwTest (line 18) | #[Group('localization')] FILE: tests/Localization/ZhYueTest.php class ZhYueTest (line 18) | #[Group('localization')] FILE: tests/Localization/ZuTest.php class ZuTest (line 18) | #[Group('localization')] FILE: tests/Localization/ZuZaTest.php class ZuZaTest (line 18) | #[Group('localization')] FILE: tests/PHPStan/FeaturesTest.php class FeaturesTest (line 20) | #[Large] method setUp (line 28) | protected function setUp(): void method tearDown (line 35) | protected function tearDown(): void method testAnalysesWithoutErrors (line 41) | public function testAnalysesWithoutErrors(): void method testAnalysesWithAnError (line 49) | public function testAnalysesWithAnError(): void method analyze (line 57) | private function analyze(string $file): string FILE: tests/PHPStan/Fixture.php class Fixture (line 18) | class Fixture method testCarbonMacroCalledStatically (line 20) | public function testCarbonMacroCalledStatically(): string method testCarbonMacroCalledDynamically (line 25) | public function testCarbonMacroCalledDynamically(): string FILE: tests/PHPStan/MacroExtensionTest.php class MacroExtensionTest (line 32) | #[RequiresPhp('< 8.5')] method setUp (line 38) | protected function setUp(): void method testHasMacro (line 49) | public function testHasMacro() method testGetMacro (line 64) | public function testGetMacro() method testIsStatic (line 79) | public function testIsStatic() method testGetDeclaringClass (line 98) | public function testGetDeclaringClass() method testIsPrivate (line 114) | public function testIsPrivate() method testIsPublic (line 123) | public function testIsPublic() method testIsFinal (line 132) | public function testIsFinal() method testIsInternal (line 160) | public function testIsInternal() method testGetDocComment (line 169) | public function testGetDocComment() method testGetName (line 190) | public function testGetName() method testGetParameters (line 199) | public function testGetParameters() method testGetReturnType (line 226) | public function testGetReturnType() method testIsDeprecated (line 247) | public function testIsDeprecated() method testIsVariadic (line 279) | public function testIsVariadic() method testGetPrototype (line 298) | public function testGetPrototype() method testGetThrowType (line 309) | public function testGetThrowType() method testHasSideEffects (line 320) | public function testHasSideEffects() FILE: tests/PHPStan/MixinClass.php class MixinClass (line 16) | class MixinClass method foo (line 19) | final public static function foo(): string method bar (line 24) | public static function bar(): string FILE: tests/PHPUnit/AssertObjectHasPropertyNoopTrait.php type AssertObjectHasPropertyTrait (line 16) | trait AssertObjectHasPropertyTrait FILE: tests/PHPUnit/AssertObjectHasPropertyPolyfillTrait.php type AssertObjectHasPropertyTrait (line 16) | trait AssertObjectHasPropertyTrait method assertObjectHasProperty (line 18) | protected static function assertObjectHasProperty(string $attributeNam... FILE: tests/Unit/MonthTest.php class MonthTest (line 21) | class MonthTest extends AbstractTestCase method testFromName (line 23) | public function testFromName(): void method testFromNumber (line 31) | public function testFromNumber(): void method testOfTheYear (line 43) | public function testOfTheYear(): void method testLocale (line 50) | public function testLocale(): void method testFromNameFailure (line 56) | public function testFromNameFailure(): void FILE: tests/Unit/UnitTest.php class UnitTest (line 24) | class UnitTest extends AbstractTestCase method setUpBeforeClass (line 26) | public static function setUpBeforeClass(): void method testFromName (line 33) | #[TestWith([Unit::Microsecond, 'microseconds'])] method testSingular (line 57) | public function testSingular(): void method testPlural (line 66) | public function testPlural(): void method testInterval (line 75) | public function testInterval(): void method testLocale (line 82) | public function testLocale(): void method testToPeriod (line 90) | public function testToPeriod(): void method testStepBy (line 98) | public function testStepBy(): void FILE: tests/Unit/WeekDayTest.php class WeekDayTest (line 20) | class WeekDayTest extends AbstractTestCase method testFromName (line 22) | public function testFromName(): void method testFromNumber (line 30) | public function testFromNumber(): void method testLocale (line 40) | public function testLocale(): void method testFromNameFailure (line 46) | public function testFromNameFailure(): void