Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add phpunit 11 support #99

Merged
merged 1 commit into from
Aug 10, 2024
Merged

add phpunit 11 support #99

merged 1 commit into from
Aug 10, 2024

Conversation

LordSimal
Copy link
Contributor

No description provided.

@LordSimal LordSimal added this to the 2.x milestone Aug 10, 2024
}

public function testFilterTruncate()
{
$input = 'Bob is 65 years old.';
$callable = $this->getFilter('truncate')->getCallable();
$result = call_user_func_array($callable, [$input, 7]);
$this->assertSame('Bob ...', $result);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

They seem to have changed from ... to which is a https://www.compart.com/en/unicode/U+2026

@ADmad ADmad changed the base branch from 2.x to 2.next August 10, 2024 13:52
@ADmad ADmad merged commit 0b57831 into 2.next Aug 10, 2024
6 checks passed
@ADmad ADmad deleted the 2.x-phpunit11 branch August 10, 2024 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants