getJs()); } public function testMinificationIsOffInDev(): void { $event = new BuildJsEvent(self::TEST_JS, true); Assert::assertSame(self::TEST_JS, $event->getJs()); } }