Skip to content

Commit

Permalink
iii
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Jun 11, 2024
1 parent 12e92b9 commit b5be526
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/tests/rtlcss_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -1129,7 +1129,7 @@ protected function assert_sample($data, $output = null) {
* @param array $data the provider data.
* @dataProvider background_image_provider
*/
public function test_background_image($data) {
public function test_background_image($data): void {
$this->markTestSkipped('Not yet supported!');
$output = new OutputFormat();
$this->assert_sample($data, $output);
Expand Down Expand Up @@ -1196,7 +1196,7 @@ public function test_properties($data): void {
* @param array $data the provider data.
* @dataProvider special_provider
*/
public function test_special($data) {
public function test_special($data): void {
$this->markTestSkipped('Not yet supported!');
$output = new OutputFormat();
$output->set('SpaceBeforeRules', ' ');
Expand Down Expand Up @@ -1224,7 +1224,7 @@ public function test_transform_origin($data): void {
* @param array $data the provider data.
* @dataProvider transforms_provider
*/
public function test_transforms($data) {
public function test_transforms($data): void {
$this->markTestSkipped('Not yet supported!');
$output = new OutputFormat();
$output->set('SpaceBeforeRules', ' ');
Expand Down

0 comments on commit b5be526

Please sign in to comment.