- Timestamp:
- 09/08/2023 10:01:14 AM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/editor/navigation-fallback.php
r56547 r56548 192 192 $navs_in_db = $this->get_navigations_in_database(); 193 193 $this->assertCount( 1, $navs_in_db, 'A single Navigation menu should be present in the database.' ); 194 195 194 } 196 195 … … 349 348 350 349 $this->assertCount( 1, $navs_in_db, 'Only the existing Navigation menus should be present in the database.' ); 351 352 350 } 353 351
Note: See TracChangeset
for help on using the changeset viewer.