ДК
Джон КофиMay 19, 2020, 4:26 a.m.

unit test: Call to undefined method Mock

Привет. Впервые пишу юнит тест.

public function testCreateHisTestsByNomenclature($testSuite)
    {
        //мокирование сервиса для взаимодействия с API поставщика Invitro
        $invitroService = $this->getMockBuilder(Invitro::class)
            ->disableOriginalConstructor()
            ->getMock();
        $invitroService->expects($this->once())->method("getNomenclature")
            ->will($this->returnCallback(array($this, 'getNomenclatureStub')));

но при запуске получаю ошибку
Call to undefined method Mock_Postavshik_4be36ab3::getN omenclature()
Почему так то? я ведь заменил этот метод на getNomenclatureStub, который реализован в этом же тестовом классе.

public function getNomenclatureStub()
    {
        $content = file_get_contents(__DIR__ . "/files/getNomenclaturePostavshik.json");
        return json_decode($content);
    }
We recommend hosting TIMEWEB
We recommend hosting TIMEWEB
Stable hosting, on which the social network EVILEG is located. For projects on Django we recommend VDS hosting.

Do you like it? Share on social networks!

3
Evgenii Legotckoi
  • May 19, 2020, 4:32 a.m.

Добрый день. Точно заменили?

public function testCreateHisTestsByNomenclature($testSuite)
    {
        //мокирование сервиса для взаимодействия с API поставщика Invitro
        $invitroService = $this->getMockBuilder(Invitro::class)
            ->disableOriginalConstructor()
            ->getMock();
        $invitroService->expects($this->once())->method("getNomenclature") // <<<<<<<<<<<<<<< Это что тогда?
            ->will($this->returnCallback(array($this, 'getNomenclatureStub')));
    ДК
    • May 19, 2020, 4:45 a.m.

    мне вместо getNomenclature тогда указать getNomenclatureStub? Я думал, что тут так:
    этот метод ->method("getNomenclature") заменить на этот ->will(...)

    $invitroService->expects($this->once())->method("getNomenclatureStub")
                ->will($this->returnCallback(array($this, 'getNomenclatureStub')));
    
      Evgenii Legotckoi
      • May 19, 2020, 4:49 a.m.
      • (edited)

      Ну я PHP не знаю, и собственно его несколько презираю. Но даже просто видя то, что здесь написано, могу ожидать следующее поведение программы.

      • $invitroService->expects() - ожидается вызов чего-то
      • $this->once() - однократный
      • ->method("getNomenclatureStub") - очевидно метода getNomenclatureStub
      • ->will($this->returnCallback(array($this, 'getNomenclatureStub'))); - видать в будущем, или отложенный или асинхронный.

      Так что я просто сделал вывод, что имена методов должны совпадать.

      Попробуйте

        Comments

        Only authorized users can post comments.
        Please, Log in or Sign up
        AD

        C ++ - Test 004. Pointers, Arrays and Loops

        • Result:50points,
        • Rating points-4
        m

        C ++ - Test 004. Pointers, Arrays and Loops

        • Result:80points,
        • Rating points4
        m

        C ++ - Test 004. Pointers, Arrays and Loops

        • Result:20points,
        • Rating points-10
        Last comments
        i
        innorwallNov. 14, 2024, 8:07 p.m.
        Circuit switching and packet data transmission networks Angioedema 1 priligy dapoxetine
        i
        innorwallNov. 14, 2024, 7:42 p.m.
        How to Copy Files in Linux If only females relatives with DZ offspring were considered these percentages were 23 order priligy online uk
        i
        innorwallNov. 14, 2024, 5:09 p.m.
        Qt/C++ - Tutorial 068. Hello World using the CMAKE build system in CLion ditropan pristiq dosing With the Yankees leading, 4 3, Rivera jogged in from the bullpen to a standing ovation as he prepared for his final appearance in Chicago buy priligy pakistan
        i
        innorwallNov. 14, 2024, 12:05 p.m.
        EVILEG-CORE. Using Google reCAPTCHA 2001; 98 29 34 priligy buy
        i
        innorwallNov. 14, 2024, noon
        PyQt5 - Lesson 007. Works with QML QtQuick (Signals and slots) priligy 30mg Am J Obstet Gynecol 171 1488 505
        Now discuss on the forum
        i
        innorwallNov. 14, 2024, 11:39 a.m.
        добавить qlineseries в функции priligy amazon canada 93 GREB1 protein GREB1 AB011147 6
        i
        innorwallNov. 11, 2024, 6:55 p.m.
        Всё ещё разбираюсь с кешем. priligy walgreens levitra dulcolax carbs The third ring was found to be made up of ultra relativistic electrons, which are also present in both the outer and inner rings
        9
        9AnonimOct. 25, 2024, 4:10 p.m.
        Машина тьюринга // Начальное состояние 0 0, ,<,1 // Переход в состояние 1 при пустом символе 0,0,>,0 // Остаемся в состоянии 0, двигаясь вправо при встрече 0 0,1,>…

        Follow us in social networks