@@ -26,7 +26,7 @@ public function testBasic(): void
2626 $ expectedUri = 'http://github.com/inpsyde/modularity ' ;
2727 $ expectedVersion = '1.0 ' ;
2828 $ expectedPhpVersion = "7.4 " ;
29- $ expecteWpVersion = "5.3 " ;
29+ $ expectedWpVersion = "5.3 " ;
3030 $ expectedStatus = 'publish ' ;
3131 $ expectedTags = ['foo ' , 'bar ' ];
3232
@@ -36,15 +36,15 @@ public function testBasic(): void
3636
3737 $ values = [
3838 'Author ' => $ expectedAuthor ,
39- 'Author URI ' => $ expectedAuthorUri ,
39+ 'AuthorURI ' => $ expectedAuthorUri ,
4040 'Description ' => $ expectedDescription ,
41- 'Domain Path ' => $ expectedDomainPath ,
42- 'Theme Name ' => $ expectedName ,
43- 'Text Domain ' => $ expectedTextDomain ,
44- 'Theme URI ' => $ expectedUri ,
41+ 'DomainPath ' => $ expectedDomainPath ,
42+ 'Name ' => $ expectedName ,
43+ 'TextDomain ' => $ expectedTextDomain ,
44+ 'ThemeURI ' => $ expectedUri ,
4545 'Version ' => $ expectedVersion ,
46- 'Requires at least ' => $ expecteWpVersion ,
47- 'Requires PHP ' => $ expectedPhpVersion ,
46+ 'RequiresWP ' => $ expectedWpVersion ,
47+ 'RequiresPHP ' => $ expectedPhpVersion ,
4848 'Status ' => $ expectedStatus ,
4949 'Tags ' => $ expectedTags ,
5050 // No child-Theme.
@@ -78,7 +78,7 @@ public function testBasic(): void
7878 static ::assertSame ($ expectedTextDomain , $ testee ->textDomain ());
7979 static ::assertSame ($ expectedUri , $ testee ->uri ());
8080 static ::assertSame ($ expectedVersion , $ testee ->version ());
81- static ::assertSame ($ expecteWpVersion , $ testee ->requiresWp ());
81+ static ::assertSame ($ expectedWpVersion , $ testee ->requiresWp ());
8282 static ::assertSame ($ expectedPhpVersion , $ testee ->requiresPhp ());
8383
8484 // specific methods for Themes.
0 commit comments