- Timestamp:
- 10/21/2025 04:31:04 AM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/admin/plugin-dependencies/hasDependents.php
r60666 r61006 54 54 public function test_should_convert_hellophp_to_hello_dolly() { 55 55 $this->set_property_value( 'dependency_slugs', array( 'hello-dolly' ) ); 56 $this->assertTrue( self::$instance::has_dependents( 'hello -dolly/hello.php' ) );56 $this->assertTrue( self::$instance::has_dependents( 'hello.php' ) ); 57 57 } 58 58 }
Note: See TracChangeset
for help on using the changeset viewer.