Posts

Showing posts from January 9, 2019

Codeception/AspectMock Parent class not found by locator i Yii2

Image
0 I'm trying to use Codeception/AspectMock in Yii2 tests. I have two classes: One: namespace backendbaseModel; class BaseModel public static function getId() return 9; Second: use backendbaseModelBaseModel; class ModelA extends BaseModel public static function getId() return 5; I am trying to test ModelA: class TestModel extends CodeceptionTestUnit public function testGetId() test::double(ModelA::getId(), ['getId' => 7]); $this->assertSame(7, ModelA::getId()); I will do the test with an error: 1) TestMode: Get id Test tests/unit/TestModelTest.php:testGetId [InvalidArgumentException] Class backendbaseModelBaseModel was not found by locator #1 /var/www/vendor/goaop/parser-reflection/src/ReflectionEngine.php:125 #2 /var/www/vendor/goaop/parser-reflection/src/ReflectionEngine.php:140 #3 /var/www/vendor/goaop/parser-reflection/src/ReflectionClass.php:44 #4 /var/www/vendor/goaop/parser-reflection/src/ReflectionClass.php:150 #5 /var/www/vendor/goa...

沙家浜镇

Image
body.skin-minerva .mw-parser-output table.infobox captiontext-align:center 沙家浜镇 旧称 横泾乡、芦荡乡 概览 国家   中华人民共和国 上级行政区 常熟市 行政区类型 行政建制镇 行政区划代码 32 05 81 105 村级区划单位数 15 - 社区数 2 - 行政村数 13 地理、人口、经济 坐标 31°32′52″N 120°50′35″E  /  31.54774°N 120.84303°E  / 31.54774; 120.84303 坐标: 31°32′52″N 120°50′35″E  /  31.54774°N 120.84303°E  / 31.54774; 120...