File indexing completed on 2025-01-05 04:59:48
0001 /* 0002 * SPDX-FileCopyrightText: 2019 Kevin Ottens <ervin@kde.org> 0003 SPDX-FileCopyrightText: 2019 David Faure <faure@kde.org> 0004 * SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL 0005 */ 0006 0007 0008 #include <testlib/qtest_zanshin.h> 0009 #include <featurelib/zanshincontext.h> 0010 0011 using namespace Testlib; 0012 0013 // Feature: adding a task with start today button 0014 // As someone using tasks 0015 // I can set the date of a task to today by clicking on the "start today" button 0016 // In order to have my task start today 0017 0018 class WorkdayStartbuttonFeature : public QObject 0019 { 0020 Q_OBJECT 0021 }; 0022 0023 ZANSHIN_TEST_MAIN(WorkdayStartbuttonFeature) 0024 0025 #include "workdaystartbuttonfeature.moc"