Pipe\Test\DirectiveProcessorTest::testDependsOnInfluencesLastModified PHP Метод

testDependsOnInfluencesLastModified() публичный Метод

    function testDependsOnInfluencesLastModified()
    {
        $asset = $this->env->find('application.js');
        $time = time();
        touch(__DIR__ . '/fixtures/directive_processor/module/some_other_dep.js', $time);
        $this->assertEquals($time, $asset->getLastModified());
    }