Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
garbast committed May 26, 2024
1 parent 71e5b6f commit feb3d6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"filePath":"\/base_extension\/Classes\/Domain\/Model\/GetFileSegments.php","baseClass":false,"code":"<?php\n\nnamespace Fixture\\BaseExtension\\Domain\\Model;\n\nuse Fixture\\BaseExtension\\Domain\\Test;\n\nclass GetFileSegments\n{\n use Fixture\\BaseExtension\\TestTrait;\n\n protected string $testProperty = '';\n\n public function __construct()\n {\n }\n\n public function getTestProperty(): string\n {\n return $this->testProperty;\n }\n}\n","statements":[{"nodeType":"Stmt_Namespace","attributes":[],"name":{"nodeType":"Name","attributes":[],"name":"Fixture\\BaseExtension\\Domain\\Model"},"stmts":[]},{"nodeType":"UseItem","attributes":[],"type":0,"name":{"nodeType":"Name","attributes":[],"name":"Evoweb\\Domain\\Model\\Test"},"alias":null},{"nodeType":"Stmt_Class","attributes":[],"name":{"nodeType":"Identifier","attributes":[],"name":"GetFileSegments"},"stmts":[],"attrGroups":[],"flags":0,"extends":null,"implements":[]},{"nodeType":"Stmt_TraitUse","attributes":[],"traits":[{"nodeType":"Name","attributes":[],"name":"Evoweb\\TestTrait"}],"adaptations":[]},{"nodeType":"Stmt_Property","attributes":[],"flags":2,"props":[{"nodeType":"PropertyItem","attributes":[],"name":{"nodeType":"VarLikeIdentifier","attributes":[],"name":"testProperty"},"default":null}],"type":null,"attrGroups":[]},{"nodeType":"Stmt_ClassMethod","attributes":[],"flags":0,"byRef":false,"name":{"nodeType":"Identifier","attributes":[],"name":"__construct"},"params":[],"returnType":null,"stmts":[],"attrGroups":[]},{"nodeType":"Stmt_ClassMethod","attributes":[],"flags":0,"byRef":false,"name":{"nodeType":"Identifier","attributes":[],"name":"getTestProperty"},"params":[],"returnType":null,"stmts":[],"attrGroups":[]}],"namespace":{"nodeType":"Name","attributes":[],"name":"Fixture\\BaseExtension\\Domain\\Model"},"uses":[{"nodeType":"UseItem","attributes":[],"type":0,"name":{"nodeType":"Name","attributes":[],"name":"Evoweb\\Domain\\Model\\Test"},"alias":null}],"class":{"nodeType":"Stmt_Class","attributes":[],"name":{"nodeType":"Identifier","attributes":[],"name":"GetFileSegments"},"stmts":[],"attrGroups":[],"flags":0,"extends":null,"implements":[]},"traits":[{"nodeType":"Stmt_TraitUse","attributes":[],"traits":[{"nodeType":"Name","attributes":[],"name":"Evoweb\\TestTrait"}],"adaptations":[]}],"properties":[{"nodeType":"Stmt_Property","attributes":[],"flags":2,"props":[{"nodeType":"PropertyItem","attributes":[],"name":{"nodeType":"VarLikeIdentifier","attributes":[],"name":"testProperty"},"default":null}],"type":null,"attrGroups":[]}],"constructor":{"nodeType":"Stmt_ClassMethod","attributes":[],"flags":0,"byRef":false,"name":{"nodeType":"Identifier","attributes":[],"name":"__construct"},"params":[],"returnType":null,"stmts":[],"attrGroups":[]},"methods":[{"nodeType":"Stmt_ClassMethod","attributes":[],"flags":0,"byRef":false,"name":{"nodeType":"Identifier","attributes":[],"name":"getTestProperty"},"params":[],"returnType":null,"stmts":[],"attrGroups":[]}]}
{"filePath":"\/base_extension\/Classes\/Domain\/Model\/GetFileSegments.php","baseClass":false,"code":"<?php\n\n\/*\n * This file is developed by evoWeb.\n *\n * It is free software; you can redistribute it and\/or modify it under\n * the terms of the GNU General Public License, either version 2\n * of the License, or any later version.\n *\n * For the full copyright and license information, please read the\n * LICENSE.txt file that was distributed with this source code.\n *\/\n\nnamespace Fixture\\BaseExtension\\Domain\\Model;\n\nclass GetFileSegments\n{\n use Fixture\\BaseExtension\\TestTrait;\n\n protected string $testProperty = '';\n\n public function __construct() {}\n\n public function getTestProperty(): string\n {\n return $this->testProperty;\n }\n}\n","statements":[{"nodeType":"Stmt_Namespace","attributes":[],"name":{"nodeType":"Name","attributes":[],"name":"Fixture\\BaseExtension\\Domain\\Model"},"stmts":[]},{"nodeType":"UseItem","attributes":[],"type":0,"name":{"nodeType":"Name","attributes":[],"name":"Evoweb\\Domain\\Model\\Test"},"alias":null},{"nodeType":"Stmt_Class","attributes":[],"name":{"nodeType":"Identifier","attributes":[],"name":"GetFileSegments"},"stmts":[],"attrGroups":[],"flags":0,"extends":null,"implements":[]},{"nodeType":"Stmt_TraitUse","attributes":[],"traits":[{"nodeType":"Name","attributes":[],"name":"Evoweb\\TestTrait"}],"adaptations":[]},{"nodeType":"Stmt_Property","attributes":[],"flags":2,"props":[{"nodeType":"PropertyItem","attributes":[],"name":{"nodeType":"VarLikeIdentifier","attributes":[],"name":"testProperty"},"default":null}],"type":null,"attrGroups":[]},{"nodeType":"Stmt_ClassMethod","attributes":[],"flags":0,"byRef":false,"name":{"nodeType":"Identifier","attributes":[],"name":"__construct"},"params":[],"returnType":null,"stmts":[],"attrGroups":[]},{"nodeType":"Stmt_ClassMethod","attributes":[],"flags":0,"byRef":false,"name":{"nodeType":"Identifier","attributes":[],"name":"getTestProperty"},"params":[],"returnType":null,"stmts":[],"attrGroups":[]}],"namespace":{"nodeType":"Name","attributes":[],"name":"Fixture\\BaseExtension\\Domain\\Model"},"uses":[{"nodeType":"UseItem","attributes":[],"type":0,"name":{"nodeType":"Name","attributes":[],"name":"Evoweb\\Domain\\Model\\Test"},"alias":null}],"class":{"nodeType":"Stmt_Class","attributes":[],"name":{"nodeType":"Identifier","attributes":[],"name":"GetFileSegments"},"stmts":[],"attrGroups":[],"flags":0,"extends":null,"implements":[]},"traits":[{"nodeType":"Stmt_TraitUse","attributes":[],"traits":[{"nodeType":"Name","attributes":[],"name":"Evoweb\\TestTrait"}],"adaptations":[]}],"properties":[{"nodeType":"Stmt_Property","attributes":[],"flags":2,"props":[{"nodeType":"PropertyItem","attributes":[],"name":{"nodeType":"VarLikeIdentifier","attributes":[],"name":"testProperty"},"default":null}],"type":null,"attrGroups":[]}],"constructor":{"nodeType":"Stmt_ClassMethod","attributes":[],"flags":0,"byRef":false,"name":{"nodeType":"Identifier","attributes":[],"name":"__construct"},"params":[],"returnType":null,"stmts":[],"attrGroups":[]},"methods":[{"nodeType":"Stmt_ClassMethod","attributes":[],"flags":0,"byRef":false,"name":{"nodeType":"Identifier","attributes":[],"name":"getTestProperty"},"params":[],"returnType":null,"stmts":[],"attrGroups":[]}]}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"filePath":"\/base_extension\/Classes\/Domain\/Model\/GetFileSegments.php","baseClass":false,"code":"<?php\n\nnamespace Fixture\\BaseExtension\\Domain\\Model;\n\nuse Fixture\\BaseExtension\\Domain\\Test;\n\nclass GetFileSegments\n{\n use Fixture\\BaseExtension\\TestTrait;\n\n protected string $testProperty = '';\n\n public function __construct()\n {\n }\n\n public function getTestProperty(): string\n {\n return $this->testProperty;\n }\n}\n","statements":[{"nodeType":"Stmt_Namespace","attributes":[],"name":{"nodeType":"Name","attributes":[],"name":"Fixture\\BaseExtension\\Domain\\Model"},"stmts":[]},{"nodeType":"UseItem","attributes":[],"type":0,"name":{"nodeType":"Name","attributes":[],"name":"Evoweb\\Domain\\Model\\Test"},"alias":null},{"nodeType":"Stmt_Class","attributes":[],"name":{"nodeType":"Identifier","attributes":[],"name":"GetFileSegments"},"stmts":[],"attrGroups":[],"flags":0,"extends":null,"implements":[]},{"nodeType":"Stmt_TraitUse","attributes":[],"traits":[{"nodeType":"Name","attributes":[],"name":"Evoweb\\TestTrait"}],"adaptations":[]},{"nodeType":"Stmt_Property","attributes":[],"flags":2,"props":[{"nodeType":"PropertyItem","attributes":[],"name":{"nodeType":"VarLikeIdentifier","attributes":[],"name":"testProperty"},"default":null}],"type":null,"attrGroups":[]},{"nodeType":"Stmt_ClassMethod","attributes":[],"flags":0,"byRef":false,"name":{"nodeType":"Identifier","attributes":[],"name":"__construct"},"params":[],"returnType":null,"stmts":[],"attrGroups":[]},{"nodeType":"Stmt_ClassMethod","attributes":[],"flags":0,"byRef":false,"name":{"nodeType":"Identifier","attributes":[],"name":"getTestProperty"},"params":[],"returnType":null,"stmts":[],"attrGroups":[]}],"namespace":{"nodeType":"Name","attributes":[],"name":"Fixture\\BaseExtension\\Domain\\Model"},"uses":[{"nodeType":"UseItem","attributes":[],"type":0,"name":{"nodeType":"Name","attributes":[],"name":"Evoweb\\Domain\\Model\\Test"},"alias":null}],"class":{"nodeType":"Stmt_Class","attributes":[],"name":{"nodeType":"Identifier","attributes":[],"name":"GetFileSegments"},"stmts":[],"attrGroups":[],"flags":0,"extends":null,"implements":[]},"traits":[{"nodeType":"Stmt_TraitUse","attributes":[],"traits":[{"nodeType":"Name","attributes":[],"name":"Evoweb\\TestTrait"}],"adaptations":[]}],"properties":[{"nodeType":"Stmt_Property","attributes":[],"flags":2,"props":[{"nodeType":"PropertyItem","attributes":[],"name":{"nodeType":"VarLikeIdentifier","attributes":[],"name":"testProperty"},"default":null}],"type":null,"attrGroups":[]}],"constructor":{"nodeType":"Stmt_ClassMethod","attributes":[],"flags":0,"byRef":false,"name":{"nodeType":"Identifier","attributes":[],"name":"__construct"},"params":[],"returnType":null,"stmts":[],"attrGroups":[]},"methods":[{"nodeType":"Stmt_ClassMethod","attributes":[],"flags":0,"byRef":false,"name":{"nodeType":"Identifier","attributes":[],"name":"getTestProperty"},"params":[],"returnType":null,"stmts":[],"attrGroups":[]}]}
{"filePath":"\/base_extension\/Classes\/Domain\/Model\/GetFileSegments.php","baseClass":false,"code":"<?php\n\n\/*\n * This file is developed by evoWeb.\n *\n * It is free software; you can redistribute it and\/or modify it under\n * the terms of the GNU General Public License, either version 2\n * of the License, or any later version.\n *\n * For the full copyright and license information, please read the\n * LICENSE.txt file that was distributed with this source code.\n *\/\n\nnamespace Fixture\\BaseExtension\\Domain\\Model;\n\nuse Fixture\\BaseExtension\\Domain\\Test;\n\nclass GetFileSegments\n{\n use Fixture\\BaseExtension\\TestTrait;\n\n protected string $testProperty = '';\n\n public function __construct()\n {\n }\n\n public function getTestProperty(): string\n {\n return $this->testProperty;\n }\n}\n","statements":[{"nodeType":"Stmt_Namespace","attributes":[],"name":{"nodeType":"Name","attributes":[],"name":"Fixture\\BaseExtension\\Domain\\Model"},"stmts":[]},{"nodeType":"UseItem","attributes":[],"type":0,"name":{"nodeType":"Name","attributes":[],"name":"Evoweb\\Domain\\Model\\Test"},"alias":null},{"nodeType":"Stmt_Class","attributes":[],"name":{"nodeType":"Identifier","attributes":[],"name":"GetFileSegments"},"stmts":[],"attrGroups":[],"flags":0,"extends":null,"implements":[]},{"nodeType":"Stmt_TraitUse","attributes":[],"traits":[{"nodeType":"Name","attributes":[],"name":"Evoweb\\TestTrait"}],"adaptations":[]},{"nodeType":"Stmt_Property","attributes":[],"flags":2,"props":[{"nodeType":"PropertyItem","attributes":[],"name":{"nodeType":"VarLikeIdentifier","attributes":[],"name":"testProperty"},"default":null}],"type":null,"attrGroups":[]},{"nodeType":"Stmt_ClassMethod","attributes":[],"flags":0,"byRef":false,"name":{"nodeType":"Identifier","attributes":[],"name":"__construct"},"params":[],"returnType":null,"stmts":[],"attrGroups":[]},{"nodeType":"Stmt_ClassMethod","attributes":[],"flags":0,"byRef":false,"name":{"nodeType":"Identifier","attributes":[],"name":"getTestProperty"},"params":[],"returnType":null,"stmts":[],"attrGroups":[]}],"namespace":{"nodeType":"Name","attributes":[],"name":"Fixture\\BaseExtension\\Domain\\Model"},"uses":[{"nodeType":"UseItem","attributes":[],"type":0,"name":{"nodeType":"Name","attributes":[],"name":"Evoweb\\Domain\\Model\\Test"},"alias":null}],"class":{"nodeType":"Stmt_Class","attributes":[],"name":{"nodeType":"Identifier","attributes":[],"name":"GetFileSegments"},"stmts":[],"attrGroups":[],"flags":0,"extends":null,"implements":[]},"traits":[{"nodeType":"Stmt_TraitUse","attributes":[],"traits":[{"nodeType":"Name","attributes":[],"name":"Evoweb\\TestTrait"}],"adaptations":[]}],"properties":[{"nodeType":"Stmt_Property","attributes":[],"flags":2,"props":[{"nodeType":"PropertyItem","attributes":[],"name":{"nodeType":"VarLikeIdentifier","attributes":[],"name":"testProperty"},"default":null}],"type":null,"attrGroups":[]}],"constructor":{"nodeType":"Stmt_ClassMethod","attributes":[],"flags":0,"byRef":false,"name":{"nodeType":"Identifier","attributes":[],"name":"__construct"},"params":[],"returnType":null,"stmts":[],"attrGroups":[]},"methods":[{"nodeType":"Stmt_ClassMethod","attributes":[],"flags":0,"byRef":false,"name":{"nodeType":"Identifier","attributes":[],"name":"getTestProperty"},"params":[],"returnType":null,"stmts":[],"attrGroups":[]}]}

0 comments on commit feb3d6b

Please sign in to comment.