Skip to content

Commit

Permalink
styleci
Browse files Browse the repository at this point in the history
  • Loading branch information
Propaganistas authored Apr 6, 2023
1 parent cd1456b commit 8642905
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/CastsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public function test_purifies_on_get_with_custom_config()
$this->assertEquals($this->testInput, $model->getAttributes()['body']);
$this->assertEquals('<p>Test<span>bar</span></p>', $model->body);
}

public function test_returns_null_on_get_when_value_is_null()
{
$model = new PurifyingDefaultOnGetModel();
Expand Down Expand Up @@ -67,7 +67,7 @@ public function test_purifies_on_set_with_custom_config()

$this->assertEquals('<p>Test<span>bar</span></p>', $model->getAttributes()['body']);
}

public function test_sets_null_on_set_when_value_is_null()
{
$model = new PurifyingDefaultOnSetModel();
Expand Down

0 comments on commit 8642905

Please sign in to comment.