gutenberg icon indicating copy to clipboard operation
gutenberg copied to clipboard

Update Block Patterns Controller PHPUnit tests

Open Mamaduka opened this issue 2 years ago • 0 comments

What?

PR updates Block Patterns Controller tests to match the core and reduce noise when running them.

Why?

Use @doesNotPerformAssertions instead of $this->markTestIncomplete(); when controlled doesn't implement the method.

Testing Instructions

CI is green.

npm run test:unit:php -- --filter Gutenberg_REST_Block_Patterns_Controller_6_2_Test

Mamaduka avatar Jan 30 '23 16:01 Mamaduka